Shades of Dark Purple #862084
Tints of Dark Purple #862084
RGB
CMYK
RGB Variations
Color information
#862084 (or 0x862084) is known color: Dark Purple. HEX triplet: 86, 20 and 84. RGB value is (134,32,132). Sum of RGB (Red+Green+Blue) = 134+32+132=298 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.97% from 298); Green value is 32 (12.89% from 255 or 10.74% from 298); Blue value is 132 (51.95% from 255 or 44.30% from 298); Max value from RGB is 134 - color contains mainly: red. Hex color #862084 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #862084 is #79DF7B. Grayscale: #494949. Windows color (decimal): -7987068 or 8659078. OLE color: 8659078.
HSL color Cylindrical-coordinate representation of color #862084: hue angle of 301.18º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #862084 is Cyan = 0, Magento = 0.76, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 32 | 132 | - |
| CMYK | 0 | 0.76 | 0.01 | 0.47 |
| HSL | 301.18º | 0.61% | 0.33% | - |
| HSV(B) | 301.18º | 0.76% | 0.53% | - |
| XYZ | 14.51 | 7.77 | 22.56 | - |
| YUV | 73.9 | 160.79 | 170.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 32 | 132 | 0 | 0.76 | 0.01 | 0.47 | 301.18 | 0.61 | 0.33 |
| Hex | 86 | 20 | 84 | 0 | 4C | 1 | 2F | 12D | 3D | 21 |
| Octal | 206 | 40 | 204 | 0 | 114 | 1 | 57 | 455 | 75 | 41 |
| Binary | 10000110 | 100000 | 10000100 | 0 | 1001100 | 1 | 101111 | 100101101 | 111101 | 100001 |
Color Harmonies of #862084
Complementary color
Monochromatic Colors of #862084
Black with #862084
Text Example
Text Example
White with #862084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862084; }
p { color: rgb(134,32,132); }
H1.HeaderClassName
{
color: #862084;
}
.AnyTagClassName
{
color: #862084;
}
</style>
background-color css
<style>
a { background-color: #862084; }
a { background-color: rgb(134,32,132); }
div.DivClassName
{
background-color: #862084;
}
.BgClassName
{
background-color: #862084;
}
</style>
border-color css
<style>
span { border-color: #862084; }
span { border-color: rgb(134,32,132); }
td.TdClassName
{
border-color: #862084;
}
.TagClassName
{
border-color: #862084;
}
</style>