Shades of Eggplant #860256
Tints of Eggplant #860256
RGB
CMYK
RGB Variations
Color information
#860256 (or 0x860256) is known color: Eggplant. HEX triplet: 86, 02 and 56. RGB value is (134,2,86). Sum of RGB (Red+Green+Blue) = 134+2+86=222 (29% of max value = 765). Red value is 134 (52.73% from 255 or 60.36% from 222); Green value is 2 (1.17% from 255 or 0.90% from 222); Blue value is 86 (33.98% from 255 or 38.74% from 222); Max value from RGB is 134 - color contains mainly: red. Hex color #860256 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860256 is #79FDA9. Grayscale: #323232. Windows color (decimal): -7994794 or 5636742. OLE color: 5636742.
HSL color Cylindrical-coordinate representation of color #860256: hue angle of 321.82º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #860256 is Cyan = 0, Magento = 0.99, Yellow = 0.36 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 2 | 86 | - |
| CMYK | 0 | 0.99 | 0.36 | 0.47 |
| HSL | 321.82º | 0.97% | 0.27% | - |
| HSV(B) | 321.82º | 0.99% | 0.53% | - |
| XYZ | 11.53 | 5.78 | 9.31 | - |
| YUV | 51.04 | 147.73 | 187.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 2 | 86 | 0 | 0.99 | 0.36 | 0.47 | 321.82 | 0.97 | 0.27 |
| Hex | 86 | 2 | 56 | 0 | 63 | 24 | 2F | 142 | 61 | 1B |
| Octal | 206 | 2 | 126 | 0 | 143 | 44 | 57 | 502 | 141 | 33 |
| Binary | 10000110 | 10 | 1010110 | 0 | 1100011 | 100100 | 101111 | 101000010 | 1100001 | 11011 |
Color Harmonies of #860256
Complementary color
Monochromatic Colors of #860256
Black with #860256
Text Example
Text Example
White with #860256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860256; }
p { color: rgb(134,2,86); }
H1.HeaderClassName
{
color: #860256;
}
.AnyTagClassName
{
color: #860256;
}
</style>
background-color css
<style>
a { background-color: #860256; }
a { background-color: rgb(134,2,86); }
div.DivClassName
{
background-color: #860256;
}
.BgClassName
{
background-color: #860256;
}
</style>
border-color css
<style>
span { border-color: #860256; }
span { border-color: rgb(134,2,86); }
td.TdClassName
{
border-color: #860256;
}
.TagClassName
{
border-color: #860256;
}
</style>