Shades of Eggplant #9E1171
Tints of Eggplant #9E1171
RGB
CMYK
RGB Variations
Color information
#9E1171 (or 0x9E1171) is known color: Eggplant. HEX triplet: 9E, 11 and 71. RGB value is (158,17,113). Sum of RGB (Red+Green+Blue) = 158+17+113=288 (38% of max value = 765). Red value is 158 (62.11% from 255 or 54.86% from 288); Green value is 17 (7.03% from 255 or 5.90% from 288); Blue value is 113 (44.53% from 255 or 39.24% from 288); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1171 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E1171 is #61EE8E. Grayscale: #454545. Windows color (decimal): -6418063 or 7410078. OLE color: 7410078.
HSL color Cylindrical-coordinate representation of color #9E1171: hue angle of 319.15º 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 #9E1171 is Cyan = 0, Magento = 0.89, Yellow = 0.28 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 17 | 113 | - |
| CMYK | 0 | 0.89 | 0.28 | 0.38 |
| HSL | 319.15º | 0.81% | 0.34% | - |
| HSV(B) | 319.15º | 0.89% | 0.62% | - |
| XYZ | 17.28 | 8.86 | 16.42 | - |
| YUV | 70.1 | 152.21 | 190.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 17 | 113 | 0 | 0.89 | 0.28 | 0.38 | 319.15 | 0.81 | 0.34 |
| Hex | 9E | 11 | 71 | 0 | 59 | 1C | 26 | 13F | 51 | 22 |
| Octal | 236 | 21 | 161 | 0 | 131 | 34 | 46 | 477 | 121 | 42 |
| Binary | 10011110 | 10001 | 1110001 | 0 | 1011001 | 11100 | 100110 | 100111111 | 1010001 | 100010 |
Color Harmonies of #9E1171
Complementary color
Monochromatic Colors of #9E1171
Black with #9E1171
Text Example
Text Example
White with #9E1171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E1171; }
p { color: rgb(158,17,113); }
H1.HeaderClassName
{
color: #9E1171;
}
.AnyTagClassName
{
color: #9E1171;
}
</style>
background-color css
<style>
a { background-color: #9E1171; }
a { background-color: rgb(158,17,113); }
div.DivClassName
{
background-color: #9E1171;
}
.BgClassName
{
background-color: #9E1171;
}
</style>
border-color css
<style>
span { border-color: #9E1171; }
span { border-color: rgb(158,17,113); }
td.TdClassName
{
border-color: #9E1171;
}
.TagClassName
{
border-color: #9E1171;
}
</style>