Color: #96188D

#96188D Color Information

#96188D is a dark color. The closest websafe version is #96188D. A complement of this color would be #189521, perceived brightness is 0.29, and the grayscale version is #575757.

In the HSL color space, this color has a hue angle of 304°,a saturation of 72%, and a lightness of 34%.The HSV representation shows a hue of 304°, a saturation of 84%, and a value of 59%.

In a RGB color space, #96188D is composed of 59% red, 9% green and 55% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 84% magenta, 6% yellow and 41% black.

In the Yxy color space, this color is represented as Y: 9.06, x: 0.3791, and y: 0.1967.

Color Code #96188D

#96188Drgb(150, 24, 141)
HEX
#96188D
RGB
rgb(150, 24, 141)
HSL
hsl(304, 72%, 34%)
HSV
hsv(304, 84%, 59%)
CMYK
0%, 84%, 6%, 41%
XYZ
X: 17.46, Y: 9.06, Z: 19.54
Lab
L: 36.09, a: 58.36, b: -33.91
Name

Shades of Color #96188D

Shades are created by darkening the original color #96188D 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 #96188D

Tints are created by lightening the original color #96188D 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.

#96188Drgb(150, 24, 141)

About #96188D Color Code

In the HSL color space, this color has a hue angle of 304°, a saturation of 72%, and a lightness of 34%. The HSV representation shows a hue of 304°, a saturation of 84%, and a value of 59%.

  • HEX: #96188D
  • RGB: rgb(150, 24, 141)
  • HSL: hsl(304, 72%, 34%)
  • HSV: hsv(304, 84%, 59%)
  • CMYK: 0.00% cyan, 84.00% magenta, 6.00% yellow, 41.00% black
  • XYZ: 17.46, 9.06, 19.54
  • Yxy: 9.06, 0.3791, 0.1967
  • Hunter Lab: 36.09, 58.36, -33.91
  • CIE-Lab: 36.09, 58.36, -33.91

In the XYZ color space, this color is represented as X: 17.46, Y: 9.06, Z: 19.54. The Yxy representation further refines this as Y: 9.06, x: 0.3791, and y: 0.1967.

In the Hunter Lab color space, this color is represented as L: 36.09, a: 58.36, and b: -33.91. Similarly, in the CIE-Lab color space, it is represented as L: 36.09, a: 58.36, and b: -33.91.

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 #96188D

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

Analogous Colors of #96188D

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

Split Complementary Colors of #96188D

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

Tetradic Colors of #96188D

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

Monochromatic Colors of #96188D

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

Complementary Color of #96188D

The complementary color of #96188D 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 #96188D

/* Using HEX */
body {
  background-color: #96188d;
}
/* Using RGB */
body {
  background-color: rgb(150, 24, 141);
}
/* Using RGB with opacity */
body {
  background-color: rgba(150, 24, 141, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(304, 72%, 34%);
}
/* Text color */
p {
  color: #96188d;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #96188d;
}
/* Border color */
.box {
  border: 4px solid #96188d;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #96188d;
}
Text Shadow Preview
/* Background with text */
div {
  background: #96188d;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#96188D
On Black Background
#96188D
On White Background
#96188D

HTML Examples of #96188D

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

Related Colors of #96188D

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