Shades of Eggplant #850A57
Tints of Eggplant #850A57
RGB
CMYK
RGB Variations
Color information
#850A57 (or 0x850A57) is known color: Eggplant. HEX triplet: 85, 0A and 57. RGB value is (133,10,87). Sum of RGB (Red+Green+Blue) = 133+10+87=230 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.83% from 230); Green value is 10 (4.30% from 255 or 4.35% from 230); Blue value is 87 (34.38% from 255 or 37.83% from 230); Max value from RGB is 133 - color contains mainly: red. Hex color #850A57 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850A57 is #7AF5A8. Grayscale: #373737. Windows color (decimal): -8058281 or 5704325. OLE color: 5704325.
HSL color Cylindrical-coordinate representation of color #850A57: hue angle of 322.44º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #850A57 is Cyan = 0, Magento = 0.92, Yellow = 0.35 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 10 | 87 | - |
| CMYK | 0 | 0.92 | 0.35 | 0.48 |
| HSL | 322.44º | 0.86% | 0.28% | - |
| HSV(B) | 322.44º | 0.92% | 0.52% | - |
| XYZ | 11.5 | 5.89 | 9.55 | - |
| YUV | 55.56 | 145.75 | 183.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 10 | 87 | 0 | 0.92 | 0.35 | 0.48 | 322.44 | 0.86 | 0.28 |
| Hex | 85 | A | 57 | 0 | 5C | 23 | 30 | 142 | 56 | 1C |
| Octal | 205 | 12 | 127 | 0 | 134 | 43 | 60 | 502 | 126 | 34 |
| Binary | 10000101 | 1010 | 1010111 | 0 | 1011100 | 100011 | 110000 | 101000010 | 1010110 | 11100 |
Color Harmonies of #850A57
Complementary color
Monochromatic Colors of #850A57
Black with #850A57
Text Example
Text Example
White with #850A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850A57; }
p { color: rgb(133,10,87); }
H1.HeaderClassName
{
color: #850A57;
}
.AnyTagClassName
{
color: #850A57;
}
</style>
background-color css
<style>
a { background-color: #850A57; }
a { background-color: rgb(133,10,87); }
div.DivClassName
{
background-color: #850A57;
}
.BgClassName
{
background-color: #850A57;
}
</style>
border-color css
<style>
span { border-color: #850A57; }
span { border-color: rgb(133,10,87); }
td.TdClassName
{
border-color: #850A57;
}
.TagClassName
{
border-color: #850A57;
}
</style>