Shades of Eggplant #84095F
Tints of Eggplant #84095F
RGB
CMYK
RGB Variations
Color information
#84095F (or 0x84095F) is known color: Eggplant. HEX triplet: 84, 09 and 5F. RGB value is (132,9,95). Sum of RGB (Red+Green+Blue) = 132+9+95=236 (31% of max value = 765). Red value is 132 (51.95% from 255 or 55.93% from 236); Green value is 9 (3.91% from 255 or 3.81% from 236); Blue value is 95 (37.5% from 255 or 40.25% from 236); Max value from RGB is 132 - color contains mainly: red. Hex color #84095F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84095F is #7BF6A0. Grayscale: #373737. Windows color (decimal): -8124065 or 6228356. OLE color: 6228356.
HSL color Cylindrical-coordinate representation of color #84095F: hue angle of 318.05º 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 #84095F is Cyan = 0, Magento = 0.93, Yellow = 0.28 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 9 | 95 | - |
| CMYK | 0 | 0.93 | 0.28 | 0.48 |
| HSL | 318.05º | 0.87% | 0.28% | - |
| HSV(B) | 318.05º | 0.93% | 0.52% | - |
| XYZ | 11.68 | 5.93 | 11.35 | - |
| YUV | 55.58 | 150.25 | 182.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 9 | 95 | 0 | 0.93 | 0.28 | 0.48 | 318.05 | 0.87 | 0.28 |
| Hex | 84 | 9 | 5F | 0 | 5D | 1C | 30 | 13E | 57 | 1C |
| Octal | 204 | 11 | 137 | 0 | 135 | 34 | 60 | 476 | 127 | 34 |
| Binary | 10000100 | 1001 | 1011111 | 0 | 1011101 | 11100 | 110000 | 100111110 | 1010111 | 11100 |
Color Harmonies of #84095F
Complementary color
Monochromatic Colors of #84095F
Black with #84095F
Text Example
Text Example
White with #84095F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84095F; }
p { color: rgb(132,9,95); }
H1.HeaderClassName
{
color: #84095F;
}
.AnyTagClassName
{
color: #84095F;
}
</style>
background-color css
<style>
a { background-color: #84095F; }
a { background-color: rgb(132,9,95); }
div.DivClassName
{
background-color: #84095F;
}
.BgClassName
{
background-color: #84095F;
}
</style>
border-color css
<style>
span { border-color: #84095F; }
span { border-color: rgb(132,9,95); }
td.TdClassName
{
border-color: #84095F;
}
.TagClassName
{
border-color: #84095F;
}
</style>