Shades of Eggplant #9C0976
Tints of Eggplant #9C0976
RGB
CMYK
RGB Variations
Color information
#9C0976 (or 0x9C0976) is known color: Eggplant. HEX triplet: 9C, 09 and 76. RGB value is (156,9,118). Sum of RGB (Red+Green+Blue) = 156+9+118=283 (37% of max value = 765). Red value is 156 (61.33% from 255 or 55.12% from 283); Green value is 9 (3.91% from 255 or 3.18% from 283); Blue value is 118 (46.48% from 255 or 41.70% from 283); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0976 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C0976 is #63F689. Grayscale: #414141. Windows color (decimal): -6551178 or 7735708. OLE color: 7735708.
HSL color Cylindrical-coordinate representation of color #9C0976: hue angle of 315.51º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9C0976 is Cyan = 0, Magento = 0.94, Yellow = 0.24 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 9 | 118 | - |
| CMYK | 0 | 0.94 | 0.24 | 0.39 |
| HSL | 315.51º | 0.89% | 0.32% | - |
| HSV(B) | 315.51º | 0.94% | 0.61% | - |
| XYZ | 17.08 | 8.57 | 17.89 | - |
| YUV | 65.38 | 157.7 | 192.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 9 | 118 | 0 | 0.94 | 0.24 | 0.39 | 315.51 | 0.89 | 0.32 |
| Hex | 9C | 9 | 76 | 0 | 5E | 18 | 27 | 13C | 59 | 20 |
| Octal | 234 | 11 | 166 | 0 | 136 | 30 | 47 | 474 | 131 | 40 |
| Binary | 10011100 | 1001 | 1110110 | 0 | 1011110 | 11000 | 100111 | 100111100 | 1011001 | 100000 |
Color Harmonies of #9C0976
Complementary color
Monochromatic Colors of #9C0976
Black with #9C0976
Text Example
Text Example
White with #9C0976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0976; }
p { color: rgb(156,9,118); }
H1.HeaderClassName
{
color: #9C0976;
}
.AnyTagClassName
{
color: #9C0976;
}
</style>
background-color css
<style>
a { background-color: #9C0976; }
a { background-color: rgb(156,9,118); }
div.DivClassName
{
background-color: #9C0976;
}
.BgClassName
{
background-color: #9C0976;
}
</style>
border-color css
<style>
span { border-color: #9C0976; }
span { border-color: rgb(156,9,118); }
td.TdClassName
{
border-color: #9C0976;
}
.TagClassName
{
border-color: #9C0976;
}
</style>