Shades of Dark Purple #861C84
Tints of Dark Purple #861C84
RGB
CMYK
RGB Variations
Color information
#861C84 (or 0x861C84) is known color: Dark Purple. HEX triplet: 86, 1C and 84. RGB value is (134,28,132). Sum of RGB (Red+Green+Blue) = 134+28+132=294 (38% of max value = 765). Red value is 134 (52.73% from 255 or 45.58% from 294); Green value is 28 (11.33% from 255 or 9.52% from 294); Blue value is 132 (51.95% from 255 or 44.90% from 294); Max value from RGB is 134 - color contains mainly: red. Hex color #861C84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #861C84 is #79E37B. Grayscale: #474747. Windows color (decimal): -7988092 or 8658054. OLE color: 8658054.
HSL color Cylindrical-coordinate representation of color #861C84: hue angle of 301.13º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #861C84 is Cyan = 0, Magento = 0.79, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 28 | 132 | - |
| CMYK | 0 | 0.79 | 0.01 | 0.47 |
| HSL | 301.13º | 0.65% | 0.32% | - |
| HSV(B) | 301.13º | 0.79% | 0.53% | - |
| XYZ | 14.41 | 7.56 | 22.53 | - |
| YUV | 71.55 | 162.12 | 172.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 28 | 132 | 0 | 0.79 | 0.01 | 0.47 | 301.13 | 0.65 | 0.32 |
| Hex | 86 | 1C | 84 | 0 | 4F | 1 | 2F | 12D | 41 | 20 |
| Octal | 206 | 34 | 204 | 0 | 117 | 1 | 57 | 455 | 101 | 40 |
| Binary | 10000110 | 11100 | 10000100 | 0 | 1001111 | 1 | 101111 | 100101101 | 1000001 | 100000 |
Color Harmonies of #861C84
Complementary color
Monochromatic Colors of #861C84
Black with #861C84
Text Example
Text Example
White with #861C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861C84; }
p { color: rgb(134,28,132); }
H1.HeaderClassName
{
color: #861C84;
}
.AnyTagClassName
{
color: #861C84;
}
</style>
background-color css
<style>
a { background-color: #861C84; }
a { background-color: rgb(134,28,132); }
div.DivClassName
{
background-color: #861C84;
}
.BgClassName
{
background-color: #861C84;
}
</style>
border-color css
<style>
span { border-color: #861C84; }
span { border-color: rgb(134,28,132); }
td.TdClassName
{
border-color: #861C84;
}
.TagClassName
{
border-color: #861C84;
}
</style>