Shades of Eggplant #8C004D
Tints of Eggplant #8C004D
RGB
CMYK
RGB Variations
Color information
#8C004D (or 0x8C004D) is known color: Eggplant. HEX triplet: 8C, 00 and 4D. RGB value is (140,0,77). Sum of RGB (Red+Green+Blue) = 140+0+77=217 (28% of max value = 765). Red value is 140 (55.08% from 255 or 64.52% from 217); Green value is 0 (0.39% from 255 or 0% from 217); Blue value is 77 (30.47% from 255 or 35.48% from 217); Max value from RGB is 140 - color contains mainly: red. Hex color #8C004D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C004D is #73FFB2. Grayscale: #323232. Windows color (decimal): -7602099 or 5046412. OLE color: 5046412.
HSL color Cylindrical-coordinate representation of color #8C004D: hue angle of 327º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8C004D is Cyan = 0, Magento = 1, Yellow = 0.45 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 0 | 77 | - |
| CMYK | 0 | 1 | 0.45 | 0.45 |
| HSL | 327º | 1% | 0.27% | - |
| HSV(B) | 327º | 1% | 0.55% | - |
| XYZ | 12.15 | 6.11 | 7.56 | - |
| YUV | 50.64 | 142.88 | 191.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 0 | 77 | 0 | 1 | 0.45 | 0.45 | 327 | 1 | 0.27 |
| Hex | 8C | 0 | 4D | 0 | 64 | 2D | 2D | 147 | 64 | 1B |
| Octal | 214 | 0 | 115 | 0 | 144 | 55 | 55 | 507 | 144 | 33 |
| Binary | 10001100 | 0 | 1001101 | 0 | 1100100 | 101101 | 101101 | 101000111 | 1100100 | 11011 |
Color Harmonies of #8C004D
Complementary color
Monochromatic Colors of #8C004D
Black with #8C004D
Text Example
Text Example
White with #8C004D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C004D; }
p { color: rgb(140,0,77); }
H1.HeaderClassName
{
color: #8C004D;
}
.AnyTagClassName
{
color: #8C004D;
}
</style>
background-color css
<style>
a { background-color: #8C004D; }
a { background-color: rgb(140,0,77); }
div.DivClassName
{
background-color: #8C004D;
}
.BgClassName
{
background-color: #8C004D;
}
</style>
border-color css
<style>
span { border-color: #8C004D; }
span { border-color: rgb(140,0,77); }
td.TdClassName
{
border-color: #8C004D;
}
.TagClassName
{
border-color: #8C004D;
}
</style>