Shades of Eggplant #8E0357
Tints of Eggplant #8E0357
RGB
CMYK
RGB Variations
Color information
#8E0357 (or 0x8E0357) is known color: Eggplant. HEX triplet: 8E, 03 and 57. RGB value is (142,3,87). Sum of RGB (Red+Green+Blue) = 142+3+87=232 (30% of max value = 765). Red value is 142 (55.86% from 255 or 61.21% from 232); Green value is 3 (1.56% from 255 or 1.29% from 232); Blue value is 87 (34.38% from 255 or 37.5% from 232); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0357 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E0357 is #71FCA8. Grayscale: #353535. Windows color (decimal): -7470249 or 5702542. OLE color: 5702542.
HSL color Cylindrical-coordinate representation of color #8E0357: hue angle of 323.74º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8E0357 is Cyan = 0, Magento = 0.98, Yellow = 0.39 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 3 | 87 | - |
| CMYK | 0 | 0.98 | 0.39 | 0.44 |
| HSL | 323.74º | 0.96% | 0.28% | - |
| HSV(B) | 323.74º | 0.98% | 0.56% | - |
| XYZ | 12.91 | 6.5 | 9.59 | - |
| YUV | 54.14 | 146.55 | 190.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 3 | 87 | 0 | 0.98 | 0.39 | 0.44 | 323.74 | 0.96 | 0.28 |
| Hex | 8E | 3 | 57 | 0 | 62 | 27 | 2C | 144 | 60 | 1C |
| Octal | 216 | 3 | 127 | 0 | 142 | 47 | 54 | 504 | 140 | 34 |
| Binary | 10001110 | 11 | 1010111 | 0 | 1100010 | 100111 | 101100 | 101000100 | 1100000 | 11100 |
Color Harmonies of #8E0357
Complementary color
Monochromatic Colors of #8E0357
Black with #8E0357
Text Example
Text Example
White with #8E0357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E0357; }
p { color: rgb(142,3,87); }
H1.HeaderClassName
{
color: #8E0357;
}
.AnyTagClassName
{
color: #8E0357;
}
</style>
background-color css
<style>
a { background-color: #8E0357; }
a { background-color: rgb(142,3,87); }
div.DivClassName
{
background-color: #8E0357;
}
.BgClassName
{
background-color: #8E0357;
}
</style>
border-color css
<style>
span { border-color: #8E0357; }
span { border-color: rgb(142,3,87); }
td.TdClassName
{
border-color: #8E0357;
}
.TagClassName
{
border-color: #8E0357;
}
</style>