Shades of Eggplant #84175D
Tints of Eggplant #84175D
RGB
CMYK
RGB Variations
Color information
#84175D (or 0x84175D) is known color: Eggplant. HEX triplet: 84, 17 and 5D. RGB value is (132,23,93). Sum of RGB (Red+Green+Blue) = 132+23+93=248 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.23% from 248); Green value is 23 (9.38% from 255 or 9.27% from 248); Blue value is 93 (36.72% from 255 or 37.5% from 248); Max value from RGB is 132 - color contains mainly: red. Hex color #84175D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84175D is #7BE8A2. Grayscale: #3F3F3F. Windows color (decimal): -8120483 or 6100868. OLE color: 6100868.
HSL color Cylindrical-coordinate representation of color #84175D: hue angle of 321.47º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #84175D is Cyan = 0, Magento = 0.83, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 23 | 93 | - |
| CMYK | 0 | 0.83 | 0.30 | 0.48 |
| HSL | 321.47º | 0.7% | 0.3% | - |
| HSV(B) | 321.47º | 0.83% | 0.52% | - |
| XYZ | 11.8 | 6.31 | 10.95 | - |
| YUV | 63.57 | 144.61 | 176.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 23 | 93 | 0 | 0.83 | 0.30 | 0.48 | 321.47 | 0.7 | 0.3 |
| Hex | 84 | 17 | 5D | 0 | 53 | 1E | 30 | 141 | 46 | 1E |
| Octal | 204 | 27 | 135 | 0 | 123 | 36 | 60 | 501 | 106 | 36 |
| Binary | 10000100 | 10111 | 1011101 | 0 | 1010011 | 11110 | 110000 | 101000001 | 1000110 | 11110 |
Color Harmonies of #84175D
Complementary color
Monochromatic Colors of #84175D
Black with #84175D
Text Example
Text Example
White with #84175D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84175D; }
p { color: rgb(132,23,93); }
H1.HeaderClassName
{
color: #84175D;
}
.AnyTagClassName
{
color: #84175D;
}
</style>
background-color css
<style>
a { background-color: #84175D; }
a { background-color: rgb(132,23,93); }
div.DivClassName
{
background-color: #84175D;
}
.BgClassName
{
background-color: #84175D;
}
</style>
border-color css
<style>
span { border-color: #84175D; }
span { border-color: rgb(132,23,93); }
td.TdClassName
{
border-color: #84175D;
}
.TagClassName
{
border-color: #84175D;
}
</style>