Shades of Eggplant #8D044E
Tints of Eggplant #8D044E
RGB
CMYK
RGB Variations
Color information
#8D044E (or 0x8D044E) is known color: Eggplant. HEX triplet: 8D, 04 and 4E. RGB value is (141,4,78). Sum of RGB (Red+Green+Blue) = 141+4+78=223 (29% of max value = 765). Red value is 141 (55.47% from 255 or 63.23% from 223); Green value is 4 (1.95% from 255 or 1.79% from 223); Blue value is 78 (30.86% from 255 or 34.98% from 223); Max value from RGB is 141 - color contains mainly: red. Hex color #8D044E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D044E is #72FBB1. Grayscale: #353535. Windows color (decimal): -7535538 or 5112973. OLE color: 5112973.
HSL color Cylindrical-coordinate representation of color #8D044E: hue angle of 327.59º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8D044E is Cyan = 0, Magento = 0.97, Yellow = 0.45 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 4 | 78 | - |
| CMYK | 0 | 0.97 | 0.45 | 0.45 |
| HSL | 327.59º | 0.94% | 0.28% | - |
| HSV(B) | 327.59º | 0.97% | 0.55% | - |
| XYZ | 12.4 | 6.3 | 7.77 | - |
| YUV | 53.4 | 141.89 | 190.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 4 | 78 | 0 | 0.97 | 0.45 | 0.45 | 327.59 | 0.94 | 0.28 |
| Hex | 8D | 4 | 4E | 0 | 61 | 2D | 2D | 148 | 5E | 1C |
| Octal | 215 | 4 | 116 | 0 | 141 | 55 | 55 | 510 | 136 | 34 |
| Binary | 10001101 | 100 | 1001110 | 0 | 1100001 | 101101 | 101101 | 101001000 | 1011110 | 11100 |
Color Harmonies of #8D044E
Complementary color
Monochromatic Colors of #8D044E
Black with #8D044E
Text Example
Text Example
White with #8D044E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D044E; }
p { color: rgb(141,4,78); }
H1.HeaderClassName
{
color: #8D044E;
}
.AnyTagClassName
{
color: #8D044E;
}
</style>
background-color css
<style>
a { background-color: #8D044E; }
a { background-color: rgb(141,4,78); }
div.DivClassName
{
background-color: #8D044E;
}
.BgClassName
{
background-color: #8D044E;
}
</style>
border-color css
<style>
span { border-color: #8D044E; }
span { border-color: rgb(141,4,78); }
td.TdClassName
{
border-color: #8D044E;
}
.TagClassName
{
border-color: #8D044E;
}
</style>