Shades of Eggplant #8E0055
Tints of Eggplant #8E0055
RGB
CMYK
RGB Variations
Color information
#8E0055 (or 0x8E0055) is known color: Eggplant. HEX triplet: 8E, 00 and 55. RGB value is (142,0,85). Sum of RGB (Red+Green+Blue) = 142+0+85=227 (30% of max value = 765). Red value is 142 (55.86% from 255 or 62.56% from 227); Green value is 0 (0.39% from 255 or 0% from 227); Blue value is 85 (33.59% from 255 or 37.44% from 227); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0055 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E0055 is #71FFAA. Grayscale: #333333. Windows color (decimal): -7471019 or 5570702. OLE color: 5570702.
HSL color Cylindrical-coordinate representation of color #8E0055: hue angle of 324.08º 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 #8E0055 is Cyan = 0, Magento = 1, Yellow = 0.40 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 0 | 85 | - |
| CMYK | 0 | 1 | 0.40 | 0.44 |
| HSL | 324.08º | 1% | 0.28% | - |
| HSV(B) | 324.08º | 1% | 0.56% | - |
| XYZ | 12.8 | 6.41 | 9.16 | - |
| YUV | 52.15 | 146.54 | 192.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 0 | 85 | 0 | 1 | 0.40 | 0.44 | 324.08 | 1 | 0.28 |
| Hex | 8E | 0 | 55 | 0 | 64 | 28 | 2C | 144 | 64 | 1C |
| Octal | 216 | 0 | 125 | 0 | 144 | 50 | 54 | 504 | 144 | 34 |
| Binary | 10001110 | 0 | 1010101 | 0 | 1100100 | 101000 | 101100 | 101000100 | 1100100 | 11100 |
Color Harmonies of #8E0055
Complementary color
Monochromatic Colors of #8E0055
Black with #8E0055
Text Example
Text Example
White with #8E0055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E0055; }
p { color: rgb(142,0,85); }
H1.HeaderClassName
{
color: #8E0055;
}
.AnyTagClassName
{
color: #8E0055;
}
</style>
background-color css
<style>
a { background-color: #8E0055; }
a { background-color: rgb(142,0,85); }
div.DivClassName
{
background-color: #8E0055;
}
.BgClassName
{
background-color: #8E0055;
}
</style>
border-color css
<style>
span { border-color: #8E0055; }
span { border-color: rgb(142,0,85); }
td.TdClassName
{
border-color: #8E0055;
}
.TagClassName
{
border-color: #8E0055;
}
</style>