Shades of Eggplant #9E116E
Tints of Eggplant #9E116E
RGB
CMYK
RGB Variations
Color information
#9E116E (or 0x9E116E) is known color: Eggplant. HEX triplet: 9E, 11 and 6E. RGB value is (158,17,110). Sum of RGB (Red+Green+Blue) = 158+17+110=285 (37% of max value = 765). Red value is 158 (62.11% from 255 or 55.44% from 285); Green value is 17 (7.03% from 255 or 5.96% from 285); Blue value is 110 (43.36% from 255 or 38.60% from 285); Max value from RGB is 158 - color contains mainly: red. Hex color #9E116E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E116E is #61EE91. Grayscale: #454545. Windows color (decimal): -6418066 or 7213470. OLE color: 7213470.
HSL color Cylindrical-coordinate representation of color #9E116E: hue angle of 320.43º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9E116E is Cyan = 0, Magento = 0.89, Yellow = 0.30 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 17 | 110 | - |
| CMYK | 0 | 0.89 | 0.30 | 0.38 |
| HSL | 320.43º | 0.81% | 0.34% | - |
| HSV(B) | 320.43º | 0.89% | 0.62% | - |
| XYZ | 17.12 | 8.8 | 15.55 | - |
| YUV | 69.76 | 150.71 | 190.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 17 | 110 | 0 | 0.89 | 0.30 | 0.38 | 320.43 | 0.81 | 0.34 |
| Hex | 9E | 11 | 6E | 0 | 59 | 1E | 26 | 140 | 51 | 22 |
| Octal | 236 | 21 | 156 | 0 | 131 | 36 | 46 | 500 | 121 | 42 |
| Binary | 10011110 | 10001 | 1101110 | 0 | 1011001 | 11110 | 100110 | 101000000 | 1010001 | 100010 |
Color Harmonies of #9E116E
Complementary color
Monochromatic Colors of #9E116E
Black with #9E116E
Text Example
Text Example
White with #9E116E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E116E; }
p { color: rgb(158,17,110); }
H1.HeaderClassName
{
color: #9E116E;
}
.AnyTagClassName
{
color: #9E116E;
}
</style>
background-color css
<style>
a { background-color: #9E116E; }
a { background-color: rgb(158,17,110); }
div.DivClassName
{
background-color: #9E116E;
}
.BgClassName
{
background-color: #9E116E;
}
</style>
border-color css
<style>
span { border-color: #9E116E; }
span { border-color: rgb(158,17,110); }
td.TdClassName
{
border-color: #9E116E;
}
.TagClassName
{
border-color: #9E116E;
}
</style>