Shades of Eggplant #8D034F
Tints of Eggplant #8D034F
RGB
CMYK
RGB Variations
Color information
#8D034F (or 0x8D034F) is known color: Eggplant. HEX triplet: 8D, 03 and 4F. RGB value is (141,3,79). Sum of RGB (Red+Green+Blue) = 141+3+79=223 (29% of max value = 765). Red value is 141 (55.47% from 255 or 63.23% from 223); Green value is 3 (1.56% from 255 or 1.35% from 223); Blue value is 79 (31.25% from 255 or 35.43% from 223); Max value from RGB is 141 - color contains mainly: red. Hex color #8D034F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D034F is #72FCB0. Grayscale: #343434. Windows color (decimal): -7535793 or 5178253. OLE color: 5178253.
HSL color Cylindrical-coordinate representation of color #8D034F: hue angle of 326.96º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8D034F is Cyan = 0, Magento = 0.98, Yellow = 0.44 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 3 | 79 | - |
| CMYK | 0 | 0.98 | 0.44 | 0.45 |
| HSL | 326.96º | 0.96% | 0.28% | - |
| HSV(B) | 326.96º | 0.98% | 0.55% | - |
| XYZ | 12.43 | 6.29 | 7.96 | - |
| YUV | 52.93 | 142.72 | 190.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 3 | 79 | 0 | 0.98 | 0.44 | 0.45 | 326.96 | 0.96 | 0.28 |
| Hex | 8D | 3 | 4F | 0 | 62 | 2C | 2D | 147 | 60 | 1C |
| Octal | 215 | 3 | 117 | 0 | 142 | 54 | 55 | 507 | 140 | 34 |
| Binary | 10001101 | 11 | 1001111 | 0 | 1100010 | 101100 | 101101 | 101000111 | 1100000 | 11100 |
Color Harmonies of #8D034F
Complementary color
Monochromatic Colors of #8D034F
Black with #8D034F
Text Example
Text Example
White with #8D034F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D034F; }
p { color: rgb(141,3,79); }
H1.HeaderClassName
{
color: #8D034F;
}
.AnyTagClassName
{
color: #8D034F;
}
</style>
background-color css
<style>
a { background-color: #8D034F; }
a { background-color: rgb(141,3,79); }
div.DivClassName
{
background-color: #8D034F;
}
.BgClassName
{
background-color: #8D034F;
}
</style>
border-color css
<style>
span { border-color: #8D034F; }
span { border-color: rgb(141,3,79); }
td.TdClassName
{
border-color: #8D034F;
}
.TagClassName
{
border-color: #8D034F;
}
</style>