Shades of Eggplant #84055C
Tints of Eggplant #84055C
RGB
CMYK
RGB Variations
Color information
#84055C (or 0x84055C) is known color: Eggplant. HEX triplet: 84, 05 and 5C. RGB value is (132,5,92). Sum of RGB (Red+Green+Blue) = 132+5+92=229 (30% of max value = 765). Red value is 132 (51.95% from 255 or 57.64% from 229); Green value is 5 (2.34% from 255 or 2.18% from 229); Blue value is 92 (36.33% from 255 or 40.17% from 229); Max value from RGB is 132 - color contains mainly: red. Hex color #84055C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84055C is #7BFAA3. Grayscale: #343434. Windows color (decimal): -8125092 or 6030724. OLE color: 6030724.
HSL color Cylindrical-coordinate representation of color #84055C: hue angle of 318.9º 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 #84055C is Cyan = 0, Magento = 0.96, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 5 | 92 | - |
| CMYK | 0 | 0.96 | 0.30 | 0.48 |
| HSL | 318.9º | 0.93% | 0.27% | - |
| HSV(B) | 318.9º | 0.96% | 0.52% | - |
| XYZ | 11.5 | 5.79 | 10.64 | - |
| YUV | 52.89 | 150.08 | 184.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 5 | 92 | 0 | 0.96 | 0.30 | 0.48 | 318.9 | 0.93 | 0.27 |
| Hex | 84 | 5 | 5C | 0 | 60 | 1E | 30 | 13F | 5D | 1B |
| Octal | 204 | 5 | 134 | 0 | 140 | 36 | 60 | 477 | 135 | 33 |
| Binary | 10000100 | 101 | 1011100 | 0 | 1100000 | 11110 | 110000 | 100111111 | 1011101 | 11011 |
Color Harmonies of #84055C
Complementary color
Monochromatic Colors of #84055C
Black with #84055C
Text Example
Text Example
White with #84055C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84055C; }
p { color: rgb(132,5,92); }
H1.HeaderClassName
{
color: #84055C;
}
.AnyTagClassName
{
color: #84055C;
}
</style>
background-color css
<style>
a { background-color: #84055C; }
a { background-color: rgb(132,5,92); }
div.DivClassName
{
background-color: #84055C;
}
.BgClassName
{
background-color: #84055C;
}
</style>
border-color css
<style>
span { border-color: #84055C; }
span { border-color: rgb(132,5,92); }
td.TdClassName
{
border-color: #84055C;
}
.TagClassName
{
border-color: #84055C;
}
</style>