Shades of Dark Purple #862982
Tints of Dark Purple #862982
RGB
CMYK
RGB Variations
Color information
#862982 (or 0x862982) is known color: Dark Purple. HEX triplet: 86, 29 and 82. RGB value is (134,41,130). Sum of RGB (Red+Green+Blue) = 134+41+130=305 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.93% from 305); Green value is 41 (16.41% from 255 or 13.44% from 305); Blue value is 130 (51.17% from 255 or 42.62% from 305); Max value from RGB is 134 - color contains mainly: red. Hex color #862982 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #862982 is #79D67D. Grayscale: #4E4E4E. Windows color (decimal): -7984766 or 8530310. OLE color: 8530310.
HSL color Cylindrical-coordinate representation of color #862982: hue angle of 302.58º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #862982 is Cyan = 0, Magento = 0.69, Yellow = 0.03 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 41 | 130 | - |
| CMYK | 0 | 0.69 | 0.03 | 0.47 |
| HSL | 302.58º | 0.53% | 0.34% | - |
| HSV(B) | 302.58º | 0.69% | 0.53% | - |
| XYZ | 14.65 | 8.27 | 21.94 | - |
| YUV | 78.95 | 156.81 | 167.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 41 | 130 | 0 | 0.69 | 0.03 | 0.47 | 302.58 | 0.53 | 0.34 |
| Hex | 86 | 29 | 82 | 0 | 45 | 3 | 2F | 12F | 35 | 22 |
| Octal | 206 | 51 | 202 | 0 | 105 | 3 | 57 | 457 | 65 | 42 |
| Binary | 10000110 | 101001 | 10000010 | 0 | 1000101 | 11 | 101111 | 100101111 | 110101 | 100010 |
Color Harmonies of #862982
Complementary color
Monochromatic Colors of #862982
Black with #862982
Text Example
Text Example
White with #862982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862982; }
p { color: rgb(134,41,130); }
H1.HeaderClassName
{
color: #862982;
}
.AnyTagClassName
{
color: #862982;
}
</style>
background-color css
<style>
a { background-color: #862982; }
a { background-color: rgb(134,41,130); }
div.DivClassName
{
background-color: #862982;
}
.BgClassName
{
background-color: #862982;
}
</style>
border-color css
<style>
span { border-color: #862982; }
span { border-color: rgb(134,41,130); }
td.TdClassName
{
border-color: #862982;
}
.TagClassName
{
border-color: #862982;
}
</style>