Shades of Eggplant #9C0E78
Tints of Eggplant #9C0E78
RGB
CMYK
RGB Variations
Color information
#9C0E78 (or 0x9C0E78) is known color: Eggplant. HEX triplet: 9C, 0E and 78. RGB value is (156,14,120). Sum of RGB (Red+Green+Blue) = 156+14+120=290 (38% of max value = 765). Red value is 156 (61.33% from 255 or 53.79% from 290); Green value is 14 (5.86% from 255 or 4.83% from 290); Blue value is 120 (47.27% from 255 or 41.38% from 290); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0E78 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C0E78 is #63F187. Grayscale: #444444. Windows color (decimal): -6549896 or 7868060. OLE color: 7868060.
HSL color Cylindrical-coordinate representation of color #9C0E78: hue angle of 315.21º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9C0E78 is Cyan = 0, Magento = 0.91, Yellow = 0.23 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 14 | 120 | - |
| CMYK | 0 | 0.91 | 0.23 | 0.39 |
| HSL | 315.21º | 0.84% | 0.33% | - |
| HSV(B) | 315.21º | 0.91% | 0.61% | - |
| XYZ | 17.26 | 8.74 | 18.55 | - |
| YUV | 68.54 | 157.04 | 190.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 14 | 120 | 0 | 0.91 | 0.23 | 0.39 | 315.21 | 0.84 | 0.33 |
| Hex | 9C | E | 78 | 0 | 5B | 17 | 27 | 13B | 54 | 21 |
| Octal | 234 | 16 | 170 | 0 | 133 | 27 | 47 | 473 | 124 | 41 |
| Binary | 10011100 | 1110 | 1111000 | 0 | 1011011 | 10111 | 100111 | 100111011 | 1010100 | 100001 |
Color Harmonies of #9C0E78
Complementary color
Monochromatic Colors of #9C0E78
Black with #9C0E78
Text Example
Text Example
White with #9C0E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0E78; }
p { color: rgb(156,14,120); }
H1.HeaderClassName
{
color: #9C0E78;
}
.AnyTagClassName
{
color: #9C0E78;
}
</style>
background-color css
<style>
a { background-color: #9C0E78; }
a { background-color: rgb(156,14,120); }
div.DivClassName
{
background-color: #9C0E78;
}
.BgClassName
{
background-color: #9C0E78;
}
</style>
border-color css
<style>
span { border-color: #9C0E78; }
span { border-color: rgb(156,14,120); }
td.TdClassName
{
border-color: #9C0E78;
}
.TagClassName
{
border-color: #9C0E78;
}
</style>