Shades of Eggplant #850657
Tints of Eggplant #850657
RGB
CMYK
RGB Variations
Color information
#850657 (or 0x850657) is known color: Eggplant. HEX triplet: 85, 06 and 57. RGB value is (133,6,87). Sum of RGB (Red+Green+Blue) = 133+6+87=226 (29% of max value = 765). Red value is 133 (52.34% from 255 or 58.85% from 226); Green value is 6 (2.73% from 255 or 2.65% from 226); Blue value is 87 (34.38% from 255 or 38.50% from 226); Max value from RGB is 133 - color contains mainly: red. Hex color #850657 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850657 is #7AF9A8. Grayscale: #353535. Windows color (decimal): -8059305 or 5703301. OLE color: 5703301.
HSL color Cylindrical-coordinate representation of color #850657: hue angle of 321.73º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #850657 is Cyan = 0, Magento = 0.95, Yellow = 0.35 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 6 | 87 | - |
| CMYK | 0 | 0.95 | 0.35 | 0.48 |
| HSL | 321.73º | 0.91% | 0.27% | - |
| HSV(B) | 321.73º | 0.95% | 0.52% | - |
| XYZ | 11.46 | 5.8 | 9.53 | - |
| YUV | 53.21 | 147.08 | 184.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 6 | 87 | 0 | 0.95 | 0.35 | 0.48 | 321.73 | 0.91 | 0.27 |
| Hex | 85 | 6 | 57 | 0 | 5F | 23 | 30 | 142 | 5B | 1B |
| Octal | 205 | 6 | 127 | 0 | 137 | 43 | 60 | 502 | 133 | 33 |
| Binary | 10000101 | 110 | 1010111 | 0 | 1011111 | 100011 | 110000 | 101000010 | 1011011 | 11011 |
Color Harmonies of #850657
Complementary color
Monochromatic Colors of #850657
Black with #850657
Text Example
Text Example
White with #850657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850657; }
p { color: rgb(133,6,87); }
H1.HeaderClassName
{
color: #850657;
}
.AnyTagClassName
{
color: #850657;
}
</style>
background-color css
<style>
a { background-color: #850657; }
a { background-color: rgb(133,6,87); }
div.DivClassName
{
background-color: #850657;
}
.BgClassName
{
background-color: #850657;
}
</style>
border-color css
<style>
span { border-color: #850657; }
span { border-color: rgb(133,6,87); }
td.TdClassName
{
border-color: #850657;
}
.TagClassName
{
border-color: #850657;
}
</style>