Shades of Eggplant #850F5E
Tints of Eggplant #850F5E
RGB
CMYK
RGB Variations
Color information
#850F5E (or 0x850F5E) is known color: Eggplant. HEX triplet: 85, 0F and 5E. RGB value is (133,15,94). Sum of RGB (Red+Green+Blue) = 133+15+94=242 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.96% from 242); Green value is 15 (6.25% from 255 or 6.20% from 242); Blue value is 94 (37.11% from 255 or 38.84% from 242); Max value from RGB is 133 - color contains mainly: red. Hex color #850F5E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850F5E is #7AF0A1. Grayscale: #3B3B3B. Windows color (decimal): -8056994 or 6164357. OLE color: 6164357.
HSL color Cylindrical-coordinate representation of color #850F5E: hue angle of 319.83º 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 #850F5E is Cyan = 0, Magento = 0.89, Yellow = 0.29 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 15 | 94 | - |
| CMYK | 0 | 0.89 | 0.29 | 0.48 |
| HSL | 319.83º | 0.8% | 0.29% | - |
| HSV(B) | 319.83º | 0.89% | 0.52% | - |
| XYZ | 11.86 | 6.14 | 11.15 | - |
| YUV | 59.29 | 147.59 | 180.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 15 | 94 | 0 | 0.89 | 0.29 | 0.48 | 319.83 | 0.8 | 0.29 |
| Hex | 85 | F | 5E | 0 | 59 | 1D | 30 | 140 | 50 | 1D |
| Octal | 205 | 17 | 136 | 0 | 131 | 35 | 60 | 500 | 120 | 35 |
| Binary | 10000101 | 1111 | 1011110 | 0 | 1011001 | 11101 | 110000 | 101000000 | 1010000 | 11101 |
Color Harmonies of #850F5E
Complementary color
Monochromatic Colors of #850F5E
Black with #850F5E
Text Example
Text Example
White with #850F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850F5E; }
p { color: rgb(133,15,94); }
H1.HeaderClassName
{
color: #850F5E;
}
.AnyTagClassName
{
color: #850F5E;
}
</style>
background-color css
<style>
a { background-color: #850F5E; }
a { background-color: rgb(133,15,94); }
div.DivClassName
{
background-color: #850F5E;
}
.BgClassName
{
background-color: #850F5E;
}
</style>
border-color css
<style>
span { border-color: #850F5E; }
span { border-color: rgb(133,15,94); }
td.TdClassName
{
border-color: #850F5E;
}
.TagClassName
{
border-color: #850F5E;
}
</style>