Shades of Dark Purple #861482
Tints of Dark Purple #861482
RGB
CMYK
RGB Variations
Color information
#861482 (or 0x861482) is known color: Dark Purple. HEX triplet: 86, 14 and 82. RGB value is (134,20,130). Sum of RGB (Red+Green+Blue) = 134+20+130=284 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.18% from 284); Green value is 20 (8.20% from 255 or 7.04% from 284); Blue value is 130 (51.17% from 255 or 45.77% from 284); Max value from RGB is 134 - color contains mainly: red. Hex color #861482 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #861482 is #79EB7D. Grayscale: #424242. Windows color (decimal): -7990142 or 8524934. OLE color: 8524934.
HSL color Cylindrical-coordinate representation of color #861482: hue angle of 302.11º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #861482 is Cyan = 0, Magento = 0.85, Yellow = 0.03 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 20 | 130 | - |
| CMYK | 0 | 0.85 | 0.03 | 0.47 |
| HSL | 302.11º | 0.74% | 0.3% | - |
| HSV(B) | 302.11º | 0.85% | 0.53% | - |
| XYZ | 14.11 | 7.18 | 21.76 | - |
| YUV | 66.63 | 163.77 | 176.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 20 | 130 | 0 | 0.85 | 0.03 | 0.47 | 302.11 | 0.74 | 0.3 |
| Hex | 86 | 14 | 82 | 0 | 55 | 3 | 2F | 12E | 4A | 1E |
| Octal | 206 | 24 | 202 | 0 | 125 | 3 | 57 | 456 | 112 | 36 |
| Binary | 10000110 | 10100 | 10000010 | 0 | 1010101 | 11 | 101111 | 100101110 | 1001010 | 11110 |
Color Harmonies of #861482
Complementary color
Monochromatic Colors of #861482
Black with #861482
Text Example
Text Example
White with #861482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861482; }
p { color: rgb(134,20,130); }
H1.HeaderClassName
{
color: #861482;
}
.AnyTagClassName
{
color: #861482;
}
</style>
background-color css
<style>
a { background-color: #861482; }
a { background-color: rgb(134,20,130); }
div.DivClassName
{
background-color: #861482;
}
.BgClassName
{
background-color: #861482;
}
</style>
border-color css
<style>
span { border-color: #861482; }
span { border-color: rgb(134,20,130); }
td.TdClassName
{
border-color: #861482;
}
.TagClassName
{
border-color: #861482;
}
</style>