Shades of Eggplant #860263
Tints of Eggplant #860263
RGB
CMYK
RGB Variations
Color information
#860263 (or 0x860263) is known color: Eggplant. HEX triplet: 86, 02 and 63. RGB value is (134,2,99). Sum of RGB (Red+Green+Blue) = 134+2+99=235 (31% of max value = 765). Red value is 134 (52.73% from 255 or 57.02% from 235); Green value is 2 (1.17% from 255 or 0.85% from 235); Blue value is 99 (39.06% from 255 or 42.13% from 235); Max value from RGB is 134 - color contains mainly: red. Hex color #860263 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860263 is #79FD9C. Grayscale: #343434. Windows color (decimal): -7994781 or 6488710. OLE color: 6488710.
HSL color Cylindrical-coordinate representation of color #860263: hue angle of 315.91º 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 #860263 is Cyan = 0, Magento = 0.99, Yellow = 0.26 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 2 | 99 | - |
| CMYK | 0 | 0.99 | 0.26 | 0.47 |
| HSL | 315.91º | 0.97% | 0.27% | - |
| HSV(B) | 315.91º | 0.99% | 0.53% | - |
| XYZ | 12.11 | 6.01 | 12.33 | - |
| YUV | 52.53 | 154.23 | 186.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 2 | 99 | 0 | 0.99 | 0.26 | 0.47 | 315.91 | 0.97 | 0.27 |
| Hex | 86 | 2 | 63 | 0 | 63 | 1A | 2F | 13C | 61 | 1B |
| Octal | 206 | 2 | 143 | 0 | 143 | 32 | 57 | 474 | 141 | 33 |
| Binary | 10000110 | 10 | 1100011 | 0 | 1100011 | 11010 | 101111 | 100111100 | 1100001 | 11011 |
Color Harmonies of #860263
Complementary color
Monochromatic Colors of #860263
Black with #860263
Text Example
Text Example
White with #860263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860263; }
p { color: rgb(134,2,99); }
H1.HeaderClassName
{
color: #860263;
}
.AnyTagClassName
{
color: #860263;
}
</style>
background-color css
<style>
a { background-color: #860263; }
a { background-color: rgb(134,2,99); }
div.DivClassName
{
background-color: #860263;
}
.BgClassName
{
background-color: #860263;
}
</style>
border-color css
<style>
span { border-color: #860263; }
span { border-color: rgb(134,2,99); }
td.TdClassName
{
border-color: #860263;
}
.TagClassName
{
border-color: #860263;
}
</style>