Shades of Eggplant #8E0074
Tints of Eggplant #8E0074
RGB
CMYK
RGB Variations
Color information
#8E0074 (or 0x8E0074) is known color: Eggplant. HEX triplet: 8E, 00 and 74. RGB value is (142,0,116). Sum of RGB (Red+Green+Blue) = 142+0+116=258 (34% of max value = 765). Red value is 142 (55.86% from 255 or 55.04% from 258); Green value is 0 (0.39% from 255 or 0% from 258); Blue value is 116 (45.70% from 255 or 44.96% from 258); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0074 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E0074 is #71FF8B. Grayscale: #373737. Windows color (decimal): -7470988 or 7602318. OLE color: 7602318.
HSL color Cylindrical-coordinate representation of color #8E0074: hue angle of 310.99º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8E0074 is Cyan = 0, Magento = 1, Yellow = 0.18 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 0 | 116 | - |
| CMYK | 0 | 1 | 0.18 | 0.44 |
| HSL | 310.99º | 1% | 0.28% | - |
| HSV(B) | 310.99º | 1% | 0.56% | - |
| XYZ | 14.31 | 7.01 | 17.12 | - |
| YUV | 55.68 | 162.04 | 189.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 0 | 116 | 0 | 1 | 0.18 | 0.44 | 310.99 | 1 | 0.28 |
| Hex | 8E | 0 | 74 | 0 | 64 | 12 | 2C | 137 | 64 | 1C |
| Octal | 216 | 0 | 164 | 0 | 144 | 22 | 54 | 467 | 144 | 34 |
| Binary | 10001110 | 0 | 1110100 | 0 | 1100100 | 10010 | 101100 | 100110111 | 1100100 | 11100 |
Color Harmonies of #8E0074
Complementary color
Monochromatic Colors of #8E0074
Black with #8E0074
Text Example
Text Example
White with #8E0074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E0074; }
p { color: rgb(142,0,116); }
H1.HeaderClassName
{
color: #8E0074;
}
.AnyTagClassName
{
color: #8E0074;
}
</style>
background-color css
<style>
a { background-color: #8E0074; }
a { background-color: rgb(142,0,116); }
div.DivClassName
{
background-color: #8E0074;
}
.BgClassName
{
background-color: #8E0074;
}
</style>
border-color css
<style>
span { border-color: #8E0074; }
span { border-color: rgb(142,0,116); }
td.TdClassName
{
border-color: #8E0074;
}
.TagClassName
{
border-color: #8E0074;
}
</style>