Shades of Dark Purple #861180
Tints of Dark Purple #861180
RGB
CMYK
RGB Variations
Color information
#861180 (or 0x861180) is known color: Dark Purple. HEX triplet: 86, 11 and 80. RGB value is (134,17,128). Sum of RGB (Red+Green+Blue) = 134+17+128=279 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.03% from 279); Green value is 17 (7.03% from 255 or 6.09% from 279); Blue value is 128 (50.39% from 255 or 45.88% from 279); Max value from RGB is 134 - color contains mainly: red. Hex color #861180 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #861180 is #79EE7F. Grayscale: #404040. Windows color (decimal): -7990912 or 8393094. OLE color: 8393094.
HSL color Cylindrical-coordinate representation of color #861180: hue angle of 303.08º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #861180 is Cyan = 0, Magento = 0.87, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 17 | 128 | - |
| CMYK | 0 | 0.87 | 0.04 | 0.47 |
| HSL | 303.08º | 0.77% | 0.3% | - |
| HSV(B) | 303.08º | 0.87% | 0.53% | - |
| XYZ | 13.93 | 7.03 | 21.04 | - |
| YUV | 64.64 | 163.76 | 177.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 17 | 128 | 0 | 0.87 | 0.04 | 0.47 | 303.08 | 0.77 | 0.3 |
| Hex | 86 | 11 | 80 | 0 | 57 | 4 | 2F | 12F | 4D | 1E |
| Octal | 206 | 21 | 200 | 0 | 127 | 4 | 57 | 457 | 115 | 36 |
| Binary | 10000110 | 10001 | 10000000 | 0 | 1010111 | 100 | 101111 | 100101111 | 1001101 | 11110 |
Color Harmonies of #861180
Complementary color
Monochromatic Colors of #861180
Black with #861180
Text Example
Text Example
White with #861180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861180; }
p { color: rgb(134,17,128); }
H1.HeaderClassName
{
color: #861180;
}
.AnyTagClassName
{
color: #861180;
}
</style>
background-color css
<style>
a { background-color: #861180; }
a { background-color: rgb(134,17,128); }
div.DivClassName
{
background-color: #861180;
}
.BgClassName
{
background-color: #861180;
}
</style>
border-color css
<style>
span { border-color: #861180; }
span { border-color: rgb(134,17,128); }
td.TdClassName
{
border-color: #861180;
}
.TagClassName
{
border-color: #861180;
}
</style>