Shades of Purple #860F80
Tints of Purple #860F80
RGB
CMYK
RGB Variations
Color information
#860F80 (or 0x860F80) is known color: Purple. HEX triplet: 86, 0F and 80. RGB value is (134,15,128). Sum of RGB (Red+Green+Blue) = 134+15+128=277 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.38% from 277); Green value is 15 (6.25% from 255 or 5.42% from 277); Blue value is 128 (50.39% from 255 or 46.21% from 277); Max value from RGB is 134 - color contains mainly: red. Hex color #860F80 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860F80 is #79F07F. Grayscale: #3F3F3F. Windows color (decimal): -7991424 or 8392582. OLE color: 8392582.
HSL color Cylindrical-coordinate representation of color #860F80: hue angle of 303.03º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #860F80 is Cyan = 0, Magento = 0.89, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 15 | 128 | - |
| CMYK | 0 | 0.89 | 0.04 | 0.47 |
| HSL | 303.03º | 0.8% | 0.29% | - |
| HSV(B) | 303.03º | 0.89% | 0.53% | - |
| XYZ | 13.9 | 6.97 | 21.03 | - |
| YUV | 63.46 | 164.42 | 178.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 15 | 128 | 0 | 0.89 | 0.04 | 0.47 | 303.03 | 0.8 | 0.29 |
| Hex | 86 | F | 80 | 0 | 59 | 4 | 2F | 12F | 50 | 1D |
| Octal | 206 | 17 | 200 | 0 | 131 | 4 | 57 | 457 | 120 | 35 |
| Binary | 10000110 | 1111 | 10000000 | 0 | 1011001 | 100 | 101111 | 100101111 | 1010000 | 11101 |
Color Harmonies of #860F80
Complementary color
Monochromatic Colors of #860F80
Black with #860F80
Text Example
Text Example
White with #860F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860F80; }
p { color: rgb(134,15,128); }
H1.HeaderClassName
{
color: #860F80;
}
.AnyTagClassName
{
color: #860F80;
}
</style>
background-color css
<style>
a { background-color: #860F80; }
a { background-color: rgb(134,15,128); }
div.DivClassName
{
background-color: #860F80;
}
.BgClassName
{
background-color: #860F80;
}
</style>
border-color css
<style>
span { border-color: #860F80; }
span { border-color: rgb(134,15,128); }
td.TdClassName
{
border-color: #860F80;
}
.TagClassName
{
border-color: #860F80;
}
</style>