Shades of Purple #860C82
Tints of Purple #860C82
RGB
CMYK
RGB Variations
Color information
#860C82 (or 0x860C82) is known color: Purple. HEX triplet: 86, 0C and 82. RGB value is (134,12,130). Sum of RGB (Red+Green+Blue) = 134+12+130=276 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.55% from 276); Green value is 12 (5.08% from 255 or 4.35% from 276); Blue value is 130 (51.17% from 255 or 47.10% from 276); Max value from RGB is 134 - color contains mainly: red. Hex color #860C82 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860C82 is #79F37D. Grayscale: #3D3D3D. Windows color (decimal): -7992190 or 8522886. OLE color: 8522886.
HSL color Cylindrical-coordinate representation of color #860C82: hue angle of 301.97º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #860C82 is Cyan = 0, Magento = 0.91, Yellow = 0.03 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 12 | 130 | - |
| CMYK | 0 | 0.91 | 0.03 | 0.47 |
| HSL | 301.97º | 0.84% | 0.29% | - |
| HSV(B) | 301.97º | 0.91% | 0.53% | - |
| XYZ | 13.99 | 6.94 | 21.72 | - |
| YUV | 61.93 | 166.42 | 179.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 12 | 130 | 0 | 0.91 | 0.03 | 0.47 | 301.97 | 0.84 | 0.29 |
| Hex | 86 | C | 82 | 0 | 5B | 3 | 2F | 12E | 54 | 1D |
| Octal | 206 | 14 | 202 | 0 | 133 | 3 | 57 | 456 | 124 | 35 |
| Binary | 10000110 | 1100 | 10000010 | 0 | 1011011 | 11 | 101111 | 100101110 | 1010100 | 11101 |
Color Harmonies of #860C82
Complementary color
Monochromatic Colors of #860C82
Black with #860C82
Text Example
Text Example
White with #860C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860C82; }
p { color: rgb(134,12,130); }
H1.HeaderClassName
{
color: #860C82;
}
.AnyTagClassName
{
color: #860C82;
}
</style>
background-color css
<style>
a { background-color: #860C82; }
a { background-color: rgb(134,12,130); }
div.DivClassName
{
background-color: #860C82;
}
.BgClassName
{
background-color: #860C82;
}
</style>
border-color css
<style>
span { border-color: #860C82; }
span { border-color: rgb(134,12,130); }
td.TdClassName
{
border-color: #860C82;
}
.TagClassName
{
border-color: #860C82;
}
</style>