Shades of Dark Purple #861D81
Tints of Dark Purple #861D81
RGB
CMYK
RGB Variations
Color information
#861D81 (or 0x861D81) is known color: Dark Purple. HEX triplet: 86, 1D and 81. RGB value is (134,29,129). Sum of RGB (Red+Green+Blue) = 134+29+129=292 (38% of max value = 765). Red value is 134 (52.73% from 255 or 45.89% from 292); Green value is 29 (11.72% from 255 or 9.93% from 292); Blue value is 129 (50.78% from 255 or 44.18% from 292); Max value from RGB is 134 - color contains mainly: red. Hex color #861D81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #861D81 is #79E27E. Grayscale: #474747. Windows color (decimal): -7987839 or 8461702. OLE color: 8461702.
HSL color Cylindrical-coordinate representation of color #861D81: hue angle of 302.86º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #861D81 is Cyan = 0, Magento = 0.78, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 29 | 129 | - |
| CMYK | 0 | 0.78 | 0.04 | 0.47 |
| HSL | 302.86º | 0.64% | 0.32% | - |
| HSV(B) | 302.86º | 0.78% | 0.53% | - |
| XYZ | 14.23 | 7.53 | 21.47 | - |
| YUV | 71.8 | 160.29 | 172.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 29 | 129 | 0 | 0.78 | 0.04 | 0.47 | 302.86 | 0.64 | 0.32 |
| Hex | 86 | 1D | 81 | 0 | 4E | 4 | 2F | 12F | 40 | 20 |
| Octal | 206 | 35 | 201 | 0 | 116 | 4 | 57 | 457 | 100 | 40 |
| Binary | 10000110 | 11101 | 10000001 | 0 | 1001110 | 100 | 101111 | 100101111 | 1000000 | 100000 |
Color Harmonies of #861D81
Complementary color
Monochromatic Colors of #861D81
Black with #861D81
Text Example
Text Example
White with #861D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861D81; }
p { color: rgb(134,29,129); }
H1.HeaderClassName
{
color: #861D81;
}
.AnyTagClassName
{
color: #861D81;
}
</style>
background-color css
<style>
a { background-color: #861D81; }
a { background-color: rgb(134,29,129); }
div.DivClassName
{
background-color: #861D81;
}
.BgClassName
{
background-color: #861D81;
}
</style>
border-color css
<style>
span { border-color: #861D81; }
span { border-color: rgb(134,29,129); }
td.TdClassName
{
border-color: #861D81;
}
.TagClassName
{
border-color: #861D81;
}
</style>