Shades of Eggplant #860463
Tints of Eggplant #860463
RGB
CMYK
RGB Variations
Color information
#860463 (or 0x860463) is known color: Eggplant. HEX triplet: 86, 04 and 63. RGB value is (134,4,99). Sum of RGB (Red+Green+Blue) = 134+4+99=237 (31% of max value = 765). Red value is 134 (52.73% from 255 or 56.54% from 237); Green value is 4 (1.95% from 255 or 1.69% from 237); Blue value is 99 (39.06% from 255 or 41.77% from 237); Max value from RGB is 134 - color contains mainly: red. Hex color #860463 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860463 is #79FB9C. Grayscale: #353535. Windows color (decimal): -7994269 or 6489222. OLE color: 6489222.
HSL color Cylindrical-coordinate representation of color #860463: hue angle of 316.15º 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 #860463 is Cyan = 0, Magento = 0.97, Yellow = 0.26 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 4 | 99 | - |
| CMYK | 0 | 0.97 | 0.26 | 0.47 |
| HSL | 316.15º | 0.94% | 0.27% | - |
| HSV(B) | 316.15º | 0.97% | 0.53% | - |
| XYZ | 12.13 | 6.06 | 12.33 | - |
| YUV | 53.7 | 153.57 | 185.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 4 | 99 | 0 | 0.97 | 0.26 | 0.47 | 316.15 | 0.94 | 0.27 |
| Hex | 86 | 4 | 63 | 0 | 61 | 1A | 2F | 13C | 5E | 1B |
| Octal | 206 | 4 | 143 | 0 | 141 | 32 | 57 | 474 | 136 | 33 |
| Binary | 10000110 | 100 | 1100011 | 0 | 1100001 | 11010 | 101111 | 100111100 | 1011110 | 11011 |
Color Harmonies of #860463
Complementary color
Monochromatic Colors of #860463
Black with #860463
Text Example
Text Example
White with #860463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860463; }
p { color: rgb(134,4,99); }
H1.HeaderClassName
{
color: #860463;
}
.AnyTagClassName
{
color: #860463;
}
</style>
background-color css
<style>
a { background-color: #860463; }
a { background-color: rgb(134,4,99); }
div.DivClassName
{
background-color: #860463;
}
.BgClassName
{
background-color: #860463;
}
</style>
border-color css
<style>
span { border-color: #860463; }
span { border-color: rgb(134,4,99); }
td.TdClassName
{
border-color: #860463;
}
.TagClassName
{
border-color: #860463;
}
</style>