Shades of Eggplant #860362
Tints of Eggplant #860362
RGB
CMYK
RGB Variations
Color information
#860362 (or 0x860362) is known color: Eggplant. HEX triplet: 86, 03 and 62. RGB value is (134,3,98). Sum of RGB (Red+Green+Blue) = 134+3+98=235 (31% of max value = 765). Red value is 134 (52.73% from 255 or 57.02% from 235); Green value is 3 (1.56% from 255 or 1.28% from 235); Blue value is 98 (38.67% from 255 or 41.70% from 235); Max value from RGB is 134 - color contains mainly: red. Hex color #860362 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860362 is #79FC9D. Grayscale: #343434. Windows color (decimal): -7994526 or 6423430. OLE color: 6423430.
HSL color Cylindrical-coordinate representation of color #860362: hue angle of 316.49º 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 #860362 is Cyan = 0, Magento = 0.98, Yellow = 0.27 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 3 | 98 | - |
| CMYK | 0 | 0.98 | 0.27 | 0.47 |
| HSL | 316.49º | 0.96% | 0.27% | - |
| HSV(B) | 316.49º | 0.98% | 0.53% | - |
| XYZ | 12.07 | 6.02 | 12.08 | - |
| YUV | 53 | 153.4 | 185.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 3 | 98 | 0 | 0.98 | 0.27 | 0.47 | 316.49 | 0.96 | 0.27 |
| Hex | 86 | 3 | 62 | 0 | 62 | 1B | 2F | 13C | 60 | 1B |
| Octal | 206 | 3 | 142 | 0 | 142 | 33 | 57 | 474 | 140 | 33 |
| Binary | 10000110 | 11 | 1100010 | 0 | 1100010 | 11011 | 101111 | 100111100 | 1100000 | 11011 |
Color Harmonies of #860362
Complementary color
Monochromatic Colors of #860362
Black with #860362
Text Example
Text Example
White with #860362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860362; }
p { color: rgb(134,3,98); }
H1.HeaderClassName
{
color: #860362;
}
.AnyTagClassName
{
color: #860362;
}
</style>
background-color css
<style>
a { background-color: #860362; }
a { background-color: rgb(134,3,98); }
div.DivClassName
{
background-color: #860362;
}
.BgClassName
{
background-color: #860362;
}
</style>
border-color css
<style>
span { border-color: #860362; }
span { border-color: rgb(134,3,98); }
td.TdClassName
{
border-color: #860362;
}
.TagClassName
{
border-color: #860362;
}
</style>