Shades of Eggplant #840356
Tints of Eggplant #840356
RGB
CMYK
RGB Variations
Color information
#840356 (or 0x840356) is known color: Eggplant. HEX triplet: 84, 03 and 56. RGB value is (132,3,86). Sum of RGB (Red+Green+Blue) = 132+3+86=221 (29% of max value = 765). Red value is 132 (51.95% from 255 or 59.73% from 221); Green value is 3 (1.56% from 255 or 1.36% from 221); Blue value is 86 (33.98% from 255 or 38.91% from 221); Max value from RGB is 132 - color contains mainly: red. Hex color #840356 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840356 is #7BFCA9. Grayscale: #323232. Windows color (decimal): -8125610 or 5636996. OLE color: 5636996.
HSL color Cylindrical-coordinate representation of color #840356: hue angle of 321.4º 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 #840356 is Cyan = 0, Magento = 0.98, Yellow = 0.35 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 3 | 86 | - |
| CMYK | 0 | 0.98 | 0.35 | 0.48 |
| HSL | 321.4º | 0.96% | 0.26% | - |
| HSV(B) | 321.4º | 0.98% | 0.52% | - |
| XYZ | 11.23 | 5.64 | 9.3 | - |
| YUV | 51.03 | 147.74 | 185.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 3 | 86 | 0 | 0.98 | 0.35 | 0.48 | 321.4 | 0.96 | 0.26 |
| Hex | 84 | 3 | 56 | 0 | 62 | 23 | 30 | 141 | 60 | 1A |
| Octal | 204 | 3 | 126 | 0 | 142 | 43 | 60 | 501 | 140 | 32 |
| Binary | 10000100 | 11 | 1010110 | 0 | 1100010 | 100011 | 110000 | 101000001 | 1100000 | 11010 |
Color Harmonies of #840356
Complementary color
Monochromatic Colors of #840356
Black with #840356
Text Example
Text Example
White with #840356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #840356; }
p { color: rgb(132,3,86); }
H1.HeaderClassName
{
color: #840356;
}
.AnyTagClassName
{
color: #840356;
}
</style>
background-color css
<style>
a { background-color: #840356; }
a { background-color: rgb(132,3,86); }
div.DivClassName
{
background-color: #840356;
}
.BgClassName
{
background-color: #840356;
}
</style>
border-color css
<style>
span { border-color: #840356; }
span { border-color: rgb(132,3,86); }
td.TdClassName
{
border-color: #840356;
}
.TagClassName
{
border-color: #840356;
}
</style>