Shades of Eggplant #8E095F
Tints of Eggplant #8E095F
RGB
CMYK
RGB Variations
Color information
#8E095F (or 0x8E095F) is known color: Eggplant. HEX triplet: 8E, 09 and 5F. RGB value is (142,9,95). Sum of RGB (Red+Green+Blue) = 142+9+95=246 (32% of max value = 765). Red value is 142 (55.86% from 255 or 57.72% from 246); Green value is 9 (3.91% from 255 or 3.66% from 246); Blue value is 95 (37.5% from 255 or 38.62% from 246); Max value from RGB is 142 - color contains mainly: red. Hex color #8E095F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E095F is #71F6A0. Grayscale: #3A3A3A. Windows color (decimal): -7468705 or 6228366. OLE color: 6228366.
HSL color Cylindrical-coordinate representation of color #8E095F: hue angle of 321.2º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8E095F is Cyan = 0, Magento = 0.94, Yellow = 0.33 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 9 | 95 | - |
| CMYK | 0 | 0.94 | 0.33 | 0.44 |
| HSL | 321.2º | 0.88% | 0.3% | - |
| HSV(B) | 321.2º | 0.94% | 0.56% | - |
| XYZ | 13.32 | 6.77 | 11.43 | - |
| YUV | 58.57 | 148.56 | 187.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 9 | 95 | 0 | 0.94 | 0.33 | 0.44 | 321.2 | 0.88 | 0.3 |
| Hex | 8E | 9 | 5F | 0 | 5E | 21 | 2C | 141 | 58 | 1E |
| Octal | 216 | 11 | 137 | 0 | 136 | 41 | 54 | 501 | 130 | 36 |
| Binary | 10001110 | 1001 | 1011111 | 0 | 1011110 | 100001 | 101100 | 101000001 | 1011000 | 11110 |
Color Harmonies of #8E095F
Complementary color
Monochromatic Colors of #8E095F
Black with #8E095F
Text Example
Text Example
White with #8E095F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E095F; }
p { color: rgb(142,9,95); }
H1.HeaderClassName
{
color: #8E095F;
}
.AnyTagClassName
{
color: #8E095F;
}
</style>
background-color css
<style>
a { background-color: #8E095F; }
a { background-color: rgb(142,9,95); }
div.DivClassName
{
background-color: #8E095F;
}
.BgClassName
{
background-color: #8E095F;
}
</style>
border-color css
<style>
span { border-color: #8E095F; }
span { border-color: rgb(142,9,95); }
td.TdClassName
{
border-color: #8E095F;
}
.TagClassName
{
border-color: #8E095F;
}
</style>