Shades of Eggplant #84014D
Tints of Eggplant #84014D
RGB
CMYK
RGB Variations
Color information
#84014D (or 0x84014D) is known color: Eggplant. HEX triplet: 84, 01 and 4D. RGB value is (132,1,77). Sum of RGB (Red+Green+Blue) = 132+1+77=210 (27% of max value = 765). Red value is 132 (51.95% from 255 or 62.86% from 210); Green value is 1 (0.78% from 255 or 0.48% from 210); Blue value is 77 (30.47% from 255 or 36.67% from 210); Max value from RGB is 132 - color contains mainly: red. Hex color #84014D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84014D is #7BFEB2. Grayscale: #303030. Windows color (decimal): -8126131 or 5046660. OLE color: 5046660.
HSL color Cylindrical-coordinate representation of color #84014D: hue angle of 325.19º 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 #84014D is Cyan = 0, Magento = 0.99, Yellow = 0.42 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 1 | 77 | - |
| CMYK | 0 | 0.99 | 0.42 | 0.48 |
| HSL | 325.19º | 0.98% | 0.26% | - |
| HSV(B) | 325.19º | 0.99% | 0.52% | - |
| XYZ | 10.87 | 5.46 | 7.5 | - |
| YUV | 48.83 | 143.9 | 187.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 1 | 77 | 0 | 0.99 | 0.42 | 0.48 | 325.19 | 0.98 | 0.26 |
| Hex | 84 | 1 | 4D | 0 | 63 | 2A | 30 | 145 | 62 | 1A |
| Octal | 204 | 1 | 115 | 0 | 143 | 52 | 60 | 505 | 142 | 32 |
| Binary | 10000100 | 1 | 1001101 | 0 | 1100011 | 101010 | 110000 | 101000101 | 1100010 | 11010 |
Color Harmonies of #84014D
Complementary color
Monochromatic Colors of #84014D
Black with #84014D
Text Example
Text Example
White with #84014D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84014D; }
p { color: rgb(132,1,77); }
H1.HeaderClassName
{
color: #84014D;
}
.AnyTagClassName
{
color: #84014D;
}
</style>
background-color css
<style>
a { background-color: #84014D; }
a { background-color: rgb(132,1,77); }
div.DivClassName
{
background-color: #84014D;
}
.BgClassName
{
background-color: #84014D;
}
</style>
border-color css
<style>
span { border-color: #84014D; }
span { border-color: rgb(132,1,77); }
td.TdClassName
{
border-color: #84014D;
}
.TagClassName
{
border-color: #84014D;
}
</style>