Shades of Dark Purple #861E83
Tints of Dark Purple #861E83
RGB
CMYK
RGB Variations
Color information
#861E83 (or 0x861E83) is known color: Dark Purple. HEX triplet: 86, 1E and 83. RGB value is (134,30,131). Sum of RGB (Red+Green+Blue) = 134+30+131=295 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.42% from 295); Green value is 30 (12.11% from 255 or 10.17% from 295); Blue value is 131 (51.56% from 255 or 44.41% from 295); Max value from RGB is 134 - color contains mainly: red. Hex color #861E83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #861E83 is #79E17C. Grayscale: #484848. Windows color (decimal): -7987581 or 8593030. OLE color: 8593030.
HSL color Cylindrical-coordinate representation of color #861E83: hue angle of 301.73º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #861E83 is Cyan = 0, Magento = 0.78, Yellow = 0.02 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 30 | 131 | - |
| CMYK | 0 | 0.78 | 0.02 | 0.47 |
| HSL | 301.73º | 0.63% | 0.32% | - |
| HSV(B) | 301.73º | 0.78% | 0.53% | - |
| XYZ | 14.39 | 7.64 | 22.19 | - |
| YUV | 72.61 | 160.96 | 171.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 30 | 131 | 0 | 0.78 | 0.02 | 0.47 | 301.73 | 0.63 | 0.32 |
| Hex | 86 | 1E | 83 | 0 | 4E | 2 | 2F | 12E | 3F | 20 |
| Octal | 206 | 36 | 203 | 0 | 116 | 2 | 57 | 456 | 77 | 40 |
| Binary | 10000110 | 11110 | 10000011 | 0 | 1001110 | 10 | 101111 | 100101110 | 111111 | 100000 |
Color Harmonies of #861E83
Complementary color
Monochromatic Colors of #861E83
Black with #861E83
Text Example
Text Example
White with #861E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861E83; }
p { color: rgb(134,30,131); }
H1.HeaderClassName
{
color: #861E83;
}
.AnyTagClassName
{
color: #861E83;
}
</style>
background-color css
<style>
a { background-color: #861E83; }
a { background-color: rgb(134,30,131); }
div.DivClassName
{
background-color: #861E83;
}
.BgClassName
{
background-color: #861E83;
}
</style>
border-color css
<style>
span { border-color: #861E83; }
span { border-color: rgb(134,30,131); }
td.TdClassName
{
border-color: #861E83;
}
.TagClassName
{
border-color: #861E83;
}
</style>