Shades of Eggplant #860363
Tints of Eggplant #860363
RGB
CMYK
RGB Variations
Color information
#860363 (or 0x860363) is known color: Eggplant. HEX triplet: 86, 03 and 63. RGB value is (134,3,99). Sum of RGB (Red+Green+Blue) = 134+3+99=236 (31% of max value = 765). Red value is 134 (52.73% from 255 or 56.78% from 236); Green value is 3 (1.56% from 255 or 1.27% from 236); Blue value is 99 (39.06% from 255 or 41.95% from 236); Max value from RGB is 134 - color contains mainly: red. Hex color #860363 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860363 is #79FC9C. Grayscale: #343434. Windows color (decimal): -7994525 or 6488966. OLE color: 6488966.
HSL color Cylindrical-coordinate representation of color #860363: hue angle of 316.03º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #860363 is Cyan = 0, Magento = 0.98, Yellow = 0.26 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 3 | 99 | - |
| CMYK | 0 | 0.98 | 0.26 | 0.47 |
| HSL | 316.03º | 0.96% | 0.27% | - |
| HSV(B) | 316.03º | 0.98% | 0.53% | - |
| XYZ | 12.12 | 6.03 | 12.33 | - |
| YUV | 53.11 | 153.9 | 185.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 3 | 99 | 0 | 0.98 | 0.26 | 0.47 | 316.03 | 0.96 | 0.27 |
| Hex | 86 | 3 | 63 | 0 | 62 | 1A | 2F | 13C | 60 | 1B |
| Octal | 206 | 3 | 143 | 0 | 142 | 32 | 57 | 474 | 140 | 33 |
| Binary | 10000110 | 11 | 1100011 | 0 | 1100010 | 11010 | 101111 | 100111100 | 1100000 | 11011 |
Color Harmonies of #860363
Complementary color
Monochromatic Colors of #860363
Black with #860363
Text Example
Text Example
White with #860363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860363; }
p { color: rgb(134,3,99); }
H1.HeaderClassName
{
color: #860363;
}
.AnyTagClassName
{
color: #860363;
}
</style>
background-color css
<style>
a { background-color: #860363; }
a { background-color: rgb(134,3,99); }
div.DivClassName
{
background-color: #860363;
}
.BgClassName
{
background-color: #860363;
}
</style>
border-color css
<style>
span { border-color: #860363; }
span { border-color: rgb(134,3,99); }
td.TdClassName
{
border-color: #860363;
}
.TagClassName
{
border-color: #860363;
}
</style>