Shades of Eggplant #851056
Tints of Eggplant #851056
RGB
CMYK
RGB Variations
Color information
#851056 (or 0x851056) is known color: Eggplant. HEX triplet: 85, 10 and 56. RGB value is (133,16,86). Sum of RGB (Red+Green+Blue) = 133+16+86=235 (31% of max value = 765). Red value is 133 (52.34% from 255 or 56.60% from 235); Green value is 16 (6.64% from 255 or 6.81% from 235); Blue value is 86 (33.98% from 255 or 36.60% from 235); Max value from RGB is 133 - color contains mainly: red. Hex color #851056 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #851056 is #7AEFA9. Grayscale: #3A3A3A. Windows color (decimal): -8056746 or 5640325. OLE color: 5640325.
HSL color Cylindrical-coordinate representation of color #851056: hue angle of 324.1º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #851056 is Cyan = 0, Magento = 0.88, Yellow = 0.35 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 16 | 86 | - |
| CMYK | 0 | 0.88 | 0.35 | 0.48 |
| HSL | 324.1º | 0.79% | 0.29% | - |
| HSV(B) | 324.1º | 0.88% | 0.52% | - |
| XYZ | 11.54 | 6.03 | 9.36 | - |
| YUV | 58.96 | 143.26 | 180.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 16 | 86 | 0 | 0.88 | 0.35 | 0.48 | 324.1 | 0.79 | 0.29 |
| Hex | 85 | 10 | 56 | 0 | 58 | 23 | 30 | 144 | 4F | 1D |
| Octal | 205 | 20 | 126 | 0 | 130 | 43 | 60 | 504 | 117 | 35 |
| Binary | 10000101 | 10000 | 1010110 | 0 | 1011000 | 100011 | 110000 | 101000100 | 1001111 | 11101 |
Color Harmonies of #851056
Complementary color
Monochromatic Colors of #851056
Black with #851056
Text Example
Text Example
White with #851056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851056; }
p { color: rgb(133,16,86); }
H1.HeaderClassName
{
color: #851056;
}
.AnyTagClassName
{
color: #851056;
}
</style>
background-color css
<style>
a { background-color: #851056; }
a { background-color: rgb(133,16,86); }
div.DivClassName
{
background-color: #851056;
}
.BgClassName
{
background-color: #851056;
}
</style>
border-color css
<style>
span { border-color: #851056; }
span { border-color: rgb(133,16,86); }
td.TdClassName
{
border-color: #851056;
}
.TagClassName
{
border-color: #851056;
}
</style>