Shades of Purple #860E84
Tints of Purple #860E84
RGB
CMYK
RGB Variations
Color information
#860E84 (or 0x860E84) is known color: Purple. HEX triplet: 86, 0E and 84. RGB value is (134,14,132). Sum of RGB (Red+Green+Blue) = 134+14+132=280 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.86% from 280); Green value is 14 (5.86% from 255 or 5% from 280); Blue value is 132 (51.95% from 255 or 47.14% from 280); Max value from RGB is 134 - color contains mainly: red. Hex color #860E84 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860E84 is #79F17B. Grayscale: #3E3E3E. Windows color (decimal): -7991676 or 8654470. OLE color: 8654470.
HSL color Cylindrical-coordinate representation of color #860E84: hue angle of 301º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #860E84 is Cyan = 0, Magento = 0.90, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 14 | 132 | - |
| CMYK | 0 | 0.90 | 0.01 | 0.47 |
| HSL | 301º | 0.81% | 0.29% | - |
| HSV(B) | 301º | 0.9% | 0.53% | - |
| XYZ | 14.15 | 7.05 | 22.44 | - |
| YUV | 63.33 | 166.76 | 178.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 14 | 132 | 0 | 0.90 | 0.01 | 0.47 | 301 | 0.81 | 0.29 |
| Hex | 86 | E | 84 | 0 | 5A | 1 | 2F | 12D | 51 | 1D |
| Octal | 206 | 16 | 204 | 0 | 132 | 1 | 57 | 455 | 121 | 35 |
| Binary | 10000110 | 1110 | 10000100 | 0 | 1011010 | 1 | 101111 | 100101101 | 1010001 | 11101 |
Color Harmonies of #860E84
Complementary color
Monochromatic Colors of #860E84
Black with #860E84
Text Example
Text Example
White with #860E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860E84; }
p { color: rgb(134,14,132); }
H1.HeaderClassName
{
color: #860E84;
}
.AnyTagClassName
{
color: #860E84;
}
</style>
background-color css
<style>
a { background-color: #860E84; }
a { background-color: rgb(134,14,132); }
div.DivClassName
{
background-color: #860E84;
}
.BgClassName
{
background-color: #860E84;
}
</style>
border-color css
<style>
span { border-color: #860E84; }
span { border-color: rgb(134,14,132); }
td.TdClassName
{
border-color: #860E84;
}
.TagClassName
{
border-color: #860E84;
}
</style>