Shades of Eggplant #84005F
Tints of Eggplant #84005F
RGB
CMYK
RGB Variations
Color information
#84005F (or 0x84005F) is known color: Eggplant. HEX triplet: 84, 00 and 5F. RGB value is (132,0,95). Sum of RGB (Red+Green+Blue) = 132+0+95=227 (30% of max value = 765). Red value is 132 (51.95% from 255 or 58.15% from 227); Green value is 0 (0.39% from 255 or 0% from 227); Blue value is 95 (37.5% from 255 or 41.85% from 227); Max value from RGB is 132 - color contains mainly: red. Hex color #84005F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84005F is #7BFFA0. Grayscale: #323232. Windows color (decimal): -8126369 or 6226052. OLE color: 6226052.
HSL color Cylindrical-coordinate representation of color #84005F: hue angle of 316.82º 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 #84005F is Cyan = 0, Magento = 1, Yellow = 0.28 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 0 | 95 | - |
| CMYK | 0 | 1 | 0.28 | 0.48 |
| HSL | 316.82º | 1% | 0.26% | - |
| HSV(B) | 316.82º | 1% | 0.52% | - |
| XYZ | 11.58 | 5.73 | 11.32 | - |
| YUV | 50.3 | 153.23 | 186.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 0 | 95 | 0 | 1 | 0.28 | 0.48 | 316.82 | 1 | 0.26 |
| Hex | 84 | 0 | 5F | 0 | 64 | 1C | 30 | 13D | 64 | 1A |
| Octal | 204 | 0 | 137 | 0 | 144 | 34 | 60 | 475 | 144 | 32 |
| Binary | 10000100 | 0 | 1011111 | 0 | 1100100 | 11100 | 110000 | 100111101 | 1100100 | 11010 |
Color Harmonies of #84005F
Complementary color
Monochromatic Colors of #84005F
Black with #84005F
Text Example
Text Example
White with #84005F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84005F; }
p { color: rgb(132,0,95); }
H1.HeaderClassName
{
color: #84005F;
}
.AnyTagClassName
{
color: #84005F;
}
</style>
background-color css
<style>
a { background-color: #84005F; }
a { background-color: rgb(132,0,95); }
div.DivClassName
{
background-color: #84005F;
}
.BgClassName
{
background-color: #84005F;
}
</style>
border-color css
<style>
span { border-color: #84005F; }
span { border-color: rgb(132,0,95); }
td.TdClassName
{
border-color: #84005F;
}
.TagClassName
{
border-color: #84005F;
}
</style>