Shades of Eggplant #9E0A77
Tints of Eggplant #9E0A77
RGB
CMYK
RGB Variations
Color information
#9E0A77 (or 0x9E0A77) is known color: Eggplant. HEX triplet: 9E, 0A and 77. RGB value is (158,10,119). Sum of RGB (Red+Green+Blue) = 158+10+119=287 (38% of max value = 765). Red value is 158 (62.11% from 255 or 55.05% from 287); Green value is 10 (4.30% from 255 or 3.48% from 287); Blue value is 119 (46.88% from 255 or 41.46% from 287); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0A77 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E0A77 is #61F588. Grayscale: #424242. Windows color (decimal): -6419849 or 7801502. OLE color: 7801502.
HSL color Cylindrical-coordinate representation of color #9E0A77: hue angle of 315.81º 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 #9E0A77 is Cyan = 0, Magento = 0.94, Yellow = 0.25 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 10 | 119 | - |
| CMYK | 0 | 0.94 | 0.25 | 0.38 |
| HSL | 315.81º | 0.88% | 0.33% | - |
| HSV(B) | 315.81º | 0.94% | 0.62% | - |
| XYZ | 17.54 | 8.82 | 18.23 | - |
| YUV | 66.68 | 157.53 | 193.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 10 | 119 | 0 | 0.94 | 0.25 | 0.38 | 315.81 | 0.88 | 0.33 |
| Hex | 9E | A | 77 | 0 | 5E | 19 | 26 | 13C | 58 | 21 |
| Octal | 236 | 12 | 167 | 0 | 136 | 31 | 46 | 474 | 130 | 41 |
| Binary | 10011110 | 1010 | 1110111 | 0 | 1011110 | 11001 | 100110 | 100111100 | 1011000 | 100001 |
Color Harmonies of #9E0A77
Complementary color
Monochromatic Colors of #9E0A77
Black with #9E0A77
Text Example
Text Example
White with #9E0A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E0A77; }
p { color: rgb(158,10,119); }
H1.HeaderClassName
{
color: #9E0A77;
}
.AnyTagClassName
{
color: #9E0A77;
}
</style>
background-color css
<style>
a { background-color: #9E0A77; }
a { background-color: rgb(158,10,119); }
div.DivClassName
{
background-color: #9E0A77;
}
.BgClassName
{
background-color: #9E0A77;
}
</style>
border-color css
<style>
span { border-color: #9E0A77; }
span { border-color: rgb(158,10,119); }
td.TdClassName
{
border-color: #9E0A77;
}
.TagClassName
{
border-color: #9E0A77;
}
</style>