Shades of Eggplant #850F55
Tints of Eggplant #850F55
RGB
CMYK
RGB Variations
Color information
#850F55 (or 0x850F55) is known color: Eggplant. HEX triplet: 85, 0F and 55. RGB value is (133,15,85). Sum of RGB (Red+Green+Blue) = 133+15+85=233 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.08% from 233); Green value is 15 (6.25% from 255 or 6.44% from 233); Blue value is 85 (33.59% from 255 or 36.48% from 233); Max value from RGB is 133 - color contains mainly: red. Hex color #850F55 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850F55 is #7AF0AA. Grayscale: #3A3A3A. Windows color (decimal): -8057003 or 5574533. OLE color: 5574533.
HSL color Cylindrical-coordinate representation of color #850F55: hue angle of 324.41º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #850F55 is Cyan = 0, Magento = 0.89, Yellow = 0.36 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 15 | 85 | - |
| CMYK | 0 | 0.89 | 0.36 | 0.48 |
| HSL | 324.41º | 0.8% | 0.29% | - |
| HSV(B) | 324.41º | 0.89% | 0.52% | - |
| XYZ | 11.48 | 5.98 | 9.14 | - |
| YUV | 58.26 | 143.09 | 181.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 15 | 85 | 0 | 0.89 | 0.36 | 0.48 | 324.41 | 0.8 | 0.29 |
| Hex | 85 | F | 55 | 0 | 59 | 24 | 30 | 144 | 50 | 1D |
| Octal | 205 | 17 | 125 | 0 | 131 | 44 | 60 | 504 | 120 | 35 |
| Binary | 10000101 | 1111 | 1010101 | 0 | 1011001 | 100100 | 110000 | 101000100 | 1010000 | 11101 |
Color Harmonies of #850F55
Complementary color
Monochromatic Colors of #850F55
Black with #850F55
Text Example
Text Example
White with #850F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850F55; }
p { color: rgb(133,15,85); }
H1.HeaderClassName
{
color: #850F55;
}
.AnyTagClassName
{
color: #850F55;
}
</style>
background-color css
<style>
a { background-color: #850F55; }
a { background-color: rgb(133,15,85); }
div.DivClassName
{
background-color: #850F55;
}
.BgClassName
{
background-color: #850F55;
}
</style>
border-color css
<style>
span { border-color: #850F55; }
span { border-color: rgb(133,15,85); }
td.TdClassName
{
border-color: #850F55;
}
.TagClassName
{
border-color: #850F55;
}
</style>