Shades of Eggplant #8C024D
Tints of Eggplant #8C024D
RGB
CMYK
RGB Variations
Color information
#8C024D (or 0x8C024D) is known color: Eggplant. HEX triplet: 8C, 02 and 4D. RGB value is (140,2,77). Sum of RGB (Red+Green+Blue) = 140+2+77=219 (29% of max value = 765). Red value is 140 (55.08% from 255 or 63.93% from 219); Green value is 2 (1.17% from 255 or 0.91% from 219); Blue value is 77 (30.47% from 255 or 35.16% from 219); Max value from RGB is 140 - color contains mainly: red. Hex color #8C024D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C024D is #73FDB2. Grayscale: #333333. Windows color (decimal): -7601587 or 5046924. OLE color: 5046924.
HSL color Cylindrical-coordinate representation of color #8C024D: hue angle of 327.39º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8C024D is Cyan = 0, Magento = 0.99, Yellow = 0.45 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 2 | 77 | - |
| CMYK | 0 | 0.99 | 0.45 | 0.45 |
| HSL | 327.39º | 0.97% | 0.28% | - |
| HSV(B) | 327.39º | 0.99% | 0.55% | - |
| XYZ | 12.18 | 6.15 | 7.57 | - |
| YUV | 51.81 | 142.22 | 190.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 2 | 77 | 0 | 0.99 | 0.45 | 0.45 | 327.39 | 0.97 | 0.28 |
| Hex | 8C | 2 | 4D | 0 | 63 | 2D | 2D | 147 | 61 | 1C |
| Octal | 214 | 2 | 115 | 0 | 143 | 55 | 55 | 507 | 141 | 34 |
| Binary | 10001100 | 10 | 1001101 | 0 | 1100011 | 101101 | 101101 | 101000111 | 1100001 | 11100 |
Color Harmonies of #8C024D
Complementary color
Monochromatic Colors of #8C024D
Black with #8C024D
Text Example
Text Example
White with #8C024D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C024D; }
p { color: rgb(140,2,77); }
H1.HeaderClassName
{
color: #8C024D;
}
.AnyTagClassName
{
color: #8C024D;
}
</style>
background-color css
<style>
a { background-color: #8C024D; }
a { background-color: rgb(140,2,77); }
div.DivClassName
{
background-color: #8C024D;
}
.BgClassName
{
background-color: #8C024D;
}
</style>
border-color css
<style>
span { border-color: #8C024D; }
span { border-color: rgb(140,2,77); }
td.TdClassName
{
border-color: #8C024D;
}
.TagClassName
{
border-color: #8C024D;
}
</style>