Shades of Eggplant #84005D
Tints of Eggplant #84005D
RGB
CMYK
RGB Variations
Color information
#84005D (or 0x84005D) is known color: Eggplant. HEX triplet: 84, 00 and 5D. RGB value is (132,0,93). Sum of RGB (Red+Green+Blue) = 132+0+93=225 (29% of max value = 765). Red value is 132 (51.95% from 255 or 58.67% from 225); Green value is 0 (0.39% from 255 or 0% from 225); Blue value is 93 (36.72% from 255 or 41.33% from 225); Max value from RGB is 132 - color contains mainly: red. Hex color #84005D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84005D is #7BFFA2. Grayscale: #313131. Windows color (decimal): -8126371 or 6094980. OLE color: 6094980.
HSL color Cylindrical-coordinate representation of color #84005D: hue angle of 317.73º 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 #84005D is Cyan = 0, Magento = 1, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 0 | 93 | - |
| CMYK | 0 | 1 | 0.30 | 0.48 |
| HSL | 317.73º | 1% | 0.26% | - |
| HSV(B) | 317.73º | 1% | 0.52% | - |
| XYZ | 11.49 | 5.7 | 10.85 | - |
| YUV | 50.07 | 152.23 | 186.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 0 | 93 | 0 | 1 | 0.30 | 0.48 | 317.73 | 1 | 0.26 |
| Hex | 84 | 0 | 5D | 0 | 64 | 1E | 30 | 13E | 64 | 1A |
| Octal | 204 | 0 | 135 | 0 | 144 | 36 | 60 | 476 | 144 | 32 |
| Binary | 10000100 | 0 | 1011101 | 0 | 1100100 | 11110 | 110000 | 100111110 | 1100100 | 11010 |
Color Harmonies of #84005D
Complementary color
Monochromatic Colors of #84005D
Black with #84005D
Text Example
Text Example
White with #84005D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84005D; }
p { color: rgb(132,0,93); }
H1.HeaderClassName
{
color: #84005D;
}
.AnyTagClassName
{
color: #84005D;
}
</style>
background-color css
<style>
a { background-color: #84005D; }
a { background-color: rgb(132,0,93); }
div.DivClassName
{
background-color: #84005D;
}
.BgClassName
{
background-color: #84005D;
}
</style>
border-color css
<style>
span { border-color: #84005D; }
span { border-color: rgb(132,0,93); }
td.TdClassName
{
border-color: #84005D;
}
.TagClassName
{
border-color: #84005D;
}
</style>