Shades of Eggplant #850056
Tints of Eggplant #850056
RGB
CMYK
RGB Variations
Color information
#850056 (or 0x850056) is known color: Eggplant. HEX triplet: 85, 00 and 56. RGB value is (133,0,86). Sum of RGB (Red+Green+Blue) = 133+0+86=219 (29% of max value = 765). Red value is 133 (52.34% from 255 or 60.73% from 219); Green value is 0 (0.39% from 255 or 0% from 219); Blue value is 86 (33.98% from 255 or 39.27% from 219); Max value from RGB is 133 - color contains mainly: red. Hex color #850056 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850056 is #7AFFA9. Grayscale: #313131. Windows color (decimal): -8060842 or 5636229. OLE color: 5636229.
HSL color Cylindrical-coordinate representation of color #850056: hue angle of 321.2º 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 #850056 is Cyan = 0, Magento = 1, Yellow = 0.35 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 0 | 86 | - |
| CMYK | 0 | 1 | 0.35 | 0.48 |
| HSL | 321.2º | 1% | 0.26% | - |
| HSV(B) | 321.2º | 1% | 0.52% | - |
| XYZ | 11.35 | 5.66 | 9.3 | - |
| YUV | 49.57 | 148.56 | 187.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 0 | 86 | 0 | 1 | 0.35 | 0.48 | 321.2 | 1 | 0.26 |
| Hex | 85 | 0 | 56 | 0 | 64 | 23 | 30 | 141 | 64 | 1A |
| Octal | 205 | 0 | 126 | 0 | 144 | 43 | 60 | 501 | 144 | 32 |
| Binary | 10000101 | 0 | 1010110 | 0 | 1100100 | 100011 | 110000 | 101000001 | 1100100 | 11010 |
Color Harmonies of #850056
Complementary color
Monochromatic Colors of #850056
Black with #850056
Text Example
Text Example
White with #850056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850056; }
p { color: rgb(133,0,86); }
H1.HeaderClassName
{
color: #850056;
}
.AnyTagClassName
{
color: #850056;
}
</style>
background-color css
<style>
a { background-color: #850056; }
a { background-color: rgb(133,0,86); }
div.DivClassName
{
background-color: #850056;
}
.BgClassName
{
background-color: #850056;
}
</style>
border-color css
<style>
span { border-color: #850056; }
span { border-color: rgb(133,0,86); }
td.TdClassName
{
border-color: #850056;
}
.TagClassName
{
border-color: #850056;
}
</style>