Shades of Eggplant #8E0257
Tints of Eggplant #8E0257
RGB
CMYK
RGB Variations
Color information
#8E0257 (or 0x8E0257) is known color: Eggplant. HEX triplet: 8E, 02 and 57. RGB value is (142,2,87). Sum of RGB (Red+Green+Blue) = 142+2+87=231 (30% of max value = 765). Red value is 142 (55.86% from 255 or 61.47% from 231); Green value is 2 (1.17% from 255 or 0.87% from 231); Blue value is 87 (34.38% from 255 or 37.66% from 231); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0257 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E0257 is #71FDA8. Grayscale: #353535. Windows color (decimal): -7470505 or 5702286. OLE color: 5702286.
HSL color Cylindrical-coordinate representation of color #8E0257: hue angle of 323.57º degrees, saturation: 0.97, 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 #8E0257 is Cyan = 0, Magento = 0.99, Yellow = 0.39 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 2 | 87 | - |
| CMYK | 0 | 0.99 | 0.39 | 0.44 |
| HSL | 323.57º | 0.97% | 0.28% | - |
| HSV(B) | 323.57º | 0.99% | 0.56% | - |
| XYZ | 12.9 | 6.48 | 9.59 | - |
| YUV | 53.55 | 146.88 | 191.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 2 | 87 | 0 | 0.99 | 0.39 | 0.44 | 323.57 | 0.97 | 0.28 |
| Hex | 8E | 2 | 57 | 0 | 63 | 27 | 2C | 144 | 61 | 1C |
| Octal | 216 | 2 | 127 | 0 | 143 | 47 | 54 | 504 | 141 | 34 |
| Binary | 10001110 | 10 | 1010111 | 0 | 1100011 | 100111 | 101100 | 101000100 | 1100001 | 11100 |
Color Harmonies of #8E0257
Complementary color
Monochromatic Colors of #8E0257
Black with #8E0257
Text Example
Text Example
White with #8E0257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E0257; }
p { color: rgb(142,2,87); }
H1.HeaderClassName
{
color: #8E0257;
}
.AnyTagClassName
{
color: #8E0257;
}
</style>
background-color css
<style>
a { background-color: #8E0257; }
a { background-color: rgb(142,2,87); }
div.DivClassName
{
background-color: #8E0257;
}
.BgClassName
{
background-color: #8E0257;
}
</style>
border-color css
<style>
span { border-color: #8E0257; }
span { border-color: rgb(142,2,87); }
td.TdClassName
{
border-color: #8E0257;
}
.TagClassName
{
border-color: #8E0257;
}
</style>