Shades of Eggplant #84075E
Tints of Eggplant #84075E
RGB
CMYK
RGB Variations
Color information
#84075E (or 0x84075E) is known color: Eggplant. HEX triplet: 84, 07 and 5E. RGB value is (132,7,94). Sum of RGB (Red+Green+Blue) = 132+7+94=233 (30% of max value = 765). Red value is 132 (51.95% from 255 or 56.65% from 233); Green value is 7 (3.12% from 255 or 3.00% from 233); Blue value is 94 (37.11% from 255 or 40.34% from 233); Max value from RGB is 132 - color contains mainly: red. Hex color #84075E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84075E is #7BF8A1. Grayscale: #363636. Windows color (decimal): -8124578 or 6162308. OLE color: 6162308.
HSL color Cylindrical-coordinate representation of color #84075E: hue angle of 318.24º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #84075E is Cyan = 0, Magento = 0.95, Yellow = 0.29 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 7 | 94 | - |
| CMYK | 0 | 0.95 | 0.29 | 0.48 |
| HSL | 318.24º | 0.9% | 0.27% | - |
| HSV(B) | 318.24º | 0.95% | 0.52% | - |
| XYZ | 11.61 | 5.87 | 11.11 | - |
| YUV | 54.29 | 150.41 | 183.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 7 | 94 | 0 | 0.95 | 0.29 | 0.48 | 318.24 | 0.9 | 0.27 |
| Hex | 84 | 7 | 5E | 0 | 5F | 1D | 30 | 13E | 5A | 1B |
| Octal | 204 | 7 | 136 | 0 | 137 | 35 | 60 | 476 | 132 | 33 |
| Binary | 10000100 | 111 | 1011110 | 0 | 1011111 | 11101 | 110000 | 100111110 | 1011010 | 11011 |
Color Harmonies of #84075E
Complementary color
Monochromatic Colors of #84075E
Black with #84075E
Text Example
Text Example
White with #84075E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84075E; }
p { color: rgb(132,7,94); }
H1.HeaderClassName
{
color: #84075E;
}
.AnyTagClassName
{
color: #84075E;
}
</style>
background-color css
<style>
a { background-color: #84075E; }
a { background-color: rgb(132,7,94); }
div.DivClassName
{
background-color: #84075E;
}
.BgClassName
{
background-color: #84075E;
}
</style>
border-color css
<style>
span { border-color: #84075E; }
span { border-color: rgb(132,7,94); }
td.TdClassName
{
border-color: #84075E;
}
.TagClassName
{
border-color: #84075E;
}
</style>