Shades of Dark Purple #862B84
Tints of Dark Purple #862B84
RGB
CMYK
RGB Variations
Color information
#862B84 (or 0x862B84) is known color: Dark Purple. HEX triplet: 86, 2B and 84. RGB value is (134,43,132). Sum of RGB (Red+Green+Blue) = 134+43+132=309 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.37% from 309); Green value is 43 (17.19% from 255 or 13.92% from 309); Blue value is 132 (51.95% from 255 or 42.72% from 309); Max value from RGB is 134 - color contains mainly: red. Hex color #862B84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #862B84 is #79D47B. Grayscale: #505050. Windows color (decimal): -7984252 or 8661894. OLE color: 8661894.
HSL color Cylindrical-coordinate representation of color #862B84: hue angle of 301.32º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #862B84 is Cyan = 0, Magento = 0.68, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 43 | 132 | - |
| CMYK | 0 | 0.68 | 0.01 | 0.47 |
| HSL | 301.32º | 0.51% | 0.35% | - |
| HSV(B) | 301.32º | 0.68% | 0.53% | - |
| XYZ | 14.86 | 8.46 | 22.68 | - |
| YUV | 80.36 | 157.15 | 166.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 43 | 132 | 0 | 0.68 | 0.01 | 0.47 | 301.32 | 0.51 | 0.35 |
| Hex | 86 | 2B | 84 | 0 | 44 | 1 | 2F | 12D | 33 | 23 |
| Octal | 206 | 53 | 204 | 0 | 104 | 1 | 57 | 455 | 63 | 43 |
| Binary | 10000110 | 101011 | 10000100 | 0 | 1000100 | 1 | 101111 | 100101101 | 110011 | 100011 |
Color Harmonies of #862B84
Complementary color
Monochromatic Colors of #862B84
Black with #862B84
Text Example
Text Example
White with #862B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862B84; }
p { color: rgb(134,43,132); }
H1.HeaderClassName
{
color: #862B84;
}
.AnyTagClassName
{
color: #862B84;
}
</style>
background-color css
<style>
a { background-color: #862B84; }
a { background-color: rgb(134,43,132); }
div.DivClassName
{
background-color: #862B84;
}
.BgClassName
{
background-color: #862B84;
}
</style>
border-color css
<style>
span { border-color: #862B84; }
span { border-color: rgb(134,43,132); }
td.TdClassName
{
border-color: #862B84;
}
.TagClassName
{
border-color: #862B84;
}
</style>