Shades of Eggplant #9E0875
Tints of Eggplant #9E0875
RGB
CMYK
RGB Variations
Color information
#9E0875 (or 0x9E0875) is known color: Eggplant. HEX triplet: 9E, 08 and 75. RGB value is (158,8,117). Sum of RGB (Red+Green+Blue) = 158+8+117=283 (37% of max value = 765). Red value is 158 (62.11% from 255 or 55.83% from 283); Green value is 8 (3.52% from 255 or 2.83% from 283); Blue value is 117 (46.09% from 255 or 41.34% from 283); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0875 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E0875 is #61F78A. Grayscale: #404040. Windows color (decimal): -6420363 or 7669918. OLE color: 7669918.
HSL color Cylindrical-coordinate representation of color #9E0875: hue angle of 316.4º 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 #9E0875 is Cyan = 0, Magento = 0.95, Yellow = 0.26 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 8 | 117 | - |
| CMYK | 0 | 0.95 | 0.26 | 0.38 |
| HSL | 316.4º | 0.9% | 0.33% | - |
| HSV(B) | 316.4º | 0.95% | 0.62% | - |
| XYZ | 17.4 | 8.73 | 17.6 | - |
| YUV | 65.28 | 157.2 | 194.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 8 | 117 | 0 | 0.95 | 0.26 | 0.38 | 316.4 | 0.9 | 0.33 |
| Hex | 9E | 8 | 75 | 0 | 5F | 1A | 26 | 13C | 5A | 21 |
| Octal | 236 | 10 | 165 | 0 | 137 | 32 | 46 | 474 | 132 | 41 |
| Binary | 10011110 | 1000 | 1110101 | 0 | 1011111 | 11010 | 100110 | 100111100 | 1011010 | 100001 |
Color Harmonies of #9E0875
Complementary color
Monochromatic Colors of #9E0875
Black with #9E0875
Text Example
Text Example
White with #9E0875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E0875; }
p { color: rgb(158,8,117); }
H1.HeaderClassName
{
color: #9E0875;
}
.AnyTagClassName
{
color: #9E0875;
}
</style>
background-color css
<style>
a { background-color: #9E0875; }
a { background-color: rgb(158,8,117); }
div.DivClassName
{
background-color: #9E0875;
}
.BgClassName
{
background-color: #9E0875;
}
</style>
border-color css
<style>
span { border-color: #9E0875; }
span { border-color: rgb(158,8,117); }
td.TdClassName
{
border-color: #9E0875;
}
.TagClassName
{
border-color: #9E0875;
}
</style>