Shades of Eggplant #84056C
Tints of Eggplant #84056C
RGB
CMYK
RGB Variations
Color information
#84056C (or 0x84056C) is known color: Eggplant. HEX triplet: 84, 05 and 6C. RGB value is (132,5,108). Sum of RGB (Red+Green+Blue) = 132+5+108=245 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.88% from 245); Green value is 5 (2.34% from 255 or 2.04% from 245); Blue value is 108 (42.58% from 255 or 44.08% from 245); Max value from RGB is 132 - color contains mainly: red. Hex color #84056C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84056C is #7BFA93. Grayscale: #363636. Windows color (decimal): -8125076 or 7079300. OLE color: 7079300.
HSL color Cylindrical-coordinate representation of color #84056C: hue angle of 311.34º 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 #84056C is Cyan = 0, Magento = 0.96, Yellow = 0.18 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 5 | 108 | - |
| CMYK | 0 | 0.96 | 0.18 | 0.48 |
| HSL | 311.34º | 0.93% | 0.27% | - |
| HSV(B) | 311.34º | 0.96% | 0.52% | - |
| XYZ | 12.28 | 6.1 | 14.72 | - |
| YUV | 54.72 | 158.08 | 183.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 5 | 108 | 0 | 0.96 | 0.18 | 0.48 | 311.34 | 0.93 | 0.27 |
| Hex | 84 | 5 | 6C | 0 | 60 | 12 | 30 | 137 | 5D | 1B |
| Octal | 204 | 5 | 154 | 0 | 140 | 22 | 60 | 467 | 135 | 33 |
| Binary | 10000100 | 101 | 1101100 | 0 | 1100000 | 10010 | 110000 | 100110111 | 1011101 | 11011 |
Color Harmonies of #84056C
Complementary color
Monochromatic Colors of #84056C
Black with #84056C
Text Example
Text Example
White with #84056C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84056C; }
p { color: rgb(132,5,108); }
H1.HeaderClassName
{
color: #84056C;
}
.AnyTagClassName
{
color: #84056C;
}
</style>
background-color css
<style>
a { background-color: #84056C; }
a { background-color: rgb(132,5,108); }
div.DivClassName
{
background-color: #84056C;
}
.BgClassName
{
background-color: #84056C;
}
</style>
border-color css
<style>
span { border-color: #84056C; }
span { border-color: rgb(132,5,108); }
td.TdClassName
{
border-color: #84056C;
}
.TagClassName
{
border-color: #84056C;
}
</style>