Shades of Eggplant #84095E
Tints of Eggplant #84095E
RGB
CMYK
RGB Variations
Color information
#84095E (or 0x84095E) is known color: Eggplant. HEX triplet: 84, 09 and 5E. RGB value is (132,9,94). Sum of RGB (Red+Green+Blue) = 132+9+94=235 (31% of max value = 765). Red value is 132 (51.95% from 255 or 56.17% from 235); Green value is 9 (3.91% from 255 or 3.83% from 235); Blue value is 94 (37.11% from 255 or 40% from 235); Max value from RGB is 132 - color contains mainly: red. Hex color #84095E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84095E is #7BF6A1. Grayscale: #373737. Windows color (decimal): -8124066 or 6162820. OLE color: 6162820.
HSL color Cylindrical-coordinate representation of color #84095E: hue angle of 318.54º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #84095E is Cyan = 0, Magento = 0.93, Yellow = 0.29 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 9 | 94 | - |
| CMYK | 0 | 0.93 | 0.29 | 0.48 |
| HSL | 318.54º | 0.87% | 0.28% | - |
| HSV(B) | 318.54º | 0.93% | 0.52% | - |
| XYZ | 11.63 | 5.91 | 11.12 | - |
| YUV | 55.47 | 149.75 | 182.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 9 | 94 | 0 | 0.93 | 0.29 | 0.48 | 318.54 | 0.87 | 0.28 |
| Hex | 84 | 9 | 5E | 0 | 5D | 1D | 30 | 13F | 57 | 1C |
| Octal | 204 | 11 | 136 | 0 | 135 | 35 | 60 | 477 | 127 | 34 |
| Binary | 10000100 | 1001 | 1011110 | 0 | 1011101 | 11101 | 110000 | 100111111 | 1010111 | 11100 |
Color Harmonies of #84095E
Complementary color
Monochromatic Colors of #84095E
Black with #84095E
Text Example
Text Example
White with #84095E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84095E; }
p { color: rgb(132,9,94); }
H1.HeaderClassName
{
color: #84095E;
}
.AnyTagClassName
{
color: #84095E;
}
</style>
background-color css
<style>
a { background-color: #84095E; }
a { background-color: rgb(132,9,94); }
div.DivClassName
{
background-color: #84095E;
}
.BgClassName
{
background-color: #84095E;
}
</style>
border-color css
<style>
span { border-color: #84095E; }
span { border-color: rgb(132,9,94); }
td.TdClassName
{
border-color: #84095E;
}
.TagClassName
{
border-color: #84095E;
}
</style>