Shades of Eggplant #8E0875
Tints of Eggplant #8E0875
RGB
CMYK
RGB Variations
Color information
#8E0875 (or 0x8E0875) is known color: Eggplant. HEX triplet: 8E, 08 and 75. RGB value is (142,8,117). Sum of RGB (Red+Green+Blue) = 142+8+117=267 (35% of max value = 765). Red value is 142 (55.86% from 255 or 53.18% from 267); Green value is 8 (3.52% from 255 or 3.00% from 267); Blue value is 117 (46.09% from 255 or 43.82% from 267); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0875 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E0875 is #71F78A. Grayscale: #3C3C3C. Windows color (decimal): -7468939 or 7669902. OLE color: 7669902.
HSL color Cylindrical-coordinate representation of color #8E0875: hue angle of 311.19º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8E0875 is Cyan = 0, Magento = 0.94, Yellow = 0.18 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 8 | 117 | - |
| CMYK | 0 | 0.94 | 0.18 | 0.44 |
| HSL | 311.19º | 0.89% | 0.29% | - |
| HSV(B) | 311.19º | 0.94% | 0.56% | - |
| XYZ | 14.45 | 7.21 | 17.46 | - |
| YUV | 60.49 | 159.89 | 186.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 8 | 117 | 0 | 0.94 | 0.18 | 0.44 | 311.19 | 0.89 | 0.29 |
| Hex | 8E | 8 | 75 | 0 | 5E | 12 | 2C | 137 | 59 | 1D |
| Octal | 216 | 10 | 165 | 0 | 136 | 22 | 54 | 467 | 131 | 35 |
| Binary | 10001110 | 1000 | 1110101 | 0 | 1011110 | 10010 | 101100 | 100110111 | 1011001 | 11101 |
Color Harmonies of #8E0875
Complementary color
Monochromatic Colors of #8E0875
Black with #8E0875
Text Example
Text Example
White with #8E0875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E0875; }
p { color: rgb(142,8,117); }
H1.HeaderClassName
{
color: #8E0875;
}
.AnyTagClassName
{
color: #8E0875;
}
</style>
background-color css
<style>
a { background-color: #8E0875; }
a { background-color: rgb(142,8,117); }
div.DivClassName
{
background-color: #8E0875;
}
.BgClassName
{
background-color: #8E0875;
}
</style>
border-color css
<style>
span { border-color: #8E0875; }
span { border-color: rgb(142,8,117); }
td.TdClassName
{
border-color: #8E0875;
}
.TagClassName
{
border-color: #8E0875;
}
</style>