Shades of Eggplant #850A52
Tints of Eggplant #850A52
RGB
CMYK
RGB Variations
Color information
#850A52 (or 0x850A52) is known color: Eggplant. HEX triplet: 85, 0A and 52. RGB value is (133,10,82). Sum of RGB (Red+Green+Blue) = 133+10+82=225 (29% of max value = 765). Red value is 133 (52.34% from 255 or 59.11% from 225); Green value is 10 (4.30% from 255 or 4.44% from 225); Blue value is 82 (32.42% from 255 or 36.44% from 225); Max value from RGB is 133 - color contains mainly: red. Hex color #850A52 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850A52 is #7AF5AD. Grayscale: #363636. Windows color (decimal): -8058286 or 5376645. OLE color: 5376645.
HSL color Cylindrical-coordinate representation of color #850A52: hue angle of 324.88º 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 #850A52 is Cyan = 0, Magento = 0.92, Yellow = 0.38 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 10 | 82 | - |
| CMYK | 0 | 0.92 | 0.38 | 0.48 |
| HSL | 324.88º | 0.86% | 0.28% | - |
| HSV(B) | 324.88º | 0.92% | 0.52% | - |
| XYZ | 11.3 | 5.81 | 8.51 | - |
| YUV | 54.99 | 143.25 | 183.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 10 | 82 | 0 | 0.92 | 0.38 | 0.48 | 324.88 | 0.86 | 0.28 |
| Hex | 85 | A | 52 | 0 | 5C | 26 | 30 | 145 | 56 | 1C |
| Octal | 205 | 12 | 122 | 0 | 134 | 46 | 60 | 505 | 126 | 34 |
| Binary | 10000101 | 1010 | 1010010 | 0 | 1011100 | 100110 | 110000 | 101000101 | 1010110 | 11100 |
Color Harmonies of #850A52
Complementary color
Monochromatic Colors of #850A52
Black with #850A52
Text Example
Text Example
White with #850A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850A52; }
p { color: rgb(133,10,82); }
H1.HeaderClassName
{
color: #850A52;
}
.AnyTagClassName
{
color: #850A52;
}
</style>
background-color css
<style>
a { background-color: #850A52; }
a { background-color: rgb(133,10,82); }
div.DivClassName
{
background-color: #850A52;
}
.BgClassName
{
background-color: #850A52;
}
</style>
border-color css
<style>
span { border-color: #850A52; }
span { border-color: rgb(133,10,82); }
td.TdClassName
{
border-color: #850A52;
}
.TagClassName
{
border-color: #850A52;
}
</style>