Shades of Eggplant #84135D
Tints of Eggplant #84135D
RGB
CMYK
RGB Variations
Color information
#84135D (or 0x84135D) is known color: Eggplant. HEX triplet: 84, 13 and 5D. RGB value is (132,19,93). Sum of RGB (Red+Green+Blue) = 132+19+93=244 (32% of max value = 765). Red value is 132 (51.95% from 255 or 54.10% from 244); Green value is 19 (7.81% from 255 or 7.79% from 244); Blue value is 93 (36.72% from 255 or 38.11% from 244); Max value from RGB is 132 - color contains mainly: red. Hex color #84135D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84135D is #7BECA2. Grayscale: #3D3D3D. Windows color (decimal): -8121507 or 6099844. OLE color: 6099844.
HSL color Cylindrical-coordinate representation of color #84135D: hue angle of 320.71º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #84135D is Cyan = 0, Magento = 0.86, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 19 | 93 | - |
| CMYK | 0 | 0.86 | 0.30 | 0.48 |
| HSL | 320.71º | 0.75% | 0.3% | - |
| HSV(B) | 320.71º | 0.86% | 0.52% | - |
| XYZ | 11.72 | 6.16 | 10.93 | - |
| YUV | 61.22 | 145.94 | 178.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 19 | 93 | 0 | 0.86 | 0.30 | 0.48 | 320.71 | 0.75 | 0.3 |
| Hex | 84 | 13 | 5D | 0 | 56 | 1E | 30 | 141 | 4B | 1E |
| Octal | 204 | 23 | 135 | 0 | 126 | 36 | 60 | 501 | 113 | 36 |
| Binary | 10000100 | 10011 | 1011101 | 0 | 1010110 | 11110 | 110000 | 101000001 | 1001011 | 11110 |
Color Harmonies of #84135D
Complementary color
Monochromatic Colors of #84135D
Black with #84135D
Text Example
Text Example
White with #84135D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84135D; }
p { color: rgb(132,19,93); }
H1.HeaderClassName
{
color: #84135D;
}
.AnyTagClassName
{
color: #84135D;
}
</style>
background-color css
<style>
a { background-color: #84135D; }
a { background-color: rgb(132,19,93); }
div.DivClassName
{
background-color: #84135D;
}
.BgClassName
{
background-color: #84135D;
}
</style>
border-color css
<style>
span { border-color: #84135D; }
span { border-color: rgb(132,19,93); }
td.TdClassName
{
border-color: #84135D;
}
.TagClassName
{
border-color: #84135D;
}
</style>