Shades of Eggplant #860465
Tints of Eggplant #860465
RGB
CMYK
RGB Variations
Color information
#860465 (or 0x860465) is known color: Eggplant. HEX triplet: 86, 04 and 65. RGB value is (134,4,101). Sum of RGB (Red+Green+Blue) = 134+4+101=239 (31% of max value = 765). Red value is 134 (52.73% from 255 or 56.07% from 239); Green value is 4 (1.95% from 255 or 1.67% from 239); Blue value is 101 (39.84% from 255 or 42.26% from 239); Max value from RGB is 134 - color contains mainly: red. Hex color #860465 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860465 is #79FB9A. Grayscale: #353535. Windows color (decimal): -7994267 or 6620294. OLE color: 6620294.
HSL color Cylindrical-coordinate representation of color #860465: hue angle of 315.23º 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 #860465 is Cyan = 0, Magento = 0.97, Yellow = 0.25 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 4 | 101 | - |
| CMYK | 0 | 0.97 | 0.25 | 0.47 |
| HSL | 315.23º | 0.94% | 0.27% | - |
| HSV(B) | 315.23º | 0.97% | 0.53% | - |
| XYZ | 12.22 | 6.09 | 12.84 | - |
| YUV | 53.93 | 154.57 | 185.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 4 | 101 | 0 | 0.97 | 0.25 | 0.47 | 315.23 | 0.94 | 0.27 |
| Hex | 86 | 4 | 65 | 0 | 61 | 19 | 2F | 13B | 5E | 1B |
| Octal | 206 | 4 | 145 | 0 | 141 | 31 | 57 | 473 | 136 | 33 |
| Binary | 10000110 | 100 | 1100101 | 0 | 1100001 | 11001 | 101111 | 100111011 | 1011110 | 11011 |
Color Harmonies of #860465
Complementary color
Monochromatic Colors of #860465
Black with #860465
Text Example
Text Example
White with #860465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860465; }
p { color: rgb(134,4,101); }
H1.HeaderClassName
{
color: #860465;
}
.AnyTagClassName
{
color: #860465;
}
</style>
background-color css
<style>
a { background-color: #860465; }
a { background-color: rgb(134,4,101); }
div.DivClassName
{
background-color: #860465;
}
.BgClassName
{
background-color: #860465;
}
</style>
border-color css
<style>
span { border-color: #860465; }
span { border-color: rgb(134,4,101); }
td.TdClassName
{
border-color: #860465;
}
.TagClassName
{
border-color: #860465;
}
</style>