Shades of Eggplant #8E0953
Tints of Eggplant #8E0953
RGB
CMYK
RGB Variations
Color information
#8E0953 (or 0x8E0953) is known color: Eggplant. HEX triplet: 8E, 09 and 53. RGB value is (142,9,83). Sum of RGB (Red+Green+Blue) = 142+9+83=234 (30% of max value = 765). Red value is 142 (55.86% from 255 or 60.68% from 234); Green value is 9 (3.91% from 255 or 3.85% from 234); Blue value is 83 (32.81% from 255 or 35.47% from 234); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0953 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E0953 is #71F6AC. Grayscale: #393939. Windows color (decimal): -7468717 or 5441934. OLE color: 5441934.
HSL color Cylindrical-coordinate representation of color #8E0953: hue angle of 326.62º 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 #8E0953 is Cyan = 0, Magento = 0.94, Yellow = 0.42 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 9 | 83 | - |
| CMYK | 0 | 0.94 | 0.42 | 0.44 |
| HSL | 326.62º | 0.88% | 0.3% | - |
| HSV(B) | 326.62º | 0.94% | 0.56% | - |
| XYZ | 12.81 | 6.57 | 8.78 | - |
| YUV | 57.2 | 142.56 | 188.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 9 | 83 | 0 | 0.94 | 0.42 | 0.44 | 326.62 | 0.88 | 0.3 |
| Hex | 8E | 9 | 53 | 0 | 5E | 2A | 2C | 147 | 58 | 1E |
| Octal | 216 | 11 | 123 | 0 | 136 | 52 | 54 | 507 | 130 | 36 |
| Binary | 10001110 | 1001 | 1010011 | 0 | 1011110 | 101010 | 101100 | 101000111 | 1011000 | 11110 |
Color Harmonies of #8E0953
Complementary color
Monochromatic Colors of #8E0953
Black with #8E0953
Text Example
Text Example
White with #8E0953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E0953; }
p { color: rgb(142,9,83); }
H1.HeaderClassName
{
color: #8E0953;
}
.AnyTagClassName
{
color: #8E0953;
}
</style>
background-color css
<style>
a { background-color: #8E0953; }
a { background-color: rgb(142,9,83); }
div.DivClassName
{
background-color: #8E0953;
}
.BgClassName
{
background-color: #8E0953;
}
</style>
border-color css
<style>
span { border-color: #8E0953; }
span { border-color: rgb(142,9,83); }
td.TdClassName
{
border-color: #8E0953;
}
.TagClassName
{
border-color: #8E0953;
}
</style>