Shades of Eggplant #850053
Tints of Eggplant #850053
RGB
CMYK
RGB Variations
Color information
#850053 (or 0x850053) is known color: Eggplant. HEX triplet: 85, 00 and 53. RGB value is (133,0,83). Sum of RGB (Red+Green+Blue) = 133+0+83=216 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.57% from 216); Green value is 0 (0.39% from 255 or 0% from 216); Blue value is 83 (32.81% from 255 or 38.43% from 216); Max value from RGB is 133 - color contains mainly: red. Hex color #850053 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850053 is #7AFFAC. Grayscale: #313131. Windows color (decimal): -8060845 or 5439621. OLE color: 5439621.
HSL color Cylindrical-coordinate representation of color #850053: hue angle of 322.56º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #850053 is Cyan = 0, Magento = 1, Yellow = 0.38 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 0 | 83 | - |
| CMYK | 0 | 1 | 0.38 | 0.48 |
| HSL | 322.56º | 1% | 0.26% | - |
| HSV(B) | 322.56º | 1% | 0.52% | - |
| XYZ | 11.23 | 5.61 | 8.67 | - |
| YUV | 49.23 | 147.06 | 187.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 0 | 83 | 0 | 1 | 0.38 | 0.48 | 322.56 | 1 | 0.26 |
| Hex | 85 | 0 | 53 | 0 | 64 | 26 | 30 | 143 | 64 | 1A |
| Octal | 205 | 0 | 123 | 0 | 144 | 46 | 60 | 503 | 144 | 32 |
| Binary | 10000101 | 0 | 1010011 | 0 | 1100100 | 100110 | 110000 | 101000011 | 1100100 | 11010 |
Color Harmonies of #850053
Complementary color
Monochromatic Colors of #850053
Black with #850053
Text Example
Text Example
White with #850053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850053; }
p { color: rgb(133,0,83); }
H1.HeaderClassName
{
color: #850053;
}
.AnyTagClassName
{
color: #850053;
}
</style>
background-color css
<style>
a { background-color: #850053; }
a { background-color: rgb(133,0,83); }
div.DivClassName
{
background-color: #850053;
}
.BgClassName
{
background-color: #850053;
}
</style>
border-color css
<style>
span { border-color: #850053; }
span { border-color: rgb(133,0,83); }
td.TdClassName
{
border-color: #850053;
}
.TagClassName
{
border-color: #850053;
}
</style>