Shades of Dark Purple #861981
Tints of Dark Purple #861981
RGB
CMYK
RGB Variations
Color information
#861981 (or 0x861981) is known color: Dark Purple. HEX triplet: 86, 19 and 81. RGB value is (134,25,129). Sum of RGB (Red+Green+Blue) = 134+25+129=288 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.53% from 288); Green value is 25 (10.16% from 255 or 8.68% from 288); Blue value is 129 (50.78% from 255 or 44.79% from 288); Max value from RGB is 134 - color contains mainly: red. Hex color #861981 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #861981 is #79E67E. Grayscale: #454545. Windows color (decimal): -7988863 or 8460678. OLE color: 8460678.
HSL color Cylindrical-coordinate representation of color #861981: hue angle of 302.75º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #861981 is Cyan = 0, Magento = 0.81, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 25 | 129 | - |
| CMYK | 0 | 0.81 | 0.04 | 0.47 |
| HSL | 302.75º | 0.69% | 0.31% | - |
| HSV(B) | 302.75º | 0.81% | 0.53% | - |
| XYZ | 14.14 | 7.35 | 21.44 | - |
| YUV | 69.45 | 161.61 | 174.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 25 | 129 | 0 | 0.81 | 0.04 | 0.47 | 302.75 | 0.69 | 0.31 |
| Hex | 86 | 19 | 81 | 0 | 51 | 4 | 2F | 12F | 45 | 1F |
| Octal | 206 | 31 | 201 | 0 | 121 | 4 | 57 | 457 | 105 | 37 |
| Binary | 10000110 | 11001 | 10000001 | 0 | 1010001 | 100 | 101111 | 100101111 | 1000101 | 11111 |
Color Harmonies of #861981
Complementary color
Monochromatic Colors of #861981
Black with #861981
Text Example
Text Example
White with #861981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861981; }
p { color: rgb(134,25,129); }
H1.HeaderClassName
{
color: #861981;
}
.AnyTagClassName
{
color: #861981;
}
</style>
background-color css
<style>
a { background-color: #861981; }
a { background-color: rgb(134,25,129); }
div.DivClassName
{
background-color: #861981;
}
.BgClassName
{
background-color: #861981;
}
</style>
border-color css
<style>
span { border-color: #861981; }
span { border-color: rgb(134,25,129); }
td.TdClassName
{
border-color: #861981;
}
.TagClassName
{
border-color: #861981;
}
</style>