Color #961AAF

HEX

#961AAF

RGB

(150, 26, 175)

Quick Actions

Color Values

Color Space Values
RGB
R: 150, G: 26, B: 175 (59%, 10%, 69%)
CMYK C: 14%, M: 85%, Y: 0%, K: 31%
HSL H: 290°, S: 74%, L: 39%
HSV H: 290°, S: 85%, V: 69%
CIE-LAB L: 38.41, a: 66.2, b: -51.15
CIE-LCH L: 38.41, C: 83.66, H: 322.31
Hunter-Lab L: 32.12, a: 56.44, b: -67.85
Web Safe
#993399
Complementary
#32af1a

#961AAF is a color with RGB values of 150 red, 26 green, and 175 blue (59%, 10%, 69% respectively). In the CMYK color space, it consists of 14% cyan, 85% magenta, 0% yellow, and 31% black. The color has a hue angle of 290°, 74% saturation, and 39% lightness in the HSL color space.

For web design purposes, the closest web-safe color is #993399. The complementary color is #32af1a, which can be used to create high-contrast color combinations. This color can be effectively used in web design for text, backgrounds, borders, and other UI elements as demonstrated below.

Color Variations of #961AAF

Explore different variations of #961AAF including shades, tints, and monochromatic colors. Each variation maintains the color's essence while offering different levels of intensity and brightness.

Shades

Darker variations created by mixing with black, perfect for creating depth and contrast

90% to 20% darkness

Tints

Lighter variations created by mixing with white, ideal for subtle and soft color schemes

10% to 80% lightness

Monochromatic Palette

Colors using the same hue with varying saturation and brightness, creating harmonious combinations

90% to 20% brightness scale

Using Monochromatic Colors

Monochromatic color schemes are created using different shades, tints, and tones of #961AAF. This palette is perfect for creating depth and visual interest while maintaining color harmony. Ideal for minimalist designs, infographics, and professional presentations.

Color Schemes with #961AAF

Explore different color combinations and harmonies that work well with #961AAF.

Complementary Color

Analogous Color

Split Complementary Color

Triadic Color

Tones of #961AAF

A tone is produced by adding gray to any pure hue. In this case, the less saturated colors have more gray mixed in, while the more saturated ones are closer to the pure color.

How to Use #961AAF

Text with #961AAF

This text has a font color of #961AAF.

<span style="color:#961AAF;">Text here</span>
.text { color: #961AAF; }

#961AAF background color

This paragraph has a background color of #961AAF.

<p style="background-color:#961AAF;">Content here</p>
.background { background-color: #961AAF; }

#961AAF border color

This element has a border color of #961AAF.
<div style="border:1px solid #961AAF;">Content here</div>
.border { border: 1px solid #961AAF; }

#961AAF box shadow

This element has a box shadow using #961AAF.
<div style="box-shadow: 0 4px 6px -1px #961AAF80">Content here</div>
.shadow { box-shadow: 0 4px 6px -1px #961AAF80; }
Copied to clipboard!