Shades of Eggplant #850A53
Tints of Eggplant #850A53
RGB
CMYK
RGB Variations
Color information
#850A53 (or 0x850A53) is known color: Eggplant. HEX triplet: 85, 0A and 53. RGB value is (133,10,83). Sum of RGB (Red+Green+Blue) = 133+10+83=226 (29% of max value = 765). Red value is 133 (52.34% from 255 or 58.85% from 226); Green value is 10 (4.30% from 255 or 4.42% from 226); Blue value is 83 (32.81% from 255 or 36.73% from 226); Max value from RGB is 133 - color contains mainly: red. Hex color #850A53 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850A53 is #7AF5AC. Grayscale: #363636. Windows color (decimal): -8058285 or 5442181. OLE color: 5442181.
HSL color Cylindrical-coordinate representation of color #850A53: hue angle of 324.39º 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 #850A53 is Cyan = 0, Magento = 0.92, Yellow = 0.38 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 10 | 83 | - |
| CMYK | 0 | 0.92 | 0.38 | 0.48 |
| HSL | 324.39º | 0.86% | 0.28% | - |
| HSV(B) | 324.39º | 0.92% | 0.52% | - |
| XYZ | 11.34 | 5.83 | 8.71 | - |
| YUV | 55.1 | 143.75 | 183.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 10 | 83 | 0 | 0.92 | 0.38 | 0.48 | 324.39 | 0.86 | 0.28 |
| Hex | 85 | A | 53 | 0 | 5C | 26 | 30 | 144 | 56 | 1C |
| Octal | 205 | 12 | 123 | 0 | 134 | 46 | 60 | 504 | 126 | 34 |
| Binary | 10000101 | 1010 | 1010011 | 0 | 1011100 | 100110 | 110000 | 101000100 | 1010110 | 11100 |
Color Harmonies of #850A53
Complementary color
Monochromatic Colors of #850A53
Black with #850A53
Text Example
Text Example
White with #850A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850A53; }
p { color: rgb(133,10,83); }
H1.HeaderClassName
{
color: #850A53;
}
.AnyTagClassName
{
color: #850A53;
}
</style>
background-color css
<style>
a { background-color: #850A53; }
a { background-color: rgb(133,10,83); }
div.DivClassName
{
background-color: #850A53;
}
.BgClassName
{
background-color: #850A53;
}
</style>
border-color css
<style>
span { border-color: #850A53; }
span { border-color: rgb(133,10,83); }
td.TdClassName
{
border-color: #850A53;
}
.TagClassName
{
border-color: #850A53;
}
</style>