Shades of Eggplant #8D024C
Tints of Eggplant #8D024C
RGB
CMYK
RGB Variations
Color information
#8D024C (or 0x8D024C) is known color: Eggplant. HEX triplet: 8D, 02 and 4C. RGB value is (141,2,76). Sum of RGB (Red+Green+Blue) = 141+2+76=219 (29% of max value = 765). Red value is 141 (55.47% from 255 or 64.38% from 219); Green value is 2 (1.17% from 255 or 0.91% from 219); Blue value is 76 (30.08% from 255 or 34.70% from 219); Max value from RGB is 141 - color contains mainly: red. Hex color #8D024C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D024C is #72FDB3. Grayscale: #333333. Windows color (decimal): -7536052 or 4981389. OLE color: 4981389.
HSL color Cylindrical-coordinate representation of color #8D024C: hue angle of 328.06º 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 #8D024C is Cyan = 0, Magento = 0.99, Yellow = 0.46 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 2 | 76 | - |
| CMYK | 0 | 0.99 | 0.46 | 0.45 |
| HSL | 328.06º | 0.97% | 0.28% | - |
| HSV(B) | 328.06º | 0.99% | 0.55% | - |
| XYZ | 12.31 | 6.23 | 7.39 | - |
| YUV | 52 | 141.55 | 191.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 2 | 76 | 0 | 0.99 | 0.46 | 0.45 | 328.06 | 0.97 | 0.28 |
| Hex | 8D | 2 | 4C | 0 | 63 | 2E | 2D | 148 | 61 | 1C |
| Octal | 215 | 2 | 114 | 0 | 143 | 56 | 55 | 510 | 141 | 34 |
| Binary | 10001101 | 10 | 1001100 | 0 | 1100011 | 101110 | 101101 | 101001000 | 1100001 | 11100 |
Color Harmonies of #8D024C
Complementary color
Monochromatic Colors of #8D024C
Black with #8D024C
Text Example
Text Example
White with #8D024C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D024C; }
p { color: rgb(141,2,76); }
H1.HeaderClassName
{
color: #8D024C;
}
.AnyTagClassName
{
color: #8D024C;
}
</style>
background-color css
<style>
a { background-color: #8D024C; }
a { background-color: rgb(141,2,76); }
div.DivClassName
{
background-color: #8D024C;
}
.BgClassName
{
background-color: #8D024C;
}
</style>
border-color css
<style>
span { border-color: #8D024C; }
span { border-color: rgb(141,2,76); }
td.TdClassName
{
border-color: #8D024C;
}
.TagClassName
{
border-color: #8D024C;
}
</style>