Shades of Eggplant #840159
Tints of Eggplant #840159
RGB
CMYK
RGB Variations
Color information
#840159 (or 0x840159) is known color: Eggplant. HEX triplet: 84, 01 and 59. RGB value is (132,1,89). Sum of RGB (Red+Green+Blue) = 132+1+89=222 (29% of max value = 765). Red value is 132 (51.95% from 255 or 59.46% from 222); Green value is 1 (0.78% from 255 or 0.45% from 222); Blue value is 89 (35.16% from 255 or 40.09% from 222); Max value from RGB is 132 - color contains mainly: red. Hex color #840159 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840159 is #7BFEA6. Grayscale: #313131. Windows color (decimal): -8126119 or 5833092. OLE color: 5833092.
HSL color Cylindrical-coordinate representation of color #840159: hue angle of 319.69º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #840159 is Cyan = 0, Magento = 0.99, Yellow = 0.33 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 1 | 89 | - |
| CMYK | 0 | 0.99 | 0.33 | 0.48 |
| HSL | 319.69º | 0.98% | 0.26% | - |
| HSV(B) | 319.69º | 0.99% | 0.52% | - |
| XYZ | 11.33 | 5.65 | 9.94 | - |
| YUV | 50.2 | 149.9 | 186.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 1 | 89 | 0 | 0.99 | 0.33 | 0.48 | 319.69 | 0.98 | 0.26 |
| Hex | 84 | 1 | 59 | 0 | 63 | 21 | 30 | 140 | 62 | 1A |
| Octal | 204 | 1 | 131 | 0 | 143 | 41 | 60 | 500 | 142 | 32 |
| Binary | 10000100 | 1 | 1011001 | 0 | 1100011 | 100001 | 110000 | 101000000 | 1100010 | 11010 |
Color Harmonies of #840159
Complementary color
Monochromatic Colors of #840159
Black with #840159
Text Example
Text Example
White with #840159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #840159; }
p { color: rgb(132,1,89); }
H1.HeaderClassName
{
color: #840159;
}
.AnyTagClassName
{
color: #840159;
}
</style>
background-color css
<style>
a { background-color: #840159; }
a { background-color: rgb(132,1,89); }
div.DivClassName
{
background-color: #840159;
}
.BgClassName
{
background-color: #840159;
}
</style>
border-color css
<style>
span { border-color: #840159; }
span { border-color: rgb(132,1,89); }
td.TdClassName
{
border-color: #840159;
}
.TagClassName
{
border-color: #840159;
}
</style>