Shades of Eggplant #860455
Tints of Eggplant #860455
RGB
CMYK
RGB Variations
Color information
#860455 (or 0x860455) is known color: Eggplant. HEX triplet: 86, 04 and 55. RGB value is (134,4,85). Sum of RGB (Red+Green+Blue) = 134+4+85=223 (29% of max value = 765). Red value is 134 (52.73% from 255 or 60.09% from 223); Green value is 4 (1.95% from 255 or 1.79% from 223); Blue value is 85 (33.59% from 255 or 38.12% from 223); Max value from RGB is 134 - color contains mainly: red. Hex color #860455 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860455 is #79FBAA. Grayscale: #333333. Windows color (decimal): -7994283 or 5571718. OLE color: 5571718.
HSL color Cylindrical-coordinate representation of color #860455: hue angle of 322.62º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #860455 is Cyan = 0, Magento = 0.97, Yellow = 0.37 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 4 | 85 | - |
| CMYK | 0 | 0.97 | 0.37 | 0.47 |
| HSL | 322.62º | 0.94% | 0.27% | - |
| HSV(B) | 322.62º | 0.97% | 0.53% | - |
| XYZ | 11.51 | 5.81 | 9.11 | - |
| YUV | 52.1 | 146.57 | 186.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 4 | 85 | 0 | 0.97 | 0.37 | 0.47 | 322.62 | 0.94 | 0.27 |
| Hex | 86 | 4 | 55 | 0 | 61 | 25 | 2F | 143 | 5E | 1B |
| Octal | 206 | 4 | 125 | 0 | 141 | 45 | 57 | 503 | 136 | 33 |
| Binary | 10000110 | 100 | 1010101 | 0 | 1100001 | 100101 | 101111 | 101000011 | 1011110 | 11011 |
Color Harmonies of #860455
Complementary color
Monochromatic Colors of #860455
Black with #860455
Text Example
Text Example
White with #860455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860455; }
p { color: rgb(134,4,85); }
H1.HeaderClassName
{
color: #860455;
}
.AnyTagClassName
{
color: #860455;
}
</style>
background-color css
<style>
a { background-color: #860455; }
a { background-color: rgb(134,4,85); }
div.DivClassName
{
background-color: #860455;
}
.BgClassName
{
background-color: #860455;
}
</style>
border-color css
<style>
span { border-color: #860455; }
span { border-color: rgb(134,4,85); }
td.TdClassName
{
border-color: #860455;
}
.TagClassName
{
border-color: #860455;
}
</style>