Shades of Eggplant #84054D
Tints of Eggplant #84054D
RGB
CMYK
RGB Variations
Color information
#84054D (or 0x84054D) is known color: Eggplant. HEX triplet: 84, 05 and 4D. RGB value is (132,5,77). Sum of RGB (Red+Green+Blue) = 132+5+77=214 (28% of max value = 765). Red value is 132 (51.95% from 255 or 61.68% from 214); Green value is 5 (2.34% from 255 or 2.34% from 214); Blue value is 77 (30.47% from 255 or 35.98% from 214); Max value from RGB is 132 - color contains mainly: red. Hex color #84054D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84054D is #7BFAB2. Grayscale: #333333. Windows color (decimal): -8125107 or 5047684. OLE color: 5047684.
HSL color Cylindrical-coordinate representation of color #84054D: hue angle of 325.98º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #84054D is Cyan = 0, Magento = 0.96, Yellow = 0.42 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 5 | 77 | - |
| CMYK | 0 | 0.96 | 0.42 | 0.48 |
| HSL | 325.98º | 0.93% | 0.27% | - |
| HSV(B) | 325.98º | 0.96% | 0.52% | - |
| XYZ | 10.91 | 5.55 | 7.52 | - |
| YUV | 51.18 | 142.58 | 185.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 5 | 77 | 0 | 0.96 | 0.42 | 0.48 | 325.98 | 0.93 | 0.27 |
| Hex | 84 | 5 | 4D | 0 | 60 | 2A | 30 | 146 | 5D | 1B |
| Octal | 204 | 5 | 115 | 0 | 140 | 52 | 60 | 506 | 135 | 33 |
| Binary | 10000100 | 101 | 1001101 | 0 | 1100000 | 101010 | 110000 | 101000110 | 1011101 | 11011 |
Color Harmonies of #84054D
Complementary color
Monochromatic Colors of #84054D
Black with #84054D
Text Example
Text Example
White with #84054D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84054D; }
p { color: rgb(132,5,77); }
H1.HeaderClassName
{
color: #84054D;
}
.AnyTagClassName
{
color: #84054D;
}
</style>
background-color css
<style>
a { background-color: #84054D; }
a { background-color: rgb(132,5,77); }
div.DivClassName
{
background-color: #84054D;
}
.BgClassName
{
background-color: #84054D;
}
</style>
border-color css
<style>
span { border-color: #84054D; }
span { border-color: rgb(132,5,77); }
td.TdClassName
{
border-color: #84054D;
}
.TagClassName
{
border-color: #84054D;
}
</style>