Shades of Dark Purple #861786
Tints of Dark Purple #861786
RGB
CMYK
RGB Variations
Color information
#861786 (or 0x861786) is known color: Dark Purple. HEX triplet: 86, 17 and 86. RGB value is (134,23,134). Sum of RGB (Red+Green+Blue) = 134+23+134=291 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.05% from 291); Green value is 23 (9.38% from 255 or 7.90% from 291); Blue value is 134 (52.73% from 255 or 46.05% from 291); Max value from RGB is 134 - color contains mainly: red, blue. Hex color #861786 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #861786 is #79E879. Grayscale: #444444. Windows color (decimal): -7989370 or 8787846. OLE color: 8787846.
HSL color Cylindrical-coordinate representation of color #861786: hue angle of 300º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #861786 is Cyan = 0, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 23 | 134 | - |
| CMYK | 0 | 0.83 | 0 | 0.47 |
| HSL | 300º | 0.71% | 0.31% | - |
| HSV(B) | 300º | 0.83% | 0.53% | - |
| XYZ | 14.44 | 7.4 | 23.22 | - |
| YUV | 68.84 | 164.77 | 174.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 23 | 134 | 0 | 0.83 | 0 | 0.47 | 300 | 0.71 | 0.31 |
| Hex | 86 | 17 | 86 | 0 | 53 | 0 | 2F | 12C | 47 | 1F |
| Octal | 206 | 27 | 206 | 0 | 123 | 0 | 57 | 454 | 107 | 37 |
| Binary | 10000110 | 10111 | 10000110 | 0 | 1010011 | 0 | 101111 | 100101100 | 1000111 | 11111 |
Color Harmonies of #861786
Complementary color
Monochromatic Colors of #861786
Black with #861786
Text Example
Text Example
White with #861786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861786; }
p { color: rgb(134,23,134); }
H1.HeaderClassName
{
color: #861786;
}
.AnyTagClassName
{
color: #861786;
}
</style>
background-color css
<style>
a { background-color: #861786; }
a { background-color: rgb(134,23,134); }
div.DivClassName
{
background-color: #861786;
}
.BgClassName
{
background-color: #861786;
}
</style>
border-color css
<style>
span { border-color: #861786; }
span { border-color: rgb(134,23,134); }
td.TdClassName
{
border-color: #861786;
}
.TagClassName
{
border-color: #861786;
}
</style>