Shades of Purple #860B83
Tints of Purple #860B83
RGB
CMYK
RGB Variations
Color information
#860B83 (or 0x860B83) is known color: Purple. HEX triplet: 86, 0B and 83. RGB value is (134,11,131). Sum of RGB (Red+Green+Blue) = 134+11+131=276 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.55% from 276); Green value is 11 (4.69% from 255 or 3.99% from 276); Blue value is 131 (51.56% from 255 or 47.46% from 276); Max value from RGB is 134 - color contains mainly: red. Hex color #860B83 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860B83 is #79F47C. Grayscale: #3D3D3D. Windows color (decimal): -7992445 or 8588166. OLE color: 8588166.
HSL color Cylindrical-coordinate representation of color #860B83: hue angle of 301.46º 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 #860B83 is Cyan = 0, Magento = 0.92, Yellow = 0.02 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 11 | 131 | - |
| CMYK | 0 | 0.92 | 0.02 | 0.47 |
| HSL | 301.46º | 0.85% | 0.28% | - |
| HSV(B) | 301.46º | 0.92% | 0.53% | - |
| XYZ | 14.05 | 6.95 | 22.07 | - |
| YUV | 61.46 | 167.25 | 179.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 11 | 131 | 0 | 0.92 | 0.02 | 0.47 | 301.46 | 0.85 | 0.28 |
| Hex | 86 | B | 83 | 0 | 5C | 2 | 2F | 12D | 55 | 1C |
| Octal | 206 | 13 | 203 | 0 | 134 | 2 | 57 | 455 | 125 | 34 |
| Binary | 10000110 | 1011 | 10000011 | 0 | 1011100 | 10 | 101111 | 100101101 | 1010101 | 11100 |
Color Harmonies of #860B83
Complementary color
Monochromatic Colors of #860B83
Black with #860B83
Text Example
Text Example
White with #860B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860B83; }
p { color: rgb(134,11,131); }
H1.HeaderClassName
{
color: #860B83;
}
.AnyTagClassName
{
color: #860B83;
}
</style>
background-color css
<style>
a { background-color: #860B83; }
a { background-color: rgb(134,11,131); }
div.DivClassName
{
background-color: #860B83;
}
.BgClassName
{
background-color: #860B83;
}
</style>
border-color css
<style>
span { border-color: #860B83; }
span { border-color: rgb(134,11,131); }
td.TdClassName
{
border-color: #860B83;
}
.TagClassName
{
border-color: #860B83;
}
</style>