Shades of Eggplant #8E1863
Tints of Eggplant #8E1863
RGB
CMYK
RGB Variations
Color information
#8E1863 (or 0x8E1863) is known color: Eggplant. HEX triplet: 8E, 18 and 63. RGB value is (142,24,99). Sum of RGB (Red+Green+Blue) = 142+24+99=265 (35% of max value = 765). Red value is 142 (55.86% from 255 or 53.58% from 265); Green value is 24 (9.77% from 255 or 9.06% from 265); Blue value is 99 (39.06% from 255 or 37.36% from 265); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1863 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E1863 is #71E79C. Grayscale: #434343. Windows color (decimal): -7464861 or 6494350. OLE color: 6494350.
HSL color Cylindrical-coordinate representation of color #8E1863: hue angle of 321.86º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8E1863 is Cyan = 0, Magento = 0.83, Yellow = 0.30 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 24 | 99 | - |
| CMYK | 0 | 0.83 | 0.30 | 0.44 |
| HSL | 321.86º | 0.71% | 0.33% | - |
| HSV(B) | 321.86º | 0.83% | 0.56% | - |
| XYZ | 13.73 | 7.3 | 12.49 | - |
| YUV | 67.83 | 145.59 | 180.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 24 | 99 | 0 | 0.83 | 0.30 | 0.44 | 321.86 | 0.71 | 0.33 |
| Hex | 8E | 18 | 63 | 0 | 53 | 1E | 2C | 142 | 47 | 21 |
| Octal | 216 | 30 | 143 | 0 | 123 | 36 | 54 | 502 | 107 | 41 |
| Binary | 10001110 | 11000 | 1100011 | 0 | 1010011 | 11110 | 101100 | 101000010 | 1000111 | 100001 |
Color Harmonies of #8E1863
Complementary color
Monochromatic Colors of #8E1863
Black with #8E1863
Text Example
Text Example
White with #8E1863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E1863; }
p { color: rgb(142,24,99); }
H1.HeaderClassName
{
color: #8E1863;
}
.AnyTagClassName
{
color: #8E1863;
}
</style>
background-color css
<style>
a { background-color: #8E1863; }
a { background-color: rgb(142,24,99); }
div.DivClassName
{
background-color: #8E1863;
}
.BgClassName
{
background-color: #8E1863;
}
</style>
border-color css
<style>
span { border-color: #8E1863; }
span { border-color: rgb(142,24,99); }
td.TdClassName
{
border-color: #8E1863;
}
.TagClassName
{
border-color: #8E1863;
}
</style>