Shades of Dark Purple #861685
Tints of Dark Purple #861685
RGB
CMYK
RGB Variations
Color information
#861685 (or 0x861685) is known color: Dark Purple. HEX triplet: 86, 16 and 85. RGB value is (134,22,133). Sum of RGB (Red+Green+Blue) = 134+22+133=289 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.37% from 289); Green value is 22 (8.98% from 255 or 7.61% from 289); Blue value is 133 (52.34% from 255 or 46.02% from 289); Max value from RGB is 134 - color contains mainly: red. Hex color #861685 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #861685 is #79E97A. Grayscale: #434343. Windows color (decimal): -7989627 or 8722054. OLE color: 8722054.
HSL color Cylindrical-coordinate representation of color #861685: hue angle of 300.54º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #861685 is Cyan = 0, Magento = 0.84, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 22 | 133 | - |
| CMYK | 0 | 0.84 | 0.01 | 0.47 |
| HSL | 300.54º | 0.72% | 0.31% | - |
| HSV(B) | 300.54º | 0.84% | 0.53% | - |
| XYZ | 14.35 | 7.34 | 22.85 | - |
| YUV | 68.14 | 164.61 | 174.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 22 | 133 | 0 | 0.84 | 0.01 | 0.47 | 300.54 | 0.72 | 0.31 |
| Hex | 86 | 16 | 85 | 0 | 54 | 1 | 2F | 12D | 48 | 1F |
| Octal | 206 | 26 | 205 | 0 | 124 | 1 | 57 | 455 | 110 | 37 |
| Binary | 10000110 | 10110 | 10000101 | 0 | 1010100 | 1 | 101111 | 100101101 | 1001000 | 11111 |
Color Harmonies of #861685
Complementary color
Monochromatic Colors of #861685
Black with #861685
Text Example
Text Example
White with #861685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861685; }
p { color: rgb(134,22,133); }
H1.HeaderClassName
{
color: #861685;
}
.AnyTagClassName
{
color: #861685;
}
</style>
background-color css
<style>
a { background-color: #861685; }
a { background-color: rgb(134,22,133); }
div.DivClassName
{
background-color: #861685;
}
.BgClassName
{
background-color: #861685;
}
</style>
border-color css
<style>
span { border-color: #861685; }
span { border-color: rgb(134,22,133); }
td.TdClassName
{
border-color: #861685;
}
.TagClassName
{
border-color: #861685;
}
</style>