Shades of Eggplant #9E1271
Tints of Eggplant #9E1271
RGB
CMYK
RGB Variations
Color information
#9E1271 (or 0x9E1271) is known color: Eggplant. HEX triplet: 9E, 12 and 71. RGB value is (158,18,113). Sum of RGB (Red+Green+Blue) = 158+18+113=289 (38% of max value = 765). Red value is 158 (62.11% from 255 or 54.67% from 289); Green value is 18 (7.42% from 255 or 6.23% from 289); Blue value is 113 (44.53% from 255 or 39.10% from 289); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1271 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E1271 is #61ED8E. Grayscale: #464646. Windows color (decimal): -6417807 or 7410334. OLE color: 7410334.
HSL color Cylindrical-coordinate representation of color #9E1271: hue angle of 319.29º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9E1271 is Cyan = 0, Magento = 0.89, Yellow = 0.28 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 18 | 113 | - |
| CMYK | 0 | 0.89 | 0.28 | 0.38 |
| HSL | 319.29º | 0.8% | 0.35% | - |
| HSV(B) | 319.29º | 0.89% | 0.62% | - |
| XYZ | 17.3 | 8.89 | 16.43 | - |
| YUV | 70.69 | 151.88 | 190.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 18 | 113 | 0 | 0.89 | 0.28 | 0.38 | 319.29 | 0.8 | 0.35 |
| Hex | 9E | 12 | 71 | 0 | 59 | 1C | 26 | 13F | 50 | 23 |
| Octal | 236 | 22 | 161 | 0 | 131 | 34 | 46 | 477 | 120 | 43 |
| Binary | 10011110 | 10010 | 1110001 | 0 | 1011001 | 11100 | 100110 | 100111111 | 1010000 | 100011 |
Color Harmonies of #9E1271
Complementary color
Monochromatic Colors of #9E1271
Black with #9E1271
Text Example
Text Example
White with #9E1271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E1271; }
p { color: rgb(158,18,113); }
H1.HeaderClassName
{
color: #9E1271;
}
.AnyTagClassName
{
color: #9E1271;
}
</style>
background-color css
<style>
a { background-color: #9E1271; }
a { background-color: rgb(158,18,113); }
div.DivClassName
{
background-color: #9E1271;
}
.BgClassName
{
background-color: #9E1271;
}
</style>
border-color css
<style>
span { border-color: #9E1271; }
span { border-color: rgb(158,18,113); }
td.TdClassName
{
border-color: #9E1271;
}
.TagClassName
{
border-color: #9E1271;
}
</style>