Shades of Dark Purple #861980
Tints of Dark Purple #861980
RGB
CMYK
RGB Variations
Color information
#861980 (or 0x861980) is known color: Dark Purple. HEX triplet: 86, 19 and 80. RGB value is (134,25,128). Sum of RGB (Red+Green+Blue) = 134+25+128=287 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.69% from 287); Green value is 25 (10.16% from 255 or 8.71% from 287); Blue value is 128 (50.39% from 255 or 44.60% from 287); Max value from RGB is 134 - color contains mainly: red. Hex color #861980 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #861980 is #79E67F. Grayscale: #454545. Windows color (decimal): -7988864 or 8395142. OLE color: 8395142.
HSL color Cylindrical-coordinate representation of color #861980: hue angle of 303.3º 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 #861980 is Cyan = 0, Magento = 0.81, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 25 | 128 | - |
| CMYK | 0 | 0.81 | 0.04 | 0.47 |
| HSL | 303.3º | 0.69% | 0.31% | - |
| HSV(B) | 303.3º | 0.81% | 0.53% | - |
| XYZ | 14.08 | 7.32 | 21.09 | - |
| YUV | 69.33 | 161.11 | 174.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 25 | 128 | 0 | 0.81 | 0.04 | 0.47 | 303.3 | 0.69 | 0.31 |
| Hex | 86 | 19 | 80 | 0 | 51 | 4 | 2F | 12F | 45 | 1F |
| Octal | 206 | 31 | 200 | 0 | 121 | 4 | 57 | 457 | 105 | 37 |
| Binary | 10000110 | 11001 | 10000000 | 0 | 1010001 | 100 | 101111 | 100101111 | 1000101 | 11111 |
Color Harmonies of #861980
Complementary color
Monochromatic Colors of #861980
Black with #861980
Text Example
Text Example
White with #861980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861980; }
p { color: rgb(134,25,128); }
H1.HeaderClassName
{
color: #861980;
}
.AnyTagClassName
{
color: #861980;
}
</style>
background-color css
<style>
a { background-color: #861980; }
a { background-color: rgb(134,25,128); }
div.DivClassName
{
background-color: #861980;
}
.BgClassName
{
background-color: #861980;
}
</style>
border-color css
<style>
span { border-color: #861980; }
span { border-color: rgb(134,25,128); }
td.TdClassName
{
border-color: #861980;
}
.TagClassName
{
border-color: #861980;
}
</style>