Shades of Eggplant #8C0049
Tints of Eggplant #8C0049
RGB
CMYK
RGB Variations
Color information
#8C0049 (or 0x8C0049) is known color: Eggplant. HEX triplet: 8C, 00 and 49. RGB value is (140,0,73). Sum of RGB (Red+Green+Blue) = 140+0+73=213 (28% of max value = 765). Red value is 140 (55.08% from 255 or 65.73% from 213); Green value is 0 (0.39% from 255 or 0% from 213); Blue value is 73 (28.91% from 255 or 34.27% from 213); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0049 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C0049 is #73FFB6. Grayscale: #323232. Windows color (decimal): -7602103 or 4784268. OLE color: 4784268.
HSL color Cylindrical-coordinate representation of color #8C0049: hue angle of 328.71º 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 #8C0049 is Cyan = 0, Magento = 1, Yellow = 0.48 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 0 | 73 | - |
| CMYK | 0 | 1 | 0.48 | 0.45 |
| HSL | 328.71º | 1% | 0.27% | - |
| HSV(B) | 328.71º | 1% | 0.55% | - |
| XYZ | 12.02 | 6.06 | 6.84 | - |
| YUV | 50.18 | 140.88 | 192.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 0 | 73 | 0 | 1 | 0.48 | 0.45 | 328.71 | 1 | 0.27 |
| Hex | 8C | 0 | 49 | 0 | 64 | 30 | 2D | 149 | 64 | 1B |
| Octal | 214 | 0 | 111 | 0 | 144 | 60 | 55 | 511 | 144 | 33 |
| Binary | 10001100 | 0 | 1001001 | 0 | 1100100 | 110000 | 101101 | 101001001 | 1100100 | 11011 |
Color Harmonies of #8C0049
Complementary color
Monochromatic Colors of #8C0049
Black with #8C0049
Text Example
Text Example
White with #8C0049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0049; }
p { color: rgb(140,0,73); }
H1.HeaderClassName
{
color: #8C0049;
}
.AnyTagClassName
{
color: #8C0049;
}
</style>
background-color css
<style>
a { background-color: #8C0049; }
a { background-color: rgb(140,0,73); }
div.DivClassName
{
background-color: #8C0049;
}
.BgClassName
{
background-color: #8C0049;
}
</style>
border-color css
<style>
span { border-color: #8C0049; }
span { border-color: rgb(140,0,73); }
td.TdClassName
{
border-color: #8C0049;
}
.TagClassName
{
border-color: #8C0049;
}
</style>