Shades of Eggplant #9E0A78
Tints of Eggplant #9E0A78
RGB
CMYK
RGB Variations
Color information
#9E0A78 (or 0x9E0A78) is known color: Eggplant. HEX triplet: 9E, 0A and 78. RGB value is (158,10,120). Sum of RGB (Red+Green+Blue) = 158+10+120=288 (38% of max value = 765). Red value is 158 (62.11% from 255 or 54.86% from 288); Green value is 10 (4.30% from 255 or 3.47% from 288); Blue value is 120 (47.27% from 255 or 41.67% from 288); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0A78 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E0A78 is #61F587. Grayscale: #424242. Windows color (decimal): -6419848 or 7867038. OLE color: 7867038.
HSL color Cylindrical-coordinate representation of color #9E0A78: hue angle of 315.41º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9E0A78 is Cyan = 0, Magento = 0.94, Yellow = 0.24 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 10 | 120 | - |
| CMYK | 0 | 0.94 | 0.24 | 0.38 |
| HSL | 315.41º | 0.88% | 0.33% | - |
| HSV(B) | 315.41º | 0.94% | 0.62% | - |
| XYZ | 17.6 | 8.84 | 18.55 | - |
| YUV | 66.79 | 158.03 | 193.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 10 | 120 | 0 | 0.94 | 0.24 | 0.38 | 315.41 | 0.88 | 0.33 |
| Hex | 9E | A | 78 | 0 | 5E | 18 | 26 | 13B | 58 | 21 |
| Octal | 236 | 12 | 170 | 0 | 136 | 30 | 46 | 473 | 130 | 41 |
| Binary | 10011110 | 1010 | 1111000 | 0 | 1011110 | 11000 | 100110 | 100111011 | 1011000 | 100001 |
Color Harmonies of #9E0A78
Complementary color
Monochromatic Colors of #9E0A78
Black with #9E0A78
Text Example
Text Example
White with #9E0A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E0A78; }
p { color: rgb(158,10,120); }
H1.HeaderClassName
{
color: #9E0A78;
}
.AnyTagClassName
{
color: #9E0A78;
}
</style>
background-color css
<style>
a { background-color: #9E0A78; }
a { background-color: rgb(158,10,120); }
div.DivClassName
{
background-color: #9E0A78;
}
.BgClassName
{
background-color: #9E0A78;
}
</style>
border-color css
<style>
span { border-color: #9E0A78; }
span { border-color: rgb(158,10,120); }
td.TdClassName
{
border-color: #9E0A78;
}
.TagClassName
{
border-color: #9E0A78;
}
</style>