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