Shades of Dark Purple #861C83
Tints of Dark Purple #861C83
RGB
CMYK
RGB Variations
Color information
#861C83 (or 0x861C83) is known color: Dark Purple. HEX triplet: 86, 1C and 83. RGB value is (134,28,131). Sum of RGB (Red+Green+Blue) = 134+28+131=293 (38% of max value = 765). Red value is 134 (52.73% from 255 or 45.73% from 293); Green value is 28 (11.33% from 255 or 9.56% from 293); Blue value is 131 (51.56% from 255 or 44.71% from 293); Max value from RGB is 134 - color contains mainly: red. Hex color #861C83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #861C83 is #79E37C. Grayscale: #474747. Windows color (decimal): -7988093 or 8592518. OLE color: 8592518.
HSL color Cylindrical-coordinate representation of color #861C83: hue angle of 301.7º 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 #861C83 is Cyan = 0, Magento = 0.79, Yellow = 0.02 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 28 | 131 | - |
| CMYK | 0 | 0.79 | 0.02 | 0.47 |
| HSL | 301.7º | 0.65% | 0.32% | - |
| HSV(B) | 301.7º | 0.79% | 0.53% | - |
| XYZ | 14.34 | 7.54 | 22.17 | - |
| YUV | 71.44 | 161.62 | 172.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 28 | 131 | 0 | 0.79 | 0.02 | 0.47 | 301.7 | 0.65 | 0.32 |
| Hex | 86 | 1C | 83 | 0 | 4F | 2 | 2F | 12E | 41 | 20 |
| Octal | 206 | 34 | 203 | 0 | 117 | 2 | 57 | 456 | 101 | 40 |
| Binary | 10000110 | 11100 | 10000011 | 0 | 1001111 | 10 | 101111 | 100101110 | 1000001 | 100000 |
Color Harmonies of #861C83
Complementary color
Monochromatic Colors of #861C83
Black with #861C83
Text Example
Text Example
White with #861C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861C83; }
p { color: rgb(134,28,131); }
H1.HeaderClassName
{
color: #861C83;
}
.AnyTagClassName
{
color: #861C83;
}
</style>
background-color css
<style>
a { background-color: #861C83; }
a { background-color: rgb(134,28,131); }
div.DivClassName
{
background-color: #861C83;
}
.BgClassName
{
background-color: #861C83;
}
</style>
border-color css
<style>
span { border-color: #861C83; }
span { border-color: rgb(134,28,131); }
td.TdClassName
{
border-color: #861C83;
}
.TagClassName
{
border-color: #861C83;
}
</style>