Shades of Eggplant #8D044F
Tints of Eggplant #8D044F
RGB
CMYK
RGB Variations
Color information
#8D044F (or 0x8D044F) is known color: Eggplant. HEX triplet: 8D, 04 and 4F. RGB value is (141,4,79). Sum of RGB (Red+Green+Blue) = 141+4+79=224 (29% of max value = 765). Red value is 141 (55.47% from 255 or 62.95% from 224); Green value is 4 (1.95% from 255 or 1.79% from 224); Blue value is 79 (31.25% from 255 or 35.27% from 224); Max value from RGB is 141 - color contains mainly: red. Hex color #8D044F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D044F is #72FBB0. Grayscale: #353535. Windows color (decimal): -7535537 or 5178509. OLE color: 5178509.
HSL color Cylindrical-coordinate representation of color #8D044F: hue angle of 327.15º 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 #8D044F is Cyan = 0, Magento = 0.97, Yellow = 0.44 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 4 | 79 | - |
| CMYK | 0 | 0.97 | 0.44 | 0.45 |
| HSL | 327.15º | 0.94% | 0.28% | - |
| HSV(B) | 327.15º | 0.97% | 0.55% | - |
| XYZ | 12.44 | 6.31 | 7.96 | - |
| YUV | 53.51 | 142.39 | 190.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 4 | 79 | 0 | 0.97 | 0.44 | 0.45 | 327.15 | 0.94 | 0.28 |
| Hex | 8D | 4 | 4F | 0 | 61 | 2C | 2D | 147 | 5E | 1C |
| Octal | 215 | 4 | 117 | 0 | 141 | 54 | 55 | 507 | 136 | 34 |
| Binary | 10001101 | 100 | 1001111 | 0 | 1100001 | 101100 | 101101 | 101000111 | 1011110 | 11100 |
Color Harmonies of #8D044F
Complementary color
Monochromatic Colors of #8D044F
Black with #8D044F
Text Example
Text Example
White with #8D044F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D044F; }
p { color: rgb(141,4,79); }
H1.HeaderClassName
{
color: #8D044F;
}
.AnyTagClassName
{
color: #8D044F;
}
</style>
background-color css
<style>
a { background-color: #8D044F; }
a { background-color: rgb(141,4,79); }
div.DivClassName
{
background-color: #8D044F;
}
.BgClassName
{
background-color: #8D044F;
}
</style>
border-color css
<style>
span { border-color: #8D044F; }
span { border-color: rgb(141,4,79); }
td.TdClassName
{
border-color: #8D044F;
}
.TagClassName
{
border-color: #8D044F;
}
</style>