Shades of Eggplant #861157
Tints of Eggplant #861157
RGB
CMYK
RGB Variations
Color information
#861157 (or 0x861157) is known color: Eggplant. HEX triplet: 86, 11 and 57. RGB value is (134,17,87). Sum of RGB (Red+Green+Blue) = 134+17+87=238 (31% of max value = 765). Red value is 134 (52.73% from 255 or 56.30% from 238); Green value is 17 (7.03% from 255 or 7.14% from 238); Blue value is 87 (34.38% from 255 or 36.55% from 238); Max value from RGB is 134 - color contains mainly: red. Hex color #861157 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #861157 is #79EEA8. Grayscale: #3B3B3B. Windows color (decimal): -7990953 or 5706118. OLE color: 5706118.
HSL color Cylindrical-coordinate representation of color #861157: hue angle of 324.1º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #861157 is Cyan = 0, Magento = 0.87, Yellow = 0.35 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 17 | 87 | - |
| CMYK | 0 | 0.87 | 0.35 | 0.47 |
| HSL | 324.1º | 0.77% | 0.3% | - |
| HSV(B) | 324.1º | 0.87% | 0.53% | - |
| XYZ | 11.75 | 6.16 | 9.59 | - |
| YUV | 59.96 | 143.26 | 180.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 17 | 87 | 0 | 0.87 | 0.35 | 0.47 | 324.1 | 0.77 | 0.3 |
| Hex | 86 | 11 | 57 | 0 | 57 | 23 | 2F | 144 | 4D | 1E |
| Octal | 206 | 21 | 127 | 0 | 127 | 43 | 57 | 504 | 115 | 36 |
| Binary | 10000110 | 10001 | 1010111 | 0 | 1010111 | 100011 | 101111 | 101000100 | 1001101 | 11110 |
Color Harmonies of #861157
Complementary color
Monochromatic Colors of #861157
Black with #861157
Text Example
Text Example
White with #861157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861157; }
p { color: rgb(134,17,87); }
H1.HeaderClassName
{
color: #861157;
}
.AnyTagClassName
{
color: #861157;
}
</style>
background-color css
<style>
a { background-color: #861157; }
a { background-color: rgb(134,17,87); }
div.DivClassName
{
background-color: #861157;
}
.BgClassName
{
background-color: #861157;
}
</style>
border-color css
<style>
span { border-color: #861157; }
span { border-color: rgb(134,17,87); }
td.TdClassName
{
border-color: #861157;
}
.TagClassName
{
border-color: #861157;
}
</style>