Shades of Eggplant #8E075F
Tints of Eggplant #8E075F
RGB
CMYK
RGB Variations
Color information
#8E075F (or 0x8E075F) is known color: Eggplant. HEX triplet: 8E, 07 and 5F. RGB value is (142,7,95). Sum of RGB (Red+Green+Blue) = 142+7+95=244 (32% of max value = 765). Red value is 142 (55.86% from 255 or 58.20% from 244); Green value is 7 (3.12% from 255 or 2.87% from 244); Blue value is 95 (37.5% from 255 or 38.93% from 244); Max value from RGB is 142 - color contains mainly: red. Hex color #8E075F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E075F is #71F8A0. Grayscale: #393939. Windows color (decimal): -7469217 or 6227854. OLE color: 6227854.
HSL color Cylindrical-coordinate representation of color #8E075F: hue angle of 320.89º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8E075F is Cyan = 0, Magento = 0.95, Yellow = 0.33 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 7 | 95 | - |
| CMYK | 0 | 0.95 | 0.33 | 0.44 |
| HSL | 320.89º | 0.91% | 0.29% | - |
| HSV(B) | 320.89º | 0.95% | 0.56% | - |
| XYZ | 13.3 | 6.73 | 11.42 | - |
| YUV | 57.4 | 149.23 | 188.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 7 | 95 | 0 | 0.95 | 0.33 | 0.44 | 320.89 | 0.91 | 0.29 |
| Hex | 8E | 7 | 5F | 0 | 5F | 21 | 2C | 141 | 5B | 1D |
| Octal | 216 | 7 | 137 | 0 | 137 | 41 | 54 | 501 | 133 | 35 |
| Binary | 10001110 | 111 | 1011111 | 0 | 1011111 | 100001 | 101100 | 101000001 | 1011011 | 11101 |
Color Harmonies of #8E075F
Complementary color
Monochromatic Colors of #8E075F
Black with #8E075F
Text Example
Text Example
White with #8E075F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E075F; }
p { color: rgb(142,7,95); }
H1.HeaderClassName
{
color: #8E075F;
}
.AnyTagClassName
{
color: #8E075F;
}
</style>
background-color css
<style>
a { background-color: #8E075F; }
a { background-color: rgb(142,7,95); }
div.DivClassName
{
background-color: #8E075F;
}
.BgClassName
{
background-color: #8E075F;
}
</style>
border-color css
<style>
span { border-color: #8E075F; }
span { border-color: rgb(142,7,95); }
td.TdClassName
{
border-color: #8E075F;
}
.TagClassName
{
border-color: #8E075F;
}
</style>