Shades of Eggplant #84115D
Tints of Eggplant #84115D
RGB
CMYK
RGB Variations
Color information
#84115D (or 0x84115D) is known color: Eggplant. HEX triplet: 84, 11 and 5D. RGB value is (132,17,93). Sum of RGB (Red+Green+Blue) = 132+17+93=242 (32% of max value = 765). Red value is 132 (51.95% from 255 or 54.55% from 242); Green value is 17 (7.03% from 255 or 7.02% from 242); Blue value is 93 (36.72% from 255 or 38.43% from 242); Max value from RGB is 132 - color contains mainly: red. Hex color #84115D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84115D is #7BEEA2. Grayscale: #3B3B3B. Windows color (decimal): -8122019 or 6099332. OLE color: 6099332.
HSL color Cylindrical-coordinate representation of color #84115D: hue angle of 320.35º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #84115D is Cyan = 0, Magento = 0.87, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 17 | 93 | - |
| CMYK | 0 | 0.87 | 0.30 | 0.48 |
| HSL | 320.35º | 0.77% | 0.29% | - |
| HSV(B) | 320.35º | 0.87% | 0.52% | - |
| XYZ | 11.69 | 6.1 | 10.92 | - |
| YUV | 60.05 | 146.6 | 179.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 17 | 93 | 0 | 0.87 | 0.30 | 0.48 | 320.35 | 0.77 | 0.29 |
| Hex | 84 | 11 | 5D | 0 | 57 | 1E | 30 | 140 | 4D | 1D |
| Octal | 204 | 21 | 135 | 0 | 127 | 36 | 60 | 500 | 115 | 35 |
| Binary | 10000100 | 10001 | 1011101 | 0 | 1010111 | 11110 | 110000 | 101000000 | 1001101 | 11101 |
Color Harmonies of #84115D
Complementary color
Monochromatic Colors of #84115D
Black with #84115D
Text Example
Text Example
White with #84115D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84115D; }
p { color: rgb(132,17,93); }
H1.HeaderClassName
{
color: #84115D;
}
.AnyTagClassName
{
color: #84115D;
}
</style>
background-color css
<style>
a { background-color: #84115D; }
a { background-color: rgb(132,17,93); }
div.DivClassName
{
background-color: #84115D;
}
.BgClassName
{
background-color: #84115D;
}
</style>
border-color css
<style>
span { border-color: #84115D; }
span { border-color: rgb(132,17,93); }
td.TdClassName
{
border-color: #84115D;
}
.TagClassName
{
border-color: #84115D;
}
</style>