Shades of Eggplant #850059
Tints of Eggplant #850059
RGB
CMYK
RGB Variations
Color information
#850059 (or 0x850059) is known color: Eggplant. HEX triplet: 85, 00 and 59. RGB value is (133,0,89). Sum of RGB (Red+Green+Blue) = 133+0+89=222 (29% of max value = 765). Red value is 133 (52.34% from 255 or 59.91% from 222); Green value is 0 (0.39% from 255 or 0% from 222); Blue value is 89 (35.16% from 255 or 40.09% from 222); Max value from RGB is 133 - color contains mainly: red. Hex color #850059 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850059 is #7AFFA6. Grayscale: #313131. Windows color (decimal): -8060839 or 5832837. OLE color: 5832837.
HSL color Cylindrical-coordinate representation of color #850059: hue angle of 319.85º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #850059 is Cyan = 0, Magento = 1, Yellow = 0.33 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 0 | 89 | - |
| CMYK | 0 | 1 | 0.33 | 0.48 |
| HSL | 319.85º | 1% | 0.26% | - |
| HSV(B) | 319.85º | 1% | 0.52% | - |
| XYZ | 11.48 | 5.71 | 9.95 | - |
| YUV | 49.91 | 150.06 | 187.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 0 | 89 | 0 | 1 | 0.33 | 0.48 | 319.85 | 1 | 0.26 |
| Hex | 85 | 0 | 59 | 0 | 64 | 21 | 30 | 140 | 64 | 1A |
| Octal | 205 | 0 | 131 | 0 | 144 | 41 | 60 | 500 | 144 | 32 |
| Binary | 10000101 | 0 | 1011001 | 0 | 1100100 | 100001 | 110000 | 101000000 | 1100100 | 11010 |
Color Harmonies of #850059
Complementary color
Monochromatic Colors of #850059
Black with #850059
Text Example
Text Example
White with #850059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850059; }
p { color: rgb(133,0,89); }
H1.HeaderClassName
{
color: #850059;
}
.AnyTagClassName
{
color: #850059;
}
</style>
background-color css
<style>
a { background-color: #850059; }
a { background-color: rgb(133,0,89); }
div.DivClassName
{
background-color: #850059;
}
.BgClassName
{
background-color: #850059;
}
</style>
border-color css
<style>
span { border-color: #850059; }
span { border-color: rgb(133,0,89); }
td.TdClassName
{
border-color: #850059;
}
.TagClassName
{
border-color: #850059;
}
</style>