Shades of Eggplant #84095C
Tints of Eggplant #84095C
RGB
CMYK
RGB Variations
Color information
#84095C (or 0x84095C) is known color: Eggplant. HEX triplet: 84, 09 and 5C. RGB value is (132,9,92). Sum of RGB (Red+Green+Blue) = 132+9+92=233 (30% of max value = 765). Red value is 132 (51.95% from 255 or 56.65% from 233); Green value is 9 (3.91% from 255 or 3.86% from 233); Blue value is 92 (36.33% from 255 or 39.48% from 233); Max value from RGB is 132 - color contains mainly: red. Hex color #84095C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84095C is #7BF6A3. Grayscale: #373737. Windows color (decimal): -8124068 or 6031748. OLE color: 6031748.
HSL color Cylindrical-coordinate representation of color #84095C: hue angle of 319.51º 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 #84095C is Cyan = 0, Magento = 0.93, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 9 | 92 | - |
| CMYK | 0 | 0.93 | 0.30 | 0.48 |
| HSL | 319.51º | 0.87% | 0.28% | - |
| HSV(B) | 319.51º | 0.93% | 0.52% | - |
| XYZ | 11.55 | 5.87 | 10.65 | - |
| YUV | 55.24 | 148.75 | 182.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 9 | 92 | 0 | 0.93 | 0.30 | 0.48 | 319.51 | 0.87 | 0.28 |
| Hex | 84 | 9 | 5C | 0 | 5D | 1E | 30 | 140 | 57 | 1C |
| Octal | 204 | 11 | 134 | 0 | 135 | 36 | 60 | 500 | 127 | 34 |
| Binary | 10000100 | 1001 | 1011100 | 0 | 1011101 | 11110 | 110000 | 101000000 | 1010111 | 11100 |
Color Harmonies of #84095C
Complementary color
Monochromatic Colors of #84095C
Black with #84095C
Text Example
Text Example
White with #84095C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84095C; }
p { color: rgb(132,9,92); }
H1.HeaderClassName
{
color: #84095C;
}
.AnyTagClassName
{
color: #84095C;
}
</style>
background-color css
<style>
a { background-color: #84095C; }
a { background-color: rgb(132,9,92); }
div.DivClassName
{
background-color: #84095C;
}
.BgClassName
{
background-color: #84095C;
}
</style>
border-color css
<style>
span { border-color: #84095C; }
span { border-color: rgb(132,9,92); }
td.TdClassName
{
border-color: #84095C;
}
.TagClassName
{
border-color: #84095C;
}
</style>