Shades of Purple #860B80
Tints of Purple #860B80
RGB
CMYK
RGB Variations
Color information
#860B80 (or 0x860B80) is known color: Purple. HEX triplet: 86, 0B and 80. RGB value is (134,11,128). Sum of RGB (Red+Green+Blue) = 134+11+128=273 (36% of max value = 765). Red value is 134 (52.73% from 255 or 49.08% from 273); Green value is 11 (4.69% from 255 or 4.03% from 273); Blue value is 128 (50.39% from 255 or 46.89% from 273); Max value from RGB is 134 - color contains mainly: red. Hex color #860B80 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860B80 is #79F47F. Grayscale: #3C3C3C. Windows color (decimal): -7992448 or 8391558. OLE color: 8391558.
HSL color Cylindrical-coordinate representation of color #860B80: hue angle of 302.93º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #860B80 is Cyan = 0, Magento = 0.92, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 11 | 128 | - |
| CMYK | 0 | 0.92 | 0.04 | 0.47 |
| HSL | 302.93º | 0.85% | 0.28% | - |
| HSV(B) | 302.93º | 0.92% | 0.53% | - |
| XYZ | 13.85 | 6.87 | 21.02 | - |
| YUV | 61.12 | 165.75 | 179.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 11 | 128 | 0 | 0.92 | 0.04 | 0.47 | 302.93 | 0.85 | 0.28 |
| Hex | 86 | B | 80 | 0 | 5C | 4 | 2F | 12F | 55 | 1C |
| Octal | 206 | 13 | 200 | 0 | 134 | 4 | 57 | 457 | 125 | 34 |
| Binary | 10000110 | 1011 | 10000000 | 0 | 1011100 | 100 | 101111 | 100101111 | 1010101 | 11100 |
Color Harmonies of #860B80
Complementary color
Monochromatic Colors of #860B80
Black with #860B80
Text Example
Text Example
White with #860B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860B80; }
p { color: rgb(134,11,128); }
H1.HeaderClassName
{
color: #860B80;
}
.AnyTagClassName
{
color: #860B80;
}
</style>
background-color css
<style>
a { background-color: #860B80; }
a { background-color: rgb(134,11,128); }
div.DivClassName
{
background-color: #860B80;
}
.BgClassName
{
background-color: #860B80;
}
</style>
border-color css
<style>
span { border-color: #860B80; }
span { border-color: rgb(134,11,128); }
td.TdClassName
{
border-color: #860B80;
}
.TagClassName
{
border-color: #860B80;
}
</style>