Shades of Eggplant #851155
Tints of Eggplant #851155
RGB
CMYK
RGB Variations
Color information
#851155 (or 0x851155) is known color: Eggplant. HEX triplet: 85, 11 and 55. RGB value is (133,17,85). Sum of RGB (Red+Green+Blue) = 133+17+85=235 (31% of max value = 765). Red value is 133 (52.34% from 255 or 56.60% from 235); Green value is 17 (7.03% from 255 or 7.23% from 235); Blue value is 85 (33.59% from 255 or 36.17% from 235); Max value from RGB is 133 - color contains mainly: red. Hex color #851155 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #851155 is #7AEEAA. Grayscale: #3B3B3B. Windows color (decimal): -8056491 or 5575045. OLE color: 5575045.
HSL color Cylindrical-coordinate representation of color #851155: hue angle of 324.83º 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 #851155 is Cyan = 0, Magento = 0.87, Yellow = 0.36 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 17 | 85 | - |
| CMYK | 0 | 0.87 | 0.36 | 0.48 |
| HSL | 324.83º | 0.77% | 0.29% | - |
| HSV(B) | 324.83º | 0.87% | 0.52% | - |
| XYZ | 11.51 | 6.04 | 9.15 | - |
| YUV | 59.44 | 142.43 | 180.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 17 | 85 | 0 | 0.87 | 0.36 | 0.48 | 324.83 | 0.77 | 0.29 |
| Hex | 85 | 11 | 55 | 0 | 57 | 24 | 30 | 145 | 4D | 1D |
| Octal | 205 | 21 | 125 | 0 | 127 | 44 | 60 | 505 | 115 | 35 |
| Binary | 10000101 | 10001 | 1010101 | 0 | 1010111 | 100100 | 110000 | 101000101 | 1001101 | 11101 |
Color Harmonies of #851155
Complementary color
Monochromatic Colors of #851155
Black with #851155
Text Example
Text Example
White with #851155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851155; }
p { color: rgb(133,17,85); }
H1.HeaderClassName
{
color: #851155;
}
.AnyTagClassName
{
color: #851155;
}
</style>
background-color css
<style>
a { background-color: #851155; }
a { background-color: rgb(133,17,85); }
div.DivClassName
{
background-color: #851155;
}
.BgClassName
{
background-color: #851155;
}
</style>
border-color css
<style>
span { border-color: #851155; }
span { border-color: rgb(133,17,85); }
td.TdClassName
{
border-color: #851155;
}
.TagClassName
{
border-color: #851155;
}
</style>