Shades of Eggplant #840353
Tints of Eggplant #840353
RGB
CMYK
RGB Variations
Color information
#840353 (or 0x840353) is known color: Eggplant. HEX triplet: 84, 03 and 53. RGB value is (132,3,83). Sum of RGB (Red+Green+Blue) = 132+3+83=218 (28% of max value = 765). Red value is 132 (51.95% from 255 or 60.55% from 218); Green value is 3 (1.56% from 255 or 1.38% from 218); Blue value is 83 (32.81% from 255 or 38.07% from 218); Max value from RGB is 132 - color contains mainly: red. Hex color #840353 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840353 is #7BFCAC. Grayscale: #323232. Windows color (decimal): -8125613 or 5440388. OLE color: 5440388.
HSL color Cylindrical-coordinate representation of color #840353: hue angle of 322.79º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #840353 is Cyan = 0, Magento = 0.98, Yellow = 0.37 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 3 | 83 | - |
| CMYK | 0 | 0.98 | 0.37 | 0.48 |
| HSL | 322.79º | 0.96% | 0.26% | - |
| HSV(B) | 322.79º | 0.98% | 0.52% | - |
| XYZ | 11.11 | 5.6 | 8.68 | - |
| YUV | 50.69 | 146.24 | 186 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 3 | 83 | 0 | 0.98 | 0.37 | 0.48 | 322.79 | 0.96 | 0.26 |
| Hex | 84 | 3 | 53 | 0 | 62 | 25 | 30 | 143 | 60 | 1A |
| Octal | 204 | 3 | 123 | 0 | 142 | 45 | 60 | 503 | 140 | 32 |
| Binary | 10000100 | 11 | 1010011 | 0 | 1100010 | 100101 | 110000 | 101000011 | 1100000 | 11010 |
Color Harmonies of #840353
Complementary color
Monochromatic Colors of #840353
Black with #840353
Text Example
Text Example
White with #840353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #840353; }
p { color: rgb(132,3,83); }
H1.HeaderClassName
{
color: #840353;
}
.AnyTagClassName
{
color: #840353;
}
</style>
background-color css
<style>
a { background-color: #840353; }
a { background-color: rgb(132,3,83); }
div.DivClassName
{
background-color: #840353;
}
.BgClassName
{
background-color: #840353;
}
</style>
border-color css
<style>
span { border-color: #840353; }
span { border-color: rgb(132,3,83); }
td.TdClassName
{
border-color: #840353;
}
.TagClassName
{
border-color: #840353;
}
</style>