Shades of Purple #860D84
Tints of Purple #860D84
RGB
CMYK
RGB Variations
Color information
#860D84 (or 0x860D84) is known color: Purple. HEX triplet: 86, 0D and 84. RGB value is (134,13,132). Sum of RGB (Red+Green+Blue) = 134+13+132=279 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.03% from 279); Green value is 13 (5.47% from 255 or 4.66% from 279); Blue value is 132 (51.95% from 255 or 47.31% from 279); Max value from RGB is 134 - color contains mainly: red. Hex color #860D84 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860D84 is #79F27B. Grayscale: #3E3E3E. Windows color (decimal): -7991932 or 8654214. OLE color: 8654214.
HSL color Cylindrical-coordinate representation of color #860D84: hue angle of 300.99º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #860D84 is Cyan = 0, Magento = 0.90, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 13 | 132 | - |
| CMYK | 0 | 0.90 | 0.01 | 0.47 |
| HSL | 300.99º | 0.82% | 0.29% | - |
| HSV(B) | 300.99º | 0.9% | 0.53% | - |
| XYZ | 14.14 | 7.02 | 22.44 | - |
| YUV | 62.75 | 167.09 | 178.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 13 | 132 | 0 | 0.90 | 0.01 | 0.47 | 300.99 | 0.82 | 0.29 |
| Hex | 86 | D | 84 | 0 | 5A | 1 | 2F | 12D | 52 | 1D |
| Octal | 206 | 15 | 204 | 0 | 132 | 1 | 57 | 455 | 122 | 35 |
| Binary | 10000110 | 1101 | 10000100 | 0 | 1011010 | 1 | 101111 | 100101101 | 1010010 | 11101 |
Color Harmonies of #860D84
Complementary color
Monochromatic Colors of #860D84
Black with #860D84
Text Example
Text Example
White with #860D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860D84; }
p { color: rgb(134,13,132); }
H1.HeaderClassName
{
color: #860D84;
}
.AnyTagClassName
{
color: #860D84;
}
</style>
background-color css
<style>
a { background-color: #860D84; }
a { background-color: rgb(134,13,132); }
div.DivClassName
{
background-color: #860D84;
}
.BgClassName
{
background-color: #860D84;
}
</style>
border-color css
<style>
span { border-color: #860D84; }
span { border-color: rgb(134,13,132); }
td.TdClassName
{
border-color: #860D84;
}
.TagClassName
{
border-color: #860D84;
}
</style>