Shades of Eggplant #860155
Tints of Eggplant #860155
RGB
CMYK
RGB Variations
Color information
#860155 (or 0x860155) is known color: Eggplant. HEX triplet: 86, 01 and 55. RGB value is (134,1,85). Sum of RGB (Red+Green+Blue) = 134+1+85=220 (29% of max value = 765). Red value is 134 (52.73% from 255 or 60.91% from 220); Green value is 1 (0.78% from 255 or 0.45% from 220); Blue value is 85 (33.59% from 255 or 38.64% from 220); Max value from RGB is 134 - color contains mainly: red. Hex color #860155 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860155 is #79FEAA. Grayscale: #323232. Windows color (decimal): -7995051 or 5570950. OLE color: 5570950.
HSL color Cylindrical-coordinate representation of color #860155: hue angle of 322.11º 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 #860155 is Cyan = 0, Magento = 0.99, Yellow = 0.37 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 1 | 85 | - |
| CMYK | 0 | 0.99 | 0.37 | 0.47 |
| HSL | 322.11º | 0.99% | 0.26% | - |
| HSV(B) | 322.11º | 0.99% | 0.53% | - |
| XYZ | 11.48 | 5.75 | 9.1 | - |
| YUV | 50.34 | 147.56 | 187.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 1 | 85 | 0 | 0.99 | 0.37 | 0.47 | 322.11 | 0.99 | 0.26 |
| Hex | 86 | 1 | 55 | 0 | 63 | 25 | 2F | 142 | 63 | 1A |
| Octal | 206 | 1 | 125 | 0 | 143 | 45 | 57 | 502 | 143 | 32 |
| Binary | 10000110 | 1 | 1010101 | 0 | 1100011 | 100101 | 101111 | 101000010 | 1100011 | 11010 |
Color Harmonies of #860155
Complementary color
Monochromatic Colors of #860155
Black with #860155
Text Example
Text Example
White with #860155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860155; }
p { color: rgb(134,1,85); }
H1.HeaderClassName
{
color: #860155;
}
.AnyTagClassName
{
color: #860155;
}
</style>
background-color css
<style>
a { background-color: #860155; }
a { background-color: rgb(134,1,85); }
div.DivClassName
{
background-color: #860155;
}
.BgClassName
{
background-color: #860155;
}
</style>
border-color css
<style>
span { border-color: #860155; }
span { border-color: rgb(134,1,85); }
td.TdClassName
{
border-color: #860155;
}
.TagClassName
{
border-color: #860155;
}
</style>