Shades of Eggplant #840355
Tints of Eggplant #840355
RGB
CMYK
RGB Variations
Color information
#840355 (or 0x840355) is known color: Eggplant. HEX triplet: 84, 03 and 55. RGB value is (132,3,85). Sum of RGB (Red+Green+Blue) = 132+3+85=220 (29% of max value = 765). Red value is 132 (51.95% from 255 or 60% from 220); Green value is 3 (1.56% from 255 or 1.36% from 220); Blue value is 85 (33.59% from 255 or 38.64% from 220); Max value from RGB is 132 - color contains mainly: red. Hex color #840355 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840355 is #7BFCAA. Grayscale: #323232. Windows color (decimal): -8125611 or 5571460. OLE color: 5571460.
HSL color Cylindrical-coordinate representation of color #840355: hue angle of 321.86º 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 #840355 is Cyan = 0, Magento = 0.98, Yellow = 0.36 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 3 | 85 | - |
| CMYK | 0 | 0.98 | 0.36 | 0.48 |
| HSL | 321.86º | 0.96% | 0.26% | - |
| HSV(B) | 321.86º | 0.98% | 0.52% | - |
| XYZ | 11.19 | 5.63 | 9.09 | - |
| YUV | 50.92 | 147.24 | 185.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 3 | 85 | 0 | 0.98 | 0.36 | 0.48 | 321.86 | 0.96 | 0.26 |
| Hex | 84 | 3 | 55 | 0 | 62 | 24 | 30 | 142 | 60 | 1A |
| Octal | 204 | 3 | 125 | 0 | 142 | 44 | 60 | 502 | 140 | 32 |
| Binary | 10000100 | 11 | 1010101 | 0 | 1100010 | 100100 | 110000 | 101000010 | 1100000 | 11010 |
Color Harmonies of #840355
Complementary color
Monochromatic Colors of #840355
Black with #840355
Text Example
Text Example
White with #840355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #840355; }
p { color: rgb(132,3,85); }
H1.HeaderClassName
{
color: #840355;
}
.AnyTagClassName
{
color: #840355;
}
</style>
background-color css
<style>
a { background-color: #840355; }
a { background-color: rgb(132,3,85); }
div.DivClassName
{
background-color: #840355;
}
.BgClassName
{
background-color: #840355;
}
</style>
border-color css
<style>
span { border-color: #840355; }
span { border-color: rgb(132,3,85); }
td.TdClassName
{
border-color: #840355;
}
.TagClassName
{
border-color: #840355;
}
</style>