Shades of Dark Purple #861682
Tints of Dark Purple #861682
RGB
CMYK
RGB Variations
Color information
#861682 (or 0x861682) is known color: Dark Purple. HEX triplet: 86, 16 and 82. RGB value is (134,22,130). Sum of RGB (Red+Green+Blue) = 134+22+130=286 (37% of max value = 765). Red value is 134 (52.73% from 255 or 46.85% from 286); Green value is 22 (8.98% from 255 or 7.69% from 286); Blue value is 130 (51.17% from 255 or 45.45% from 286); Max value from RGB is 134 - color contains mainly: red. Hex color #861682 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #861682 is #79E97D. Grayscale: #434343. Windows color (decimal): -7989630 or 8525446. OLE color: 8525446.
HSL color Cylindrical-coordinate representation of color #861682: hue angle of 302.14º 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 #861682 is Cyan = 0, Magento = 0.84, Yellow = 0.03 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 22 | 130 | - |
| CMYK | 0 | 0.84 | 0.03 | 0.47 |
| HSL | 302.14º | 0.72% | 0.31% | - |
| HSV(B) | 302.14º | 0.84% | 0.53% | - |
| XYZ | 14.15 | 7.25 | 21.77 | - |
| YUV | 67.8 | 163.11 | 175.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 22 | 130 | 0 | 0.84 | 0.03 | 0.47 | 302.14 | 0.72 | 0.31 |
| Hex | 86 | 16 | 82 | 0 | 54 | 3 | 2F | 12E | 48 | 1F |
| Octal | 206 | 26 | 202 | 0 | 124 | 3 | 57 | 456 | 110 | 37 |
| Binary | 10000110 | 10110 | 10000010 | 0 | 1010100 | 11 | 101111 | 100101110 | 1001000 | 11111 |
Color Harmonies of #861682
Complementary color
Monochromatic Colors of #861682
Black with #861682
Text Example
Text Example
White with #861682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861682; }
p { color: rgb(134,22,130); }
H1.HeaderClassName
{
color: #861682;
}
.AnyTagClassName
{
color: #861682;
}
</style>
background-color css
<style>
a { background-color: #861682; }
a { background-color: rgb(134,22,130); }
div.DivClassName
{
background-color: #861682;
}
.BgClassName
{
background-color: #861682;
}
</style>
border-color css
<style>
span { border-color: #861682; }
span { border-color: rgb(134,22,130); }
td.TdClassName
{
border-color: #861682;
}
.TagClassName
{
border-color: #861682;
}
</style>