Shades of Eggplant #9C0F76
Tints of Eggplant #9C0F76
RGB
CMYK
RGB Variations
Color information
#9C0F76 (or 0x9C0F76) is known color: Eggplant. HEX triplet: 9C, 0F and 76. RGB value is (156,15,118). Sum of RGB (Red+Green+Blue) = 156+15+118=289 (38% of max value = 765). Red value is 156 (61.33% from 255 or 53.98% from 289); Green value is 15 (6.25% from 255 or 5.19% from 289); Blue value is 118 (46.48% from 255 or 40.83% from 289); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0F76 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C0F76 is #63F089. Grayscale: #444444. Windows color (decimal): -6549642 or 7737244. OLE color: 7737244.
HSL color Cylindrical-coordinate representation of color #9C0F76: hue angle of 316.17º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9C0F76 is Cyan = 0, Magento = 0.90, Yellow = 0.24 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 15 | 118 | - |
| CMYK | 0 | 0.90 | 0.24 | 0.39 |
| HSL | 316.17º | 0.82% | 0.34% | - |
| HSV(B) | 316.17º | 0.9% | 0.61% | - |
| XYZ | 17.15 | 8.72 | 17.92 | - |
| YUV | 68.9 | 155.71 | 190.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 15 | 118 | 0 | 0.90 | 0.24 | 0.39 | 316.17 | 0.82 | 0.34 |
| Hex | 9C | F | 76 | 0 | 5A | 18 | 27 | 13C | 52 | 22 |
| Octal | 234 | 17 | 166 | 0 | 132 | 30 | 47 | 474 | 122 | 42 |
| Binary | 10011100 | 1111 | 1110110 | 0 | 1011010 | 11000 | 100111 | 100111100 | 1010010 | 100010 |
Color Harmonies of #9C0F76
Complementary color
Monochromatic Colors of #9C0F76
Black with #9C0F76
Text Example
Text Example
White with #9C0F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0F76; }
p { color: rgb(156,15,118); }
H1.HeaderClassName
{
color: #9C0F76;
}
.AnyTagClassName
{
color: #9C0F76;
}
</style>
background-color css
<style>
a { background-color: #9C0F76; }
a { background-color: rgb(156,15,118); }
div.DivClassName
{
background-color: #9C0F76;
}
.BgClassName
{
background-color: #9C0F76;
}
</style>
border-color css
<style>
span { border-color: #9C0F76; }
span { border-color: rgb(156,15,118); }
td.TdClassName
{
border-color: #9C0F76;
}
.TagClassName
{
border-color: #9C0F76;
}
</style>