Shades of Eggplant #860159
Tints of Eggplant #860159
RGB
CMYK
RGB Variations
Color information
#860159 (or 0x860159) is known color: Eggplant. HEX triplet: 86, 01 and 59. RGB value is (134,1,89). Sum of RGB (Red+Green+Blue) = 134+1+89=224 (29% of max value = 765). Red value is 134 (52.73% from 255 or 59.82% from 224); Green value is 1 (0.78% from 255 or 0.45% from 224); Blue value is 89 (35.16% from 255 or 39.73% from 224); Max value from RGB is 134 - color contains mainly: red. Hex color #860159 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860159 is #79FEA6. Grayscale: #323232. Windows color (decimal): -7995047 or 5833094. OLE color: 5833094.
HSL color Cylindrical-coordinate representation of color #860159: hue angle of 320.3º 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 #860159 is Cyan = 0, Magento = 0.99, Yellow = 0.34 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 1 | 89 | - |
| CMYK | 0 | 0.99 | 0.34 | 0.47 |
| HSL | 320.3º | 0.99% | 0.26% | - |
| HSV(B) | 320.3º | 0.99% | 0.53% | - |
| XYZ | 11.65 | 5.81 | 9.96 | - |
| YUV | 50.8 | 149.56 | 187.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 1 | 89 | 0 | 0.99 | 0.34 | 0.47 | 320.3 | 0.99 | 0.26 |
| Hex | 86 | 1 | 59 | 0 | 63 | 22 | 2F | 140 | 63 | 1A |
| Octal | 206 | 1 | 131 | 0 | 143 | 42 | 57 | 500 | 143 | 32 |
| Binary | 10000110 | 1 | 1011001 | 0 | 1100011 | 100010 | 101111 | 101000000 | 1100011 | 11010 |
Color Harmonies of #860159
Complementary color
Monochromatic Colors of #860159
Black with #860159
Text Example
Text Example
White with #860159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860159; }
p { color: rgb(134,1,89); }
H1.HeaderClassName
{
color: #860159;
}
.AnyTagClassName
{
color: #860159;
}
</style>
background-color css
<style>
a { background-color: #860159; }
a { background-color: rgb(134,1,89); }
div.DivClassName
{
background-color: #860159;
}
.BgClassName
{
background-color: #860159;
}
</style>
border-color css
<style>
span { border-color: #860159; }
span { border-color: rgb(134,1,89); }
td.TdClassName
{
border-color: #860159;
}
.TagClassName
{
border-color: #860159;
}
</style>