Shades of Eggplant #8D004A
Tints of Eggplant #8D004A
RGB
CMYK
RGB Variations
Color information
#8D004A (or 0x8D004A) is known color: Eggplant. HEX triplet: 8D, 00 and 4A. RGB value is (141,0,74). Sum of RGB (Red+Green+Blue) = 141+0+74=215 (28% of max value = 765). Red value is 141 (55.47% from 255 or 65.58% from 215); Green value is 0 (0.39% from 255 or 0% from 215); Blue value is 74 (29.30% from 255 or 34.42% from 215); Max value from RGB is 141 - color contains mainly: red. Hex color #8D004A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D004A is #72FFB5. Grayscale: #323232. Windows color (decimal): -7536566 or 4849805. OLE color: 4849805.
HSL color Cylindrical-coordinate representation of color #8D004A: hue angle of 328.51º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8D004A is Cyan = 0, Magento = 1, Yellow = 0.48 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 0 | 74 | - |
| CMYK | 0 | 1 | 0.48 | 0.45 |
| HSL | 328.51º | 1% | 0.28% | - |
| HSV(B) | 328.51º | 1% | 0.55% | - |
| XYZ | 12.22 | 6.16 | 7.02 | - |
| YUV | 50.6 | 141.21 | 192.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 0 | 74 | 0 | 1 | 0.48 | 0.45 | 328.51 | 1 | 0.28 |
| Hex | 8D | 0 | 4A | 0 | 64 | 30 | 2D | 149 | 64 | 1C |
| Octal | 215 | 0 | 112 | 0 | 144 | 60 | 55 | 511 | 144 | 34 |
| Binary | 10001101 | 0 | 1001010 | 0 | 1100100 | 110000 | 101101 | 101001001 | 1100100 | 11100 |
Color Harmonies of #8D004A
Complementary color
Monochromatic Colors of #8D004A
Black with #8D004A
Text Example
Text Example
White with #8D004A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D004A; }
p { color: rgb(141,0,74); }
H1.HeaderClassName
{
color: #8D004A;
}
.AnyTagClassName
{
color: #8D004A;
}
</style>
background-color css
<style>
a { background-color: #8D004A; }
a { background-color: rgb(141,0,74); }
div.DivClassName
{
background-color: #8D004A;
}
.BgClassName
{
background-color: #8D004A;
}
</style>
border-color css
<style>
span { border-color: #8D004A; }
span { border-color: rgb(141,0,74); }
td.TdClassName
{
border-color: #8D004A;
}
.TagClassName
{
border-color: #8D004A;
}
</style>