Shades of Eggplant #84135E
Tints of Eggplant #84135E
RGB
CMYK
RGB Variations
Color information
#84135E (or 0x84135E) is known color: Eggplant. HEX triplet: 84, 13 and 5E. RGB value is (132,19,94). Sum of RGB (Red+Green+Blue) = 132+19+94=245 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.88% from 245); Green value is 19 (7.81% from 255 or 7.76% from 245); Blue value is 94 (37.11% from 255 or 38.37% from 245); Max value from RGB is 132 - color contains mainly: red. Hex color #84135E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84135E is #7BECA1. Grayscale: #3D3D3D. Windows color (decimal): -8121506 or 6165380. OLE color: 6165380.
HSL color Cylindrical-coordinate representation of color #84135E: hue angle of 320.18º 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 #84135E is Cyan = 0, Magento = 0.86, Yellow = 0.29 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 19 | 94 | - |
| CMYK | 0 | 0.86 | 0.29 | 0.48 |
| HSL | 320.18º | 0.75% | 0.3% | - |
| HSV(B) | 320.18º | 0.86% | 0.52% | - |
| XYZ | 11.77 | 6.18 | 11.16 | - |
| YUV | 61.34 | 146.44 | 178.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 19 | 94 | 0 | 0.86 | 0.29 | 0.48 | 320.18 | 0.75 | 0.3 |
| Hex | 84 | 13 | 5E | 0 | 56 | 1D | 30 | 140 | 4B | 1E |
| Octal | 204 | 23 | 136 | 0 | 126 | 35 | 60 | 500 | 113 | 36 |
| Binary | 10000100 | 10011 | 1011110 | 0 | 1010110 | 11101 | 110000 | 101000000 | 1001011 | 11110 |
Color Harmonies of #84135E
Complementary color
Monochromatic Colors of #84135E
Black with #84135E
Text Example
Text Example
White with #84135E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84135E; }
p { color: rgb(132,19,94); }
H1.HeaderClassName
{
color: #84135E;
}
.AnyTagClassName
{
color: #84135E;
}
</style>
background-color css
<style>
a { background-color: #84135E; }
a { background-color: rgb(132,19,94); }
div.DivClassName
{
background-color: #84135E;
}
.BgClassName
{
background-color: #84135E;
}
</style>
border-color css
<style>
span { border-color: #84135E; }
span { border-color: rgb(132,19,94); }
td.TdClassName
{
border-color: #84135E;
}
.TagClassName
{
border-color: #84135E;
}
</style>