Shades of Eggplant #8E1963
Tints of Eggplant #8E1963
RGB
CMYK
RGB Variations
Color information
#8E1963 (or 0x8E1963) is known color: Eggplant. HEX triplet: 8E, 19 and 63. RGB value is (142,25,99). Sum of RGB (Red+Green+Blue) = 142+25+99=266 (35% of max value = 765). Red value is 142 (55.86% from 255 or 53.38% from 266); Green value is 25 (10.16% from 255 or 9.40% from 266); Blue value is 99 (39.06% from 255 or 37.22% from 266); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1963 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E1963 is #71E69C. Grayscale: #444444. Windows color (decimal): -7464605 or 6494606. OLE color: 6494606.
HSL color Cylindrical-coordinate representation of color #8E1963: hue angle of 322.05º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8E1963 is Cyan = 0, Magento = 0.82, Yellow = 0.30 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 25 | 99 | - |
| CMYK | 0 | 0.82 | 0.30 | 0.44 |
| HSL | 322.05º | 0.7% | 0.33% | - |
| HSV(B) | 322.05º | 0.82% | 0.56% | - |
| XYZ | 13.76 | 7.35 | 12.5 | - |
| YUV | 68.42 | 145.26 | 180.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 25 | 99 | 0 | 0.82 | 0.30 | 0.44 | 322.05 | 0.7 | 0.33 |
| Hex | 8E | 19 | 63 | 0 | 52 | 1E | 2C | 142 | 46 | 21 |
| Octal | 216 | 31 | 143 | 0 | 122 | 36 | 54 | 502 | 106 | 41 |
| Binary | 10001110 | 11001 | 1100011 | 0 | 1010010 | 11110 | 101100 | 101000010 | 1000110 | 100001 |
Color Harmonies of #8E1963
Complementary color
Monochromatic Colors of #8E1963
Black with #8E1963
Text Example
Text Example
White with #8E1963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E1963; }
p { color: rgb(142,25,99); }
H1.HeaderClassName
{
color: #8E1963;
}
.AnyTagClassName
{
color: #8E1963;
}
</style>
background-color css
<style>
a { background-color: #8E1963; }
a { background-color: rgb(142,25,99); }
div.DivClassName
{
background-color: #8E1963;
}
.BgClassName
{
background-color: #8E1963;
}
</style>
border-color css
<style>
span { border-color: #8E1963; }
span { border-color: rgb(142,25,99); }
td.TdClassName
{
border-color: #8E1963;
}
.TagClassName
{
border-color: #8E1963;
}
</style>