Shades of Purple #860F83
Tints of Purple #860F83
RGB
CMYK
RGB Variations
Color information
#860F83 (or 0x860F83) is known color: Purple. HEX triplet: 86, 0F and 83. RGB value is (134,15,131). Sum of RGB (Red+Green+Blue) = 134+15+131=280 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.86% from 280); Green value is 15 (6.25% from 255 or 5.36% from 280); Blue value is 131 (51.56% from 255 or 46.79% from 280); Max value from RGB is 134 - color contains mainly: red. Hex color #860F83 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860F83 is #79F07C. Grayscale: #3F3F3F. Windows color (decimal): -7991421 or 8589190. OLE color: 8589190.
HSL color Cylindrical-coordinate representation of color #860F83: hue angle of 301.51º 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 #860F83 is Cyan = 0, Magento = 0.89, Yellow = 0.02 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 15 | 131 | - |
| CMYK | 0 | 0.89 | 0.02 | 0.47 |
| HSL | 301.51º | 0.8% | 0.29% | - |
| HSV(B) | 301.51º | 0.89% | 0.53% | - |
| XYZ | 14.1 | 7.05 | 22.09 | - |
| YUV | 63.81 | 165.92 | 178.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 15 | 131 | 0 | 0.89 | 0.02 | 0.47 | 301.51 | 0.8 | 0.29 |
| Hex | 86 | F | 83 | 0 | 59 | 2 | 2F | 12E | 50 | 1D |
| Octal | 206 | 17 | 203 | 0 | 131 | 2 | 57 | 456 | 120 | 35 |
| Binary | 10000110 | 1111 | 10000011 | 0 | 1011001 | 10 | 101111 | 100101110 | 1010000 | 11101 |
Color Harmonies of #860F83
Complementary color
Monochromatic Colors of #860F83
Black with #860F83
Text Example
Text Example
White with #860F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860F83; }
p { color: rgb(134,15,131); }
H1.HeaderClassName
{
color: #860F83;
}
.AnyTagClassName
{
color: #860F83;
}
</style>
background-color css
<style>
a { background-color: #860F83; }
a { background-color: rgb(134,15,131); }
div.DivClassName
{
background-color: #860F83;
}
.BgClassName
{
background-color: #860F83;
}
</style>
border-color css
<style>
span { border-color: #860F83; }
span { border-color: rgb(134,15,131); }
td.TdClassName
{
border-color: #860F83;
}
.TagClassName
{
border-color: #860F83;
}
</style>