Shades of Dark Purple #862C84
Tints of Dark Purple #862C84
RGB
CMYK
RGB Variations
Color information
#862C84 (or 0x862C84) is known color: Dark Purple. HEX triplet: 86, 2C and 84. RGB value is (134,44,132). Sum of RGB (Red+Green+Blue) = 134+44+132=310 (41% of max value = 765). Red value is 134 (52.73% from 255 or 43.23% from 310); Green value is 44 (17.58% from 255 or 14.19% from 310); Blue value is 132 (51.95% from 255 or 42.58% from 310); Max value from RGB is 134 - color contains mainly: red. Hex color #862C84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #862C84 is #79D37B. Grayscale: #505050. Windows color (decimal): -7983996 or 8662150. OLE color: 8662150.
HSL color Cylindrical-coordinate representation of color #862C84: hue angle of 301.33º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #862C84 is Cyan = 0, Magento = 0.67, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 44 | 132 | - |
| CMYK | 0 | 0.67 | 0.01 | 0.47 |
| HSL | 301.33º | 0.51% | 0.35% | - |
| HSV(B) | 301.33º | 0.67% | 0.53% | - |
| XYZ | 14.9 | 8.54 | 22.69 | - |
| YUV | 80.94 | 156.82 | 165.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 44 | 132 | 0 | 0.67 | 0.01 | 0.47 | 301.33 | 0.51 | 0.35 |
| Hex | 86 | 2C | 84 | 0 | 43 | 1 | 2F | 12D | 33 | 23 |
| Octal | 206 | 54 | 204 | 0 | 103 | 1 | 57 | 455 | 63 | 43 |
| Binary | 10000110 | 101100 | 10000100 | 0 | 1000011 | 1 | 101111 | 100101101 | 110011 | 100011 |
Color Harmonies of #862C84
Complementary color
Monochromatic Colors of #862C84
Black with #862C84
Text Example
Text Example
White with #862C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862C84; }
p { color: rgb(134,44,132); }
H1.HeaderClassName
{
color: #862C84;
}
.AnyTagClassName
{
color: #862C84;
}
</style>
background-color css
<style>
a { background-color: #862C84; }
a { background-color: rgb(134,44,132); }
div.DivClassName
{
background-color: #862C84;
}
.BgClassName
{
background-color: #862C84;
}
</style>
border-color css
<style>
span { border-color: #862C84; }
span { border-color: rgb(134,44,132); }
td.TdClassName
{
border-color: #862C84;
}
.TagClassName
{
border-color: #862C84;
}
</style>