Shades of Eggplant #9E0874
Tints of Eggplant #9E0874
RGB
CMYK
RGB Variations
Color information
#9E0874 (or 0x9E0874) is known color: Eggplant. HEX triplet: 9E, 08 and 74. RGB value is (158,8,116). Sum of RGB (Red+Green+Blue) = 158+8+116=282 (37% of max value = 765). Red value is 158 (62.11% from 255 or 56.03% from 282); Green value is 8 (3.52% from 255 or 2.84% from 282); Blue value is 116 (45.70% from 255 or 41.13% from 282); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0874 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E0874 is #61F78B. Grayscale: #404040. Windows color (decimal): -6420364 or 7604382. OLE color: 7604382.
HSL color Cylindrical-coordinate representation of color #9E0874: hue angle of 316.8º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9E0874 is Cyan = 0, Magento = 0.95, Yellow = 0.27 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 8 | 116 | - |
| CMYK | 0 | 0.95 | 0.27 | 0.38 |
| HSL | 316.8º | 0.9% | 0.33% | - |
| HSV(B) | 316.8º | 0.95% | 0.62% | - |
| XYZ | 17.34 | 8.7 | 17.29 | - |
| YUV | 65.16 | 156.7 | 194.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 8 | 116 | 0 | 0.95 | 0.27 | 0.38 | 316.8 | 0.9 | 0.33 |
| Hex | 9E | 8 | 74 | 0 | 5F | 1B | 26 | 13D | 5A | 21 |
| Octal | 236 | 10 | 164 | 0 | 137 | 33 | 46 | 475 | 132 | 41 |
| Binary | 10011110 | 1000 | 1110100 | 0 | 1011111 | 11011 | 100110 | 100111101 | 1011010 | 100001 |
Color Harmonies of #9E0874
Complementary color
Monochromatic Colors of #9E0874
Black with #9E0874
Text Example
Text Example
White with #9E0874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E0874; }
p { color: rgb(158,8,116); }
H1.HeaderClassName
{
color: #9E0874;
}
.AnyTagClassName
{
color: #9E0874;
}
</style>
background-color css
<style>
a { background-color: #9E0874; }
a { background-color: rgb(158,8,116); }
div.DivClassName
{
background-color: #9E0874;
}
.BgClassName
{
background-color: #9E0874;
}
</style>
border-color css
<style>
span { border-color: #9E0874; }
span { border-color: rgb(158,8,116); }
td.TdClassName
{
border-color: #9E0874;
}
.TagClassName
{
border-color: #9E0874;
}
</style>