Shades of Eggplant #850560
Tints of Eggplant #850560
RGB
CMYK
RGB Variations
Color information
#850560 (or 0x850560) is known color: Eggplant. HEX triplet: 85, 05 and 60. RGB value is (133,5,96). Sum of RGB (Red+Green+Blue) = 133+5+96=234 (30% of max value = 765). Red value is 133 (52.34% from 255 or 56.84% from 234); Green value is 5 (2.34% from 255 or 2.14% from 234); Blue value is 96 (37.89% from 255 or 41.03% from 234); Max value from RGB is 133 - color contains mainly: red. Hex color #850560 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850560 is #7AFA9F. Grayscale: #353535. Windows color (decimal): -8059552 or 6292869. OLE color: 6292869.
HSL color Cylindrical-coordinate representation of color #850560: hue angle of 317.34º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #850560 is Cyan = 0, Magento = 0.96, Yellow = 0.28 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 5 | 96 | - |
| CMYK | 0 | 0.96 | 0.28 | 0.48 |
| HSL | 317.34º | 0.93% | 0.27% | - |
| HSV(B) | 317.34º | 0.96% | 0.52% | - |
| XYZ | 11.84 | 5.94 | 11.59 | - |
| YUV | 53.65 | 151.91 | 184.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 5 | 96 | 0 | 0.96 | 0.28 | 0.48 | 317.34 | 0.93 | 0.27 |
| Hex | 85 | 5 | 60 | 0 | 60 | 1C | 30 | 13D | 5D | 1B |
| Octal | 205 | 5 | 140 | 0 | 140 | 34 | 60 | 475 | 135 | 33 |
| Binary | 10000101 | 101 | 1100000 | 0 | 1100000 | 11100 | 110000 | 100111101 | 1011101 | 11011 |
Color Harmonies of #850560
Complementary color
Monochromatic Colors of #850560
Black with #850560
Text Example
Text Example
White with #850560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850560; }
p { color: rgb(133,5,96); }
H1.HeaderClassName
{
color: #850560;
}
.AnyTagClassName
{
color: #850560;
}
</style>
background-color css
<style>
a { background-color: #850560; }
a { background-color: rgb(133,5,96); }
div.DivClassName
{
background-color: #850560;
}
.BgClassName
{
background-color: #850560;
}
</style>
border-color css
<style>
span { border-color: #850560; }
span { border-color: rgb(133,5,96); }
td.TdClassName
{
border-color: #850560;
}
.TagClassName
{
border-color: #850560;
}
</style>