Shades of Eggplant #8E035F
Tints of Eggplant #8E035F
RGB
CMYK
RGB Variations
Color information
#8E035F (or 0x8E035F) is known color: Eggplant. HEX triplet: 8E, 03 and 5F. RGB value is (142,3,95). Sum of RGB (Red+Green+Blue) = 142+3+95=240 (31% of max value = 765). Red value is 142 (55.86% from 255 or 59.17% from 240); Green value is 3 (1.56% from 255 or 1.25% from 240); Blue value is 95 (37.5% from 255 or 39.58% from 240); Max value from RGB is 142 - color contains mainly: red. Hex color #8E035F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E035F is #71FCA0. Grayscale: #363636. Windows color (decimal): -7470241 or 6226830. OLE color: 6226830.
HSL color Cylindrical-coordinate representation of color #8E035F: hue angle of 320.29º 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 #8E035F is Cyan = 0, Magento = 0.98, Yellow = 0.33 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 3 | 95 | - |
| CMYK | 0 | 0.98 | 0.33 | 0.44 |
| HSL | 320.29º | 0.96% | 0.28% | - |
| HSV(B) | 320.29º | 0.98% | 0.56% | - |
| XYZ | 13.25 | 6.64 | 11.41 | - |
| YUV | 55.05 | 150.55 | 190.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 3 | 95 | 0 | 0.98 | 0.33 | 0.44 | 320.29 | 0.96 | 0.28 |
| Hex | 8E | 3 | 5F | 0 | 62 | 21 | 2C | 140 | 60 | 1C |
| Octal | 216 | 3 | 137 | 0 | 142 | 41 | 54 | 500 | 140 | 34 |
| Binary | 10001110 | 11 | 1011111 | 0 | 1100010 | 100001 | 101100 | 101000000 | 1100000 | 11100 |
Color Harmonies of #8E035F
Complementary color
Monochromatic Colors of #8E035F
Black with #8E035F
Text Example
Text Example
White with #8E035F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E035F; }
p { color: rgb(142,3,95); }
H1.HeaderClassName
{
color: #8E035F;
}
.AnyTagClassName
{
color: #8E035F;
}
</style>
background-color css
<style>
a { background-color: #8E035F; }
a { background-color: rgb(142,3,95); }
div.DivClassName
{
background-color: #8E035F;
}
.BgClassName
{
background-color: #8E035F;
}
</style>
border-color css
<style>
span { border-color: #8E035F; }
span { border-color: rgb(142,3,95); }
td.TdClassName
{
border-color: #8E035F;
}
.TagClassName
{
border-color: #8E035F;
}
</style>