Shades of Eggplant #8E0475
Tints of Eggplant #8E0475
RGB
CMYK
RGB Variations
Color information
#8E0475 (or 0x8E0475) is known color: Eggplant. HEX triplet: 8E, 04 and 75. RGB value is (142,4,117). Sum of RGB (Red+Green+Blue) = 142+4+117=263 (34% of max value = 765). Red value is 142 (55.86% from 255 or 53.99% from 263); Green value is 4 (1.95% from 255 or 1.52% from 263); Blue value is 117 (46.09% from 255 or 44.49% from 263); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0475 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E0475 is #71FB8A. Grayscale: #393939. Windows color (decimal): -7469963 or 7668878. OLE color: 7668878.
HSL color Cylindrical-coordinate representation of color #8E0475: hue angle of 310.87º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8E0475 is Cyan = 0, Magento = 0.97, Yellow = 0.18 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 4 | 117 | - |
| CMYK | 0 | 0.97 | 0.18 | 0.44 |
| HSL | 310.87º | 0.95% | 0.29% | - |
| HSV(B) | 310.87º | 0.97% | 0.56% | - |
| XYZ | 14.41 | 7.12 | 17.44 | - |
| YUV | 58.14 | 161.22 | 187.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 4 | 117 | 0 | 0.97 | 0.18 | 0.44 | 310.87 | 0.95 | 0.29 |
| Hex | 8E | 4 | 75 | 0 | 61 | 12 | 2C | 137 | 5F | 1D |
| Octal | 216 | 4 | 165 | 0 | 141 | 22 | 54 | 467 | 137 | 35 |
| Binary | 10001110 | 100 | 1110101 | 0 | 1100001 | 10010 | 101100 | 100110111 | 1011111 | 11101 |
Color Harmonies of #8E0475
Complementary color
Monochromatic Colors of #8E0475
Black with #8E0475
Text Example
Text Example
White with #8E0475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E0475; }
p { color: rgb(142,4,117); }
H1.HeaderClassName
{
color: #8E0475;
}
.AnyTagClassName
{
color: #8E0475;
}
</style>
background-color css
<style>
a { background-color: #8E0475; }
a { background-color: rgb(142,4,117); }
div.DivClassName
{
background-color: #8E0475;
}
.BgClassName
{
background-color: #8E0475;
}
</style>
border-color css
<style>
span { border-color: #8E0475; }
span { border-color: rgb(142,4,117); }
td.TdClassName
{
border-color: #8E0475;
}
.TagClassName
{
border-color: #8E0475;
}
</style>