Shades of Eggplant #84145E
Tints of Eggplant #84145E
RGB
CMYK
RGB Variations
Color information
#84145E (or 0x84145E) is known color: Eggplant. HEX triplet: 84, 14 and 5E. RGB value is (132,20,94). Sum of RGB (Red+Green+Blue) = 132+20+94=246 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.66% from 246); Green value is 20 (8.20% from 255 or 8.13% from 246); Blue value is 94 (37.11% from 255 or 38.21% from 246); Max value from RGB is 132 - color contains mainly: red. Hex color #84145E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84145E is #7BEBA1. Grayscale: #3D3D3D. Windows color (decimal): -8121250 or 6165636. OLE color: 6165636.
HSL color Cylindrical-coordinate representation of color #84145E: hue angle of 320.36º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #84145E is Cyan = 0, Magento = 0.85, Yellow = 0.29 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 20 | 94 | - |
| CMYK | 0 | 0.85 | 0.29 | 0.48 |
| HSL | 320.36º | 0.74% | 0.3% | - |
| HSV(B) | 320.36º | 0.85% | 0.52% | - |
| XYZ | 11.79 | 6.21 | 11.17 | - |
| YUV | 61.92 | 146.11 | 177.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 20 | 94 | 0 | 0.85 | 0.29 | 0.48 | 320.36 | 0.74 | 0.3 |
| Hex | 84 | 14 | 5E | 0 | 55 | 1D | 30 | 140 | 4A | 1E |
| Octal | 204 | 24 | 136 | 0 | 125 | 35 | 60 | 500 | 112 | 36 |
| Binary | 10000100 | 10100 | 1011110 | 0 | 1010101 | 11101 | 110000 | 101000000 | 1001010 | 11110 |
Color Harmonies of #84145E
Complementary color
Monochromatic Colors of #84145E
Black with #84145E
Text Example
Text Example
White with #84145E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84145E; }
p { color: rgb(132,20,94); }
H1.HeaderClassName
{
color: #84145E;
}
.AnyTagClassName
{
color: #84145E;
}
</style>
background-color css
<style>
a { background-color: #84145E; }
a { background-color: rgb(132,20,94); }
div.DivClassName
{
background-color: #84145E;
}
.BgClassName
{
background-color: #84145E;
}
</style>
border-color css
<style>
span { border-color: #84145E; }
span { border-color: rgb(132,20,94); }
td.TdClassName
{
border-color: #84145E;
}
.TagClassName
{
border-color: #84145E;
}
</style>