Shades of Dark Purple #861282
Tints of Dark Purple #861282
RGB
CMYK
RGB Variations
Color information
#861282 (or 0x861282) is known color: Dark Purple. HEX triplet: 86, 12 and 82. RGB value is (134,18,130). Sum of RGB (Red+Green+Blue) = 134+18+130=282 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.52% from 282); Green value is 18 (7.42% from 255 or 6.38% from 282); Blue value is 130 (51.17% from 255 or 46.10% from 282); Max value from RGB is 134 - color contains mainly: red. Hex color #861282 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #861282 is #79ED7D. Grayscale: #414141. Windows color (decimal): -7990654 or 8524422. OLE color: 8524422.
HSL color Cylindrical-coordinate representation of color #861282: hue angle of 302.07º degrees, saturation: 0.76, 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 #861282 is Cyan = 0, Magento = 0.87, Yellow = 0.03 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 18 | 130 | - |
| CMYK | 0 | 0.87 | 0.03 | 0.47 |
| HSL | 302.07º | 0.76% | 0.3% | - |
| HSV(B) | 302.07º | 0.87% | 0.53% | - |
| XYZ | 14.08 | 7.11 | 21.75 | - |
| YUV | 65.45 | 164.43 | 176.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 18 | 130 | 0 | 0.87 | 0.03 | 0.47 | 302.07 | 0.76 | 0.3 |
| Hex | 86 | 12 | 82 | 0 | 57 | 3 | 2F | 12E | 4C | 1E |
| Octal | 206 | 22 | 202 | 0 | 127 | 3 | 57 | 456 | 114 | 36 |
| Binary | 10000110 | 10010 | 10000010 | 0 | 1010111 | 11 | 101111 | 100101110 | 1001100 | 11110 |
Color Harmonies of #861282
Complementary color
Monochromatic Colors of #861282
Black with #861282
Text Example
Text Example
White with #861282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861282; }
p { color: rgb(134,18,130); }
H1.HeaderClassName
{
color: #861282;
}
.AnyTagClassName
{
color: #861282;
}
</style>
background-color css
<style>
a { background-color: #861282; }
a { background-color: rgb(134,18,130); }
div.DivClassName
{
background-color: #861282;
}
.BgClassName
{
background-color: #861282;
}
</style>
border-color css
<style>
span { border-color: #861282; }
span { border-color: rgb(134,18,130); }
td.TdClassName
{
border-color: #861282;
}
.TagClassName
{
border-color: #861282;
}
</style>