Shades of Dark Purple #862884
Tints of Dark Purple #862884
RGB
CMYK
RGB Variations
Color information
#862884 (or 0x862884) is known color: Dark Purple. HEX triplet: 86, 28 and 84. RGB value is (134,40,132). Sum of RGB (Red+Green+Blue) = 134+40+132=306 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.79% from 306); Green value is 40 (16.02% from 255 or 13.07% from 306); Blue value is 132 (51.95% from 255 or 43.14% from 306); Max value from RGB is 134 - color contains mainly: red. Hex color #862884 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #862884 is #79D77B. Grayscale: #4E4E4E. Windows color (decimal): -7985020 or 8661126. OLE color: 8661126.
HSL color Cylindrical-coordinate representation of color #862884: hue angle of 301.28º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #862884 is Cyan = 0, Magento = 0.70, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 40 | 132 | - |
| CMYK | 0 | 0.70 | 0.01 | 0.47 |
| HSL | 301.28º | 0.54% | 0.34% | - |
| HSV(B) | 301.28º | 0.7% | 0.53% | - |
| XYZ | 14.76 | 8.25 | 22.64 | - |
| YUV | 78.59 | 158.14 | 167.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 40 | 132 | 0 | 0.70 | 0.01 | 0.47 | 301.28 | 0.54 | 0.34 |
| Hex | 86 | 28 | 84 | 0 | 46 | 1 | 2F | 12D | 36 | 22 |
| Octal | 206 | 50 | 204 | 0 | 106 | 1 | 57 | 455 | 66 | 42 |
| Binary | 10000110 | 101000 | 10000100 | 0 | 1000110 | 1 | 101111 | 100101101 | 110110 | 100010 |
Color Harmonies of #862884
Complementary color
Monochromatic Colors of #862884
Black with #862884
Text Example
Text Example
White with #862884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862884; }
p { color: rgb(134,40,132); }
H1.HeaderClassName
{
color: #862884;
}
.AnyTagClassName
{
color: #862884;
}
</style>
background-color css
<style>
a { background-color: #862884; }
a { background-color: rgb(134,40,132); }
div.DivClassName
{
background-color: #862884;
}
.BgClassName
{
background-color: #862884;
}
</style>
border-color css
<style>
span { border-color: #862884; }
span { border-color: rgb(134,40,132); }
td.TdClassName
{
border-color: #862884;
}
.TagClassName
{
border-color: #862884;
}
</style>