Shades of Eggplant #851157
Tints of Eggplant #851157
RGB
CMYK
RGB Variations
Color information
#851157 (or 0x851157) is known color: Eggplant. HEX triplet: 85, 11 and 57. RGB value is (133,17,87). Sum of RGB (Red+Green+Blue) = 133+17+87=237 (31% of max value = 765). Red value is 133 (52.34% from 255 or 56.12% from 237); Green value is 17 (7.03% from 255 or 7.17% from 237); Blue value is 87 (34.38% from 255 or 36.71% from 237); Max value from RGB is 133 - color contains mainly: red. Hex color #851157 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #851157 is #7AEEA8. Grayscale: #3B3B3B. Windows color (decimal): -8056489 or 5706117. OLE color: 5706117.
HSL color Cylindrical-coordinate representation of color #851157: hue angle of 323.79º 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 #851157 is Cyan = 0, Magento = 0.87, Yellow = 0.35 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 17 | 87 | - |
| CMYK | 0 | 0.87 | 0.35 | 0.48 |
| HSL | 323.79º | 0.77% | 0.29% | - |
| HSV(B) | 323.79º | 0.87% | 0.52% | - |
| XYZ | 11.59 | 6.08 | 9.58 | - |
| YUV | 59.66 | 143.43 | 180.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 17 | 87 | 0 | 0.87 | 0.35 | 0.48 | 323.79 | 0.77 | 0.29 |
| Hex | 85 | 11 | 57 | 0 | 57 | 23 | 30 | 144 | 4D | 1D |
| Octal | 205 | 21 | 127 | 0 | 127 | 43 | 60 | 504 | 115 | 35 |
| Binary | 10000101 | 10001 | 1010111 | 0 | 1010111 | 100011 | 110000 | 101000100 | 1001101 | 11101 |
Color Harmonies of #851157
Complementary color
Monochromatic Colors of #851157
Black with #851157
Text Example
Text Example
White with #851157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851157; }
p { color: rgb(133,17,87); }
H1.HeaderClassName
{
color: #851157;
}
.AnyTagClassName
{
color: #851157;
}
</style>
background-color css
<style>
a { background-color: #851157; }
a { background-color: rgb(133,17,87); }
div.DivClassName
{
background-color: #851157;
}
.BgClassName
{
background-color: #851157;
}
</style>
border-color css
<style>
span { border-color: #851157; }
span { border-color: rgb(133,17,87); }
td.TdClassName
{
border-color: #851157;
}
.TagClassName
{
border-color: #851157;
}
</style>