Shades of Eggplant #840259
Tints of Eggplant #840259
RGB
CMYK
RGB Variations
Color information
#840259 (or 0x840259) is known color: Eggplant. HEX triplet: 84, 02 and 59. RGB value is (132,2,89). Sum of RGB (Red+Green+Blue) = 132+2+89=223 (29% of max value = 765). Red value is 132 (51.95% from 255 or 59.19% from 223); Green value is 2 (1.17% from 255 or 0.90% from 223); Blue value is 89 (35.16% from 255 or 39.91% from 223); Max value from RGB is 132 - color contains mainly: red. Hex color #840259 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840259 is #7BFDA6. Grayscale: #323232. Windows color (decimal): -8125863 or 5833348. OLE color: 5833348.
HSL color Cylindrical-coordinate representation of color #840259: hue angle of 319.85º degrees, saturation: 0.97, 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 #840259 is Cyan = 0, Magento = 0.98, Yellow = 0.33 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 2 | 89 | - |
| CMYK | 0 | 0.98 | 0.33 | 0.48 |
| HSL | 319.85º | 0.97% | 0.26% | - |
| HSV(B) | 319.85º | 0.98% | 0.52% | - |
| XYZ | 11.34 | 5.67 | 9.95 | - |
| YUV | 50.79 | 149.57 | 185.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 2 | 89 | 0 | 0.98 | 0.33 | 0.48 | 319.85 | 0.97 | 0.26 |
| Hex | 84 | 2 | 59 | 0 | 62 | 21 | 30 | 140 | 61 | 1A |
| Octal | 204 | 2 | 131 | 0 | 142 | 41 | 60 | 500 | 141 | 32 |
| Binary | 10000100 | 10 | 1011001 | 0 | 1100010 | 100001 | 110000 | 101000000 | 1100001 | 11010 |
Color Harmonies of #840259
Complementary color
Monochromatic Colors of #840259
Black with #840259
Text Example
Text Example
White with #840259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #840259; }
p { color: rgb(132,2,89); }
H1.HeaderClassName
{
color: #840259;
}
.AnyTagClassName
{
color: #840259;
}
</style>
background-color css
<style>
a { background-color: #840259; }
a { background-color: rgb(132,2,89); }
div.DivClassName
{
background-color: #840259;
}
.BgClassName
{
background-color: #840259;
}
</style>
border-color css
<style>
span { border-color: #840259; }
span { border-color: rgb(132,2,89); }
td.TdClassName
{
border-color: #840259;
}
.TagClassName
{
border-color: #840259;
}
</style>