Shades of Eggplant #8E0073
Tints of Eggplant #8E0073
RGB
CMYK
RGB Variations
Color information
#8E0073 (or 0x8E0073) is known color: Eggplant. HEX triplet: 8E, 00 and 73. RGB value is (142,0,115). Sum of RGB (Red+Green+Blue) = 142+0+115=257 (34% of max value = 765). Red value is 142 (55.86% from 255 or 55.25% from 257); Green value is 0 (0.39% from 255 or 0% from 257); Blue value is 115 (45.31% from 255 or 44.75% from 257); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0073 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E0073 is #71FF8C. Grayscale: #373737. Windows color (decimal): -7470989 or 7536782. OLE color: 7536782.
HSL color Cylindrical-coordinate representation of color #8E0073: hue angle of 311.41º 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 #8E0073 is Cyan = 0, Magento = 1, Yellow = 0.19 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 0 | 115 | - |
| CMYK | 0 | 1 | 0.19 | 0.44 |
| HSL | 311.41º | 1% | 0.28% | - |
| HSV(B) | 311.41º | 1% | 0.56% | - |
| XYZ | 14.25 | 6.99 | 16.82 | - |
| YUV | 55.57 | 161.54 | 189.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 0 | 115 | 0 | 1 | 0.19 | 0.44 | 311.41 | 1 | 0.28 |
| Hex | 8E | 0 | 73 | 0 | 64 | 13 | 2C | 137 | 64 | 1C |
| Octal | 216 | 0 | 163 | 0 | 144 | 23 | 54 | 467 | 144 | 34 |
| Binary | 10001110 | 0 | 1110011 | 0 | 1100100 | 10011 | 101100 | 100110111 | 1100100 | 11100 |
Color Harmonies of #8E0073
Complementary color
Monochromatic Colors of #8E0073
Black with #8E0073
Text Example
Text Example
White with #8E0073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E0073; }
p { color: rgb(142,0,115); }
H1.HeaderClassName
{
color: #8E0073;
}
.AnyTagClassName
{
color: #8E0073;
}
</style>
background-color css
<style>
a { background-color: #8E0073; }
a { background-color: rgb(142,0,115); }
div.DivClassName
{
background-color: #8E0073;
}
.BgClassName
{
background-color: #8E0073;
}
</style>
border-color css
<style>
span { border-color: #8E0073; }
span { border-color: rgb(142,0,115); }
td.TdClassName
{
border-color: #8E0073;
}
.TagClassName
{
border-color: #8E0073;
}
</style>