Shades of Eggplant #9C166F
Tints of Eggplant #9C166F
RGB
CMYK
RGB Variations
Color information
#9C166F (or 0x9C166F) is known color: Eggplant. HEX triplet: 9C, 16 and 6F. RGB value is (156,22,111). Sum of RGB (Red+Green+Blue) = 156+22+111=289 (38% of max value = 765). Red value is 156 (61.33% from 255 or 53.98% from 289); Green value is 22 (8.98% from 255 or 7.61% from 289); Blue value is 111 (43.75% from 255 or 38.41% from 289); Max value from RGB is 156 - color contains mainly: red. Hex color #9C166F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C166F is #63E990. Grayscale: #474747. Windows color (decimal): -6547857 or 7280284. OLE color: 7280284.
HSL color Cylindrical-coordinate representation of color #9C166F: hue angle of 320.15º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9C166F is Cyan = 0, Magento = 0.86, Yellow = 0.29 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 22 | 111 | - |
| CMYK | 0 | 0.86 | 0.29 | 0.39 |
| HSL | 320.15º | 0.75% | 0.35% | - |
| HSV(B) | 320.15º | 0.86% | 0.61% | - |
| XYZ | 16.87 | 8.79 | 15.85 | - |
| YUV | 72.21 | 149.89 | 187.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 22 | 111 | 0 | 0.86 | 0.29 | 0.39 | 320.15 | 0.75 | 0.35 |
| Hex | 9C | 16 | 6F | 0 | 56 | 1D | 27 | 140 | 4B | 23 |
| Octal | 234 | 26 | 157 | 0 | 126 | 35 | 47 | 500 | 113 | 43 |
| Binary | 10011100 | 10110 | 1101111 | 0 | 1010110 | 11101 | 100111 | 101000000 | 1001011 | 100011 |
Color Harmonies of #9C166F
Complementary color
Monochromatic Colors of #9C166F
Black with #9C166F
Text Example
Text Example
White with #9C166F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C166F; }
p { color: rgb(156,22,111); }
H1.HeaderClassName
{
color: #9C166F;
}
.AnyTagClassName
{
color: #9C166F;
}
</style>
background-color css
<style>
a { background-color: #9C166F; }
a { background-color: rgb(156,22,111); }
div.DivClassName
{
background-color: #9C166F;
}
.BgClassName
{
background-color: #9C166F;
}
</style>
border-color css
<style>
span { border-color: #9C166F; }
span { border-color: rgb(156,22,111); }
td.TdClassName
{
border-color: #9C166F;
}
.TagClassName
{
border-color: #9C166F;
}
</style>