Color: #964192

#964192 Color Information

#964192 is a dark color. The closest websafe version is #964192. A complement of this color would be #409645, perceived brightness is 0.39, and the grayscale version is #6C6C6C.

In the HSL color space, this color has a hue angle of 303°,a saturation of 40%, and a lightness of 42%.The HSV representation shows a hue of 303°, a saturation of 57%, and a value of 59%.

In a RGB color space, #964192 is composed of 59% red, 25% green and 57% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 57% magenta, 3% yellow and 41% black.

In the Yxy color space, this color is represented as Y: 12.32, x: 0.3653, and y: 0.2314.

Color Code #964192

#964192rgb(150, 65, 146)
HEX
#964192
RGB
rgb(150, 65, 146)
HSL
hsl(303, 40%, 42%)
HSV
hsv(303, 57%, 59%)
CMYK
0%, 57%, 3%, 41%
XYZ
X: 19.45, Y: 12.32, Z: 21.47
Lab
L: 41.72, a: 44.45, b: -28.16
Name

Shades of Color #964192

Shades are created by darkening the original color #964192 in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.

Tints of Color #964192

Tints are created by lightening the original color #964192 in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.

#964192rgb(150, 65, 146)

About #964192 Color Code

In the HSL color space, this color has a hue angle of 303°, a saturation of 40%, and a lightness of 42%. The HSV representation shows a hue of 303°, a saturation of 57%, and a value of 59%.

  • HEX: #964192
  • RGB: rgb(150, 65, 146)
  • HSL: hsl(303, 40%, 42%)
  • HSV: hsv(303, 57%, 59%)
  • CMYK: 0.00% cyan, 57.00% magenta, 3.00% yellow, 41.00% black
  • XYZ: 19.45, 12.32, 21.47
  • Yxy: 12.32, 0.3653, 0.2314
  • Hunter Lab: 41.72, 44.45, -28.16
  • CIE-Lab: 41.72, 44.45, -28.16

In the XYZ color space, this color is represented as X: 19.45, Y: 12.32, Z: 21.47. The Yxy representation further refines this as Y: 12.32, x: 0.3653, and y: 0.2314.

In the Hunter Lab color space, this color is represented as L: 41.72, a: 44.45, and b: -28.16. Similarly, in the CIE-Lab color space, it is represented as L: 41.72, a: 44.45, and b: -28.16.

Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.

Triadic Colors of #964192

Triadic colors are three colors evenly spaced around the color wheel, including #964192. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.

Analogous Colors of #964192

Analogous colors are adjacent to #964192 on the color wheel. They create harmonious and visually pleasing designs, ideal for projects that need a cohesive look.

Split Complementary Colors of #964192

Split complementary colors are two colors adjacent to the complementary color of #964192. They create a balanced and visually appealing color scheme.

Tetradic Colors of #964192

Tetradic colors form a rectangle on the color wheel, including #964192. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #964192

Monochromatic colors are variations of #964192, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.

Complementary Color of #964192

The complementary color of #964192 is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.

CSS Examples of #964192

/* Using HEX */
body {
  background-color: #964192;
}
/* Using RGB */
body {
  background-color: rgb(150, 65, 146);
}
/* Using RGB with opacity */
body {
  background-color: rgba(150, 65, 146, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(303, 40%, 42%);
}
/* Text color */
p {
  color: #964192;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #964192;
}
/* Border color */
.box {
  border: 4px solid #964192;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #964192;
}
Text Shadow Preview
/* Background with text */
div {
  background: #964192;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#964192
On Black Background
#964192
On White Background
#964192

HTML Examples of #964192

<!-- Using HEX -->
<div style="background-color: #964192; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(150, 65, 146); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(150, 65, 146, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(303, 40%, 42%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #964192;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #964192; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #964192; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #964192;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #964192; color: #fff; padding: 16px; border-radius: 8px;">
  #964192
</div>
#964192
On Black Background
#964192
On White Background
#964192

Related Colors of #964192

These colors are similar to #964192, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.