Shades of Eggplant #850259
Tints of Eggplant #850259
RGB
CMYK
RGB Variations
Color information
#850259 (or 0x850259) is known color: Eggplant. HEX triplet: 85, 02 and 59. RGB value is (133,2,89). Sum of RGB (Red+Green+Blue) = 133+2+89=224 (29% of max value = 765). Red value is 133 (52.34% from 255 or 59.38% from 224); Green value is 2 (1.17% from 255 or 0.89% from 224); Blue value is 89 (35.16% from 255 or 39.73% from 224); Max value from RGB is 133 - color contains mainly: red. Hex color #850259 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850259 is #7AFDA6. Grayscale: #323232. Windows color (decimal): -8060327 or 5833349. OLE color: 5833349.
HSL color Cylindrical-coordinate representation of color #850259: hue angle of 320.15º 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 #850259 is Cyan = 0, Magento = 0.98, Yellow = 0.33 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 2 | 89 | - |
| CMYK | 0 | 0.98 | 0.33 | 0.48 |
| HSL | 320.15º | 0.97% | 0.26% | - |
| HSV(B) | 320.15º | 0.98% | 0.52% | - |
| XYZ | 11.5 | 5.75 | 9.96 | - |
| YUV | 51.09 | 149.4 | 186.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 2 | 89 | 0 | 0.98 | 0.33 | 0.48 | 320.15 | 0.97 | 0.26 |
| Hex | 85 | 2 | 59 | 0 | 62 | 21 | 30 | 140 | 61 | 1A |
| Octal | 205 | 2 | 131 | 0 | 142 | 41 | 60 | 500 | 141 | 32 |
| Binary | 10000101 | 10 | 1011001 | 0 | 1100010 | 100001 | 110000 | 101000000 | 1100001 | 11010 |
Color Harmonies of #850259
Complementary color
Monochromatic Colors of #850259
Black with #850259
Text Example
Text Example
White with #850259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850259; }
p { color: rgb(133,2,89); }
H1.HeaderClassName
{
color: #850259;
}
.AnyTagClassName
{
color: #850259;
}
</style>
background-color css
<style>
a { background-color: #850259; }
a { background-color: rgb(133,2,89); }
div.DivClassName
{
background-color: #850259;
}
.BgClassName
{
background-color: #850259;
}
</style>
border-color css
<style>
span { border-color: #850259; }
span { border-color: rgb(133,2,89); }
td.TdClassName
{
border-color: #850259;
}
.TagClassName
{
border-color: #850259;
}
</style>