Shades of Eggplant #851156
Tints of Eggplant #851156
RGB
CMYK
RGB Variations
Color information
#851156 (or 0x851156) is known color: Eggplant. HEX triplet: 85, 11 and 56. RGB value is (133,17,86). Sum of RGB (Red+Green+Blue) = 133+17+86=236 (31% of max value = 765). Red value is 133 (52.34% from 255 or 56.36% from 236); Green value is 17 (7.03% from 255 or 7.20% from 236); Blue value is 86 (33.98% from 255 or 36.44% from 236); Max value from RGB is 133 - color contains mainly: red. Hex color #851156 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #851156 is #7AEEA9. Grayscale: #3B3B3B. Windows color (decimal): -8056490 or 5640581. OLE color: 5640581.
HSL color Cylindrical-coordinate representation of color #851156: hue angle of 324.31º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #851156 is Cyan = 0, Magento = 0.87, Yellow = 0.35 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 17 | 86 | - |
| CMYK | 0 | 0.87 | 0.35 | 0.48 |
| HSL | 324.31º | 0.77% | 0.29% | - |
| HSV(B) | 324.31º | 0.87% | 0.52% | - |
| XYZ | 11.55 | 6.06 | 9.36 | - |
| YUV | 59.55 | 142.93 | 180.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 17 | 86 | 0 | 0.87 | 0.35 | 0.48 | 324.31 | 0.77 | 0.29 |
| Hex | 85 | 11 | 56 | 0 | 57 | 23 | 30 | 144 | 4D | 1D |
| Octal | 205 | 21 | 126 | 0 | 127 | 43 | 60 | 504 | 115 | 35 |
| Binary | 10000101 | 10001 | 1010110 | 0 | 1010111 | 100011 | 110000 | 101000100 | 1001101 | 11101 |
Color Harmonies of #851156
Complementary color
Monochromatic Colors of #851156
Black with #851156
Text Example
Text Example
White with #851156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851156; }
p { color: rgb(133,17,86); }
H1.HeaderClassName
{
color: #851156;
}
.AnyTagClassName
{
color: #851156;
}
</style>
background-color css
<style>
a { background-color: #851156; }
a { background-color: rgb(133,17,86); }
div.DivClassName
{
background-color: #851156;
}
.BgClassName
{
background-color: #851156;
}
</style>
border-color css
<style>
span { border-color: #851156; }
span { border-color: rgb(133,17,86); }
td.TdClassName
{
border-color: #851156;
}
.TagClassName
{
border-color: #851156;
}
</style>