Shades of Eggplant #860157
Tints of Eggplant #860157
RGB
CMYK
RGB Variations
Color information
#860157 (or 0x860157) is known color: Eggplant. HEX triplet: 86, 01 and 57. RGB value is (134,1,87). Sum of RGB (Red+Green+Blue) = 134+1+87=222 (29% of max value = 765). Red value is 134 (52.73% from 255 or 60.36% from 222); Green value is 1 (0.78% from 255 or 0.45% from 222); Blue value is 87 (34.38% from 255 or 39.19% from 222); Max value from RGB is 134 - color contains mainly: red. Hex color #860157 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860157 is #79FEA8. Grayscale: #323232. Windows color (decimal): -7995049 or 5702022. OLE color: 5702022.
HSL color Cylindrical-coordinate representation of color #860157: hue angle of 321.2º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #860157 is Cyan = 0, Magento = 0.99, Yellow = 0.35 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 1 | 87 | - |
| CMYK | 0 | 0.99 | 0.35 | 0.47 |
| HSL | 321.2º | 0.99% | 0.26% | - |
| HSV(B) | 321.2º | 0.99% | 0.53% | - |
| XYZ | 11.56 | 5.78 | 9.52 | - |
| YUV | 50.57 | 148.56 | 187.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 1 | 87 | 0 | 0.99 | 0.35 | 0.47 | 321.2 | 0.99 | 0.26 |
| Hex | 86 | 1 | 57 | 0 | 63 | 23 | 2F | 141 | 63 | 1A |
| Octal | 206 | 1 | 127 | 0 | 143 | 43 | 57 | 501 | 143 | 32 |
| Binary | 10000110 | 1 | 1010111 | 0 | 1100011 | 100011 | 101111 | 101000001 | 1100011 | 11010 |
Color Harmonies of #860157
Complementary color
Monochromatic Colors of #860157
Black with #860157
Text Example
Text Example
White with #860157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860157; }
p { color: rgb(134,1,87); }
H1.HeaderClassName
{
color: #860157;
}
.AnyTagClassName
{
color: #860157;
}
</style>
background-color css
<style>
a { background-color: #860157; }
a { background-color: rgb(134,1,87); }
div.DivClassName
{
background-color: #860157;
}
.BgClassName
{
background-color: #860157;
}
</style>
border-color css
<style>
span { border-color: #860157; }
span { border-color: rgb(134,1,87); }
td.TdClassName
{
border-color: #860157;
}
.TagClassName
{
border-color: #860157;
}
</style>