Shades of Eggplant #84015E
Tints of Eggplant #84015E
RGB
CMYK
RGB Variations
Color information
#84015E (or 0x84015E) is known color: Eggplant. HEX triplet: 84, 01 and 5E. RGB value is (132,1,94). Sum of RGB (Red+Green+Blue) = 132+1+94=227 (30% of max value = 765). Red value is 132 (51.95% from 255 or 58.15% from 227); Green value is 1 (0.78% from 255 or 0.44% from 227); Blue value is 94 (37.11% from 255 or 41.41% from 227); Max value from RGB is 132 - color contains mainly: red. Hex color #84015E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84015E is #7BFEA1. Grayscale: #323232. Windows color (decimal): -8126114 or 6160772. OLE color: 6160772.
HSL color Cylindrical-coordinate representation of color #84015E: hue angle of 317.4º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #84015E is Cyan = 0, Magento = 0.99, Yellow = 0.29 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 1 | 94 | - |
| CMYK | 0 | 0.99 | 0.29 | 0.48 |
| HSL | 317.4º | 0.98% | 0.26% | - |
| HSV(B) | 317.4º | 0.99% | 0.52% | - |
| XYZ | 11.55 | 5.74 | 11.09 | - |
| YUV | 50.77 | 152.4 | 185.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 1 | 94 | 0 | 0.99 | 0.29 | 0.48 | 317.4 | 0.98 | 0.26 |
| Hex | 84 | 1 | 5E | 0 | 63 | 1D | 30 | 13D | 62 | 1A |
| Octal | 204 | 1 | 136 | 0 | 143 | 35 | 60 | 475 | 142 | 32 |
| Binary | 10000100 | 1 | 1011110 | 0 | 1100011 | 11101 | 110000 | 100111101 | 1100010 | 11010 |
Color Harmonies of #84015E
Complementary color
Monochromatic Colors of #84015E
Black with #84015E
Text Example
Text Example
White with #84015E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84015E; }
p { color: rgb(132,1,94); }
H1.HeaderClassName
{
color: #84015E;
}
.AnyTagClassName
{
color: #84015E;
}
</style>
background-color css
<style>
a { background-color: #84015E; }
a { background-color: rgb(132,1,94); }
div.DivClassName
{
background-color: #84015E;
}
.BgClassName
{
background-color: #84015E;
}
</style>
border-color css
<style>
span { border-color: #84015E; }
span { border-color: rgb(132,1,94); }
td.TdClassName
{
border-color: #84015E;
}
.TagClassName
{
border-color: #84015E;
}
</style>