Shades of Purple #860F82
Tints of Purple #860F82
RGB
CMYK
RGB Variations
Color information
#860F82 (or 0x860F82) is known color: Purple. HEX triplet: 86, 0F and 82. RGB value is (134,15,130). Sum of RGB (Red+Green+Blue) = 134+15+130=279 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.03% from 279); Green value is 15 (6.25% from 255 or 5.38% from 279); Blue value is 130 (51.17% from 255 or 46.59% from 279); Max value from RGB is 134 - color contains mainly: red. Hex color #860F82 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860F82 is #79F07D. Grayscale: #3F3F3F. Windows color (decimal): -7991422 or 8523654. OLE color: 8523654.
HSL color Cylindrical-coordinate representation of color #860F82: hue angle of 302.02º 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 #860F82 is Cyan = 0, Magento = 0.89, Yellow = 0.03 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 15 | 130 | - |
| CMYK | 0 | 0.89 | 0.03 | 0.47 |
| HSL | 302.02º | 0.8% | 0.29% | - |
| HSV(B) | 302.02º | 0.89% | 0.53% | - |
| XYZ | 14.03 | 7.02 | 21.73 | - |
| YUV | 63.69 | 165.42 | 178.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 15 | 130 | 0 | 0.89 | 0.03 | 0.47 | 302.02 | 0.8 | 0.29 |
| Hex | 86 | F | 82 | 0 | 59 | 3 | 2F | 12E | 50 | 1D |
| Octal | 206 | 17 | 202 | 0 | 131 | 3 | 57 | 456 | 120 | 35 |
| Binary | 10000110 | 1111 | 10000010 | 0 | 1011001 | 11 | 101111 | 100101110 | 1010000 | 11101 |
Color Harmonies of #860F82
Complementary color
Monochromatic Colors of #860F82
Black with #860F82
Text Example
Text Example
White with #860F82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860F82; }
p { color: rgb(134,15,130); }
H1.HeaderClassName
{
color: #860F82;
}
.AnyTagClassName
{
color: #860F82;
}
</style>
background-color css
<style>
a { background-color: #860F82; }
a { background-color: rgb(134,15,130); }
div.DivClassName
{
background-color: #860F82;
}
.BgClassName
{
background-color: #860F82;
}
</style>
border-color css
<style>
span { border-color: #860F82; }
span { border-color: rgb(134,15,130); }
td.TdClassName
{
border-color: #860F82;
}
.TagClassName
{
border-color: #860F82;
}
</style>