Shades of Eggplant #84014E
Tints of Eggplant #84014E
RGB
CMYK
RGB Variations
Color information
#84014E (or 0x84014E) is known color: Eggplant. HEX triplet: 84, 01 and 4E. RGB value is (132,1,78). Sum of RGB (Red+Green+Blue) = 132+1+78=211 (27% of max value = 765). Red value is 132 (51.95% from 255 or 62.56% from 211); Green value is 1 (0.78% from 255 or 0.47% from 211); Blue value is 78 (30.86% from 255 or 36.97% from 211); Max value from RGB is 132 - color contains mainly: red. Hex color #84014E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84014E is #7BFEB1. Grayscale: #303030. Windows color (decimal): -8126130 or 5112196. OLE color: 5112196.
HSL color Cylindrical-coordinate representation of color #84014E: hue angle of 324.73º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #84014E is Cyan = 0, Magento = 0.99, Yellow = 0.41 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 1 | 78 | - |
| CMYK | 0 | 0.99 | 0.41 | 0.48 |
| HSL | 324.73º | 0.98% | 0.26% | - |
| HSV(B) | 324.73º | 0.99% | 0.52% | - |
| XYZ | 10.9 | 5.48 | 7.69 | - |
| YUV | 48.95 | 144.4 | 187.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 1 | 78 | 0 | 0.99 | 0.41 | 0.48 | 324.73 | 0.98 | 0.26 |
| Hex | 84 | 1 | 4E | 0 | 63 | 29 | 30 | 145 | 62 | 1A |
| Octal | 204 | 1 | 116 | 0 | 143 | 51 | 60 | 505 | 142 | 32 |
| Binary | 10000100 | 1 | 1001110 | 0 | 1100011 | 101001 | 110000 | 101000101 | 1100010 | 11010 |
Color Harmonies of #84014E
Complementary color
Monochromatic Colors of #84014E
Black with #84014E
Text Example
Text Example
White with #84014E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84014E; }
p { color: rgb(132,1,78); }
H1.HeaderClassName
{
color: #84014E;
}
.AnyTagClassName
{
color: #84014E;
}
</style>
background-color css
<style>
a { background-color: #84014E; }
a { background-color: rgb(132,1,78); }
div.DivClassName
{
background-color: #84014E;
}
.BgClassName
{
background-color: #84014E;
}
</style>
border-color css
<style>
span { border-color: #84014E; }
span { border-color: rgb(132,1,78); }
td.TdClassName
{
border-color: #84014E;
}
.TagClassName
{
border-color: #84014E;
}
</style>