Shades of Eggplant #9E0E6E
Tints of Eggplant #9E0E6E
RGB
CMYK
RGB Variations
Color information
#9E0E6E (or 0x9E0E6E) is known color: Eggplant. HEX triplet: 9E, 0E and 6E. RGB value is (158,14,110). Sum of RGB (Red+Green+Blue) = 158+14+110=282 (37% of max value = 765). Red value is 158 (62.11% from 255 or 56.03% from 282); Green value is 14 (5.86% from 255 or 4.96% from 282); Blue value is 110 (43.36% from 255 or 39.01% from 282); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0E6E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E0E6E is #61F191. Grayscale: #434343. Windows color (decimal): -6418834 or 7212702. OLE color: 7212702.
HSL color Cylindrical-coordinate representation of color #9E0E6E: hue angle of 320º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9E0E6E is Cyan = 0, Magento = 0.91, Yellow = 0.30 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 14 | 110 | - |
| CMYK | 0 | 0.91 | 0.30 | 0.38 |
| HSL | 320º | 0.84% | 0.34% | - |
| HSV(B) | 320º | 0.91% | 0.62% | - |
| XYZ | 17.07 | 8.71 | 15.53 | - |
| YUV | 68 | 151.71 | 192.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 14 | 110 | 0 | 0.91 | 0.30 | 0.38 | 320 | 0.84 | 0.34 |
| Hex | 9E | E | 6E | 0 | 5B | 1E | 26 | 140 | 54 | 22 |
| Octal | 236 | 16 | 156 | 0 | 133 | 36 | 46 | 500 | 124 | 42 |
| Binary | 10011110 | 1110 | 1101110 | 0 | 1011011 | 11110 | 100110 | 101000000 | 1010100 | 100010 |
Color Harmonies of #9E0E6E
Complementary color
Monochromatic Colors of #9E0E6E
Black with #9E0E6E
Text Example
Text Example
White with #9E0E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E0E6E; }
p { color: rgb(158,14,110); }
H1.HeaderClassName
{
color: #9E0E6E;
}
.AnyTagClassName
{
color: #9E0E6E;
}
</style>
background-color css
<style>
a { background-color: #9E0E6E; }
a { background-color: rgb(158,14,110); }
div.DivClassName
{
background-color: #9E0E6E;
}
.BgClassName
{
background-color: #9E0E6E;
}
</style>
border-color css
<style>
span { border-color: #9E0E6E; }
span { border-color: rgb(158,14,110); }
td.TdClassName
{
border-color: #9E0E6E;
}
.TagClassName
{
border-color: #9E0E6E;
}
</style>