Shades of Eggplant #9E0A72
Tints of Eggplant #9E0A72
RGB
CMYK
RGB Variations
Color information
#9E0A72 (or 0x9E0A72) is known color: Eggplant. HEX triplet: 9E, 0A and 72. RGB value is (158,10,114). Sum of RGB (Red+Green+Blue) = 158+10+114=282 (37% of max value = 765). Red value is 158 (62.11% from 255 or 56.03% from 282); Green value is 10 (4.30% from 255 or 3.55% from 282); Blue value is 114 (44.92% from 255 or 40.43% from 282); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0A72 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E0A72 is #61F58D. Grayscale: #414141. Windows color (decimal): -6419854 or 7473822. OLE color: 7473822.
HSL color Cylindrical-coordinate representation of color #9E0A72: hue angle of 317.84º 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 #9E0A72 is Cyan = 0, Magento = 0.94, Yellow = 0.28 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 10 | 114 | - |
| CMYK | 0 | 0.94 | 0.28 | 0.38 |
| HSL | 317.84º | 0.88% | 0.33% | - |
| HSV(B) | 317.84º | 0.94% | 0.62% | - |
| XYZ | 17.25 | 8.7 | 16.69 | - |
| YUV | 66.11 | 155.03 | 193.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 10 | 114 | 0 | 0.94 | 0.28 | 0.38 | 317.84 | 0.88 | 0.33 |
| Hex | 9E | A | 72 | 0 | 5E | 1C | 26 | 13E | 58 | 21 |
| Octal | 236 | 12 | 162 | 0 | 136 | 34 | 46 | 476 | 130 | 41 |
| Binary | 10011110 | 1010 | 1110010 | 0 | 1011110 | 11100 | 100110 | 100111110 | 1011000 | 100001 |
Color Harmonies of #9E0A72
Complementary color
Monochromatic Colors of #9E0A72
Black with #9E0A72
Text Example
Text Example
White with #9E0A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E0A72; }
p { color: rgb(158,10,114); }
H1.HeaderClassName
{
color: #9E0A72;
}
.AnyTagClassName
{
color: #9E0A72;
}
</style>
background-color css
<style>
a { background-color: #9E0A72; }
a { background-color: rgb(158,10,114); }
div.DivClassName
{
background-color: #9E0A72;
}
.BgClassName
{
background-color: #9E0A72;
}
</style>
border-color css
<style>
span { border-color: #9E0A72; }
span { border-color: rgb(158,10,114); }
td.TdClassName
{
border-color: #9E0A72;
}
.TagClassName
{
border-color: #9E0A72;
}
</style>