Shades of Eggplant #84004E
Tints of Eggplant #84004E
RGB
CMYK
RGB Variations
Color information
#84004E (or 0x84004E) is known color: Eggplant. HEX triplet: 84, 00 and 4E. RGB value is (132,0,78). Sum of RGB (Red+Green+Blue) = 132+0+78=210 (27% of max value = 765). Red value is 132 (51.95% from 255 or 62.86% from 210); Green value is 0 (0.39% from 255 or 0% from 210); Blue value is 78 (30.86% from 255 or 37.14% from 210); Max value from RGB is 132 - color contains mainly: red. Hex color #84004E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84004E is #7BFFB1. Grayscale: #303030. Windows color (decimal): -8126386 or 5111940. OLE color: 5111940.
HSL color Cylindrical-coordinate representation of color #84004E: hue angle of 324.55º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #84004E is Cyan = 0, Magento = 1, Yellow = 0.41 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 0 | 78 | - |
| CMYK | 0 | 1 | 0.41 | 0.48 |
| HSL | 324.55º | 1% | 0.26% | - |
| HSV(B) | 324.55º | 1% | 0.52% | - |
| XYZ | 10.89 | 5.46 | 7.69 | - |
| YUV | 48.36 | 144.73 | 187.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 0 | 78 | 0 | 1 | 0.41 | 0.48 | 324.55 | 1 | 0.26 |
| Hex | 84 | 0 | 4E | 0 | 64 | 29 | 30 | 145 | 64 | 1A |
| Octal | 204 | 0 | 116 | 0 | 144 | 51 | 60 | 505 | 144 | 32 |
| Binary | 10000100 | 0 | 1001110 | 0 | 1100100 | 101001 | 110000 | 101000101 | 1100100 | 11010 |
Color Harmonies of #84004E
Complementary color
Monochromatic Colors of #84004E
Black with #84004E
Text Example
Text Example
White with #84004E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84004E; }
p { color: rgb(132,0,78); }
H1.HeaderClassName
{
color: #84004E;
}
.AnyTagClassName
{
color: #84004E;
}
</style>
background-color css
<style>
a { background-color: #84004E; }
a { background-color: rgb(132,0,78); }
div.DivClassName
{
background-color: #84004E;
}
.BgClassName
{
background-color: #84004E;
}
</style>
border-color css
<style>
span { border-color: #84004E; }
span { border-color: rgb(132,0,78); }
td.TdClassName
{
border-color: #84004E;
}
.TagClassName
{
border-color: #84004E;
}
</style>