Shades of Eggplant #851158
Tints of Eggplant #851158
RGB
CMYK
RGB Variations
Color information
#851158 (or 0x851158) is known color: Eggplant. HEX triplet: 85, 11 and 58. RGB value is (133,17,88). Sum of RGB (Red+Green+Blue) = 133+17+88=238 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.88% from 238); Green value is 17 (7.03% from 255 or 7.14% from 238); Blue value is 88 (34.77% from 255 or 36.97% from 238); Max value from RGB is 133 - color contains mainly: red. Hex color #851158 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #851158 is #7AEEA7. Grayscale: #3B3B3B. Windows color (decimal): -8056488 or 5771653. OLE color: 5771653.
HSL color Cylindrical-coordinate representation of color #851158: hue angle of 323.28º 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 #851158 is Cyan = 0, Magento = 0.87, Yellow = 0.34 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 17 | 88 | - |
| CMYK | 0 | 0.87 | 0.34 | 0.48 |
| HSL | 323.28º | 0.77% | 0.29% | - |
| HSV(B) | 323.28º | 0.87% | 0.52% | - |
| XYZ | 11.63 | 6.09 | 9.8 | - |
| YUV | 59.78 | 143.93 | 180.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 17 | 88 | 0 | 0.87 | 0.34 | 0.48 | 323.28 | 0.77 | 0.29 |
| Hex | 85 | 11 | 58 | 0 | 57 | 22 | 30 | 143 | 4D | 1D |
| Octal | 205 | 21 | 130 | 0 | 127 | 42 | 60 | 503 | 115 | 35 |
| Binary | 10000101 | 10001 | 1011000 | 0 | 1010111 | 100010 | 110000 | 101000011 | 1001101 | 11101 |
Color Harmonies of #851158
Complementary color
Monochromatic Colors of #851158
Black with #851158
Text Example
Text Example
White with #851158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851158; }
p { color: rgb(133,17,88); }
H1.HeaderClassName
{
color: #851158;
}
.AnyTagClassName
{
color: #851158;
}
</style>
background-color css
<style>
a { background-color: #851158; }
a { background-color: rgb(133,17,88); }
div.DivClassName
{
background-color: #851158;
}
.BgClassName
{
background-color: #851158;
}
</style>
border-color css
<style>
span { border-color: #851158; }
span { border-color: rgb(133,17,88); }
td.TdClassName
{
border-color: #851158;
}
.TagClassName
{
border-color: #851158;
}
</style>