Shades of Eggplant #850459
Tints of Eggplant #850459
RGB
CMYK
RGB Variations
Color information
#850459 (or 0x850459) is known color: Eggplant. HEX triplet: 85, 04 and 59. RGB value is (133,4,89). Sum of RGB (Red+Green+Blue) = 133+4+89=226 (29% of max value = 765). Red value is 133 (52.34% from 255 or 58.85% from 226); Green value is 4 (1.95% from 255 or 1.77% from 226); Blue value is 89 (35.16% from 255 or 39.38% from 226); Max value from RGB is 133 - color contains mainly: red. Hex color #850459 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850459 is #7AFBA6. Grayscale: #343434. Windows color (decimal): -8059815 or 5833861. OLE color: 5833861.
HSL color Cylindrical-coordinate representation of color #850459: hue angle of 320.47º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #850459 is Cyan = 0, Magento = 0.97, Yellow = 0.33 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 4 | 89 | - |
| CMYK | 0 | 0.97 | 0.33 | 0.48 |
| HSL | 320.47º | 0.94% | 0.27% | - |
| HSV(B) | 320.47º | 0.97% | 0.52% | - |
| XYZ | 11.52 | 5.79 | 9.96 | - |
| YUV | 52.26 | 148.74 | 185.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 4 | 89 | 0 | 0.97 | 0.33 | 0.48 | 320.47 | 0.94 | 0.27 |
| Hex | 85 | 4 | 59 | 0 | 61 | 21 | 30 | 140 | 5E | 1B |
| Octal | 205 | 4 | 131 | 0 | 141 | 41 | 60 | 500 | 136 | 33 |
| Binary | 10000101 | 100 | 1011001 | 0 | 1100001 | 100001 | 110000 | 101000000 | 1011110 | 11011 |
Color Harmonies of #850459
Complementary color
Monochromatic Colors of #850459
Black with #850459
Text Example
Text Example
White with #850459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850459; }
p { color: rgb(133,4,89); }
H1.HeaderClassName
{
color: #850459;
}
.AnyTagClassName
{
color: #850459;
}
</style>
background-color css
<style>
a { background-color: #850459; }
a { background-color: rgb(133,4,89); }
div.DivClassName
{
background-color: #850459;
}
.BgClassName
{
background-color: #850459;
}
</style>
border-color css
<style>
span { border-color: #850459; }
span { border-color: rgb(133,4,89); }
td.TdClassName
{
border-color: #850459;
}
.TagClassName
{
border-color: #850459;
}
</style>