Shades of Eggplant #8E0159
Tints of Eggplant #8E0159
RGB
CMYK
RGB Variations
Color information
#8E0159 (or 0x8E0159) is known color: Eggplant. HEX triplet: 8E, 01 and 59. RGB value is (142,1,89). Sum of RGB (Red+Green+Blue) = 142+1+89=232 (30% of max value = 765). Red value is 142 (55.86% from 255 or 61.21% from 232); Green value is 1 (0.78% from 255 or 0.43% from 232); Blue value is 89 (35.16% from 255 or 38.36% from 232); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0159 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E0159 is #71FEA6. Grayscale: #343434. Windows color (decimal): -7470759 or 5833102. OLE color: 5833102.
HSL color Cylindrical-coordinate representation of color #8E0159: hue angle of 322.55º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8E0159 is Cyan = 0, Magento = 0.99, Yellow = 0.37 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 1 | 89 | - |
| CMYK | 0 | 0.99 | 0.37 | 0.44 |
| HSL | 322.55º | 0.99% | 0.28% | - |
| HSV(B) | 322.55º | 0.99% | 0.56% | - |
| XYZ | 12.97 | 6.49 | 10.02 | - |
| YUV | 53.19 | 148.21 | 191.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 1 | 89 | 0 | 0.99 | 0.37 | 0.44 | 322.55 | 0.99 | 0.28 |
| Hex | 8E | 1 | 59 | 0 | 63 | 25 | 2C | 143 | 63 | 1C |
| Octal | 216 | 1 | 131 | 0 | 143 | 45 | 54 | 503 | 143 | 34 |
| Binary | 10001110 | 1 | 1011001 | 0 | 1100011 | 100101 | 101100 | 101000011 | 1100011 | 11100 |
Color Harmonies of #8E0159
Complementary color
Monochromatic Colors of #8E0159
Black with #8E0159
Text Example
Text Example
White with #8E0159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E0159; }
p { color: rgb(142,1,89); }
H1.HeaderClassName
{
color: #8E0159;
}
.AnyTagClassName
{
color: #8E0159;
}
</style>
background-color css
<style>
a { background-color: #8E0159; }
a { background-color: rgb(142,1,89); }
div.DivClassName
{
background-color: #8E0159;
}
.BgClassName
{
background-color: #8E0159;
}
</style>
border-color css
<style>
span { border-color: #8E0159; }
span { border-color: rgb(142,1,89); }
td.TdClassName
{
border-color: #8E0159;
}
.TagClassName
{
border-color: #8E0159;
}
</style>