Shades of Eggplant #860962
Tints of Eggplant #860962
RGB
CMYK
RGB Variations
Color information
#860962 (or 0x860962) is known color: Eggplant. HEX triplet: 86, 09 and 62. RGB value is (134,9,98). Sum of RGB (Red+Green+Blue) = 134+9+98=241 (31% of max value = 765). Red value is 134 (52.73% from 255 or 55.60% from 241); Green value is 9 (3.91% from 255 or 3.73% from 241); Blue value is 98 (38.67% from 255 or 40.66% from 241); Max value from RGB is 134 - color contains mainly: red. Hex color #860962 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860962 is #79F69D. Grayscale: #383838. Windows color (decimal): -7992990 or 6424966. OLE color: 6424966.
HSL color Cylindrical-coordinate representation of color #860962: hue angle of 317.28º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #860962 is Cyan = 0, Magento = 0.93, Yellow = 0.27 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 9 | 98 | - |
| CMYK | 0 | 0.93 | 0.27 | 0.47 |
| HSL | 317.28º | 0.87% | 0.28% | - |
| HSV(B) | 317.28º | 0.93% | 0.53% | - |
| XYZ | 12.13 | 6.15 | 12.1 | - |
| YUV | 56.52 | 151.41 | 183.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 9 | 98 | 0 | 0.93 | 0.27 | 0.47 | 317.28 | 0.87 | 0.28 |
| Hex | 86 | 9 | 62 | 0 | 5D | 1B | 2F | 13D | 57 | 1C |
| Octal | 206 | 11 | 142 | 0 | 135 | 33 | 57 | 475 | 127 | 34 |
| Binary | 10000110 | 1001 | 1100010 | 0 | 1011101 | 11011 | 101111 | 100111101 | 1010111 | 11100 |
Color Harmonies of #860962
Complementary color
Monochromatic Colors of #860962
Black with #860962
Text Example
Text Example
White with #860962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860962; }
p { color: rgb(134,9,98); }
H1.HeaderClassName
{
color: #860962;
}
.AnyTagClassName
{
color: #860962;
}
</style>
background-color css
<style>
a { background-color: #860962; }
a { background-color: rgb(134,9,98); }
div.DivClassName
{
background-color: #860962;
}
.BgClassName
{
background-color: #860962;
}
</style>
border-color css
<style>
span { border-color: #860962; }
span { border-color: rgb(134,9,98); }
td.TdClassName
{
border-color: #860962;
}
.TagClassName
{
border-color: #860962;
}
</style>