Shades of Dark Purple #861863
Tints of Dark Purple #861863
RGB
CMYK
RGB Variations
Color information
#861863 (or 0x861863) is known color: Dark Purple. HEX triplet: 86, 18 and 63. RGB value is (134,24,99). Sum of RGB (Red+Green+Blue) = 134+24+99=257 (34% of max value = 765). Red value is 134 (52.73% from 255 or 52.14% from 257); Green value is 24 (9.77% from 255 or 9.34% from 257); Blue value is 99 (39.06% from 255 or 38.52% from 257); Max value from RGB is 134 - color contains mainly: red. Hex color #861863 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #861863 is #79E79C. Grayscale: #414141. Windows color (decimal): -7989149 or 6494342. OLE color: 6494342.
HSL color Cylindrical-coordinate representation of color #861863: hue angle of 319.09º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #861863 is Cyan = 0, Magento = 0.82, Yellow = 0.26 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 24 | 99 | - |
| CMYK | 0 | 0.82 | 0.26 | 0.47 |
| HSL | 319.09º | 0.7% | 0.31% | - |
| HSV(B) | 319.09º | 0.82% | 0.53% | - |
| XYZ | 12.41 | 6.62 | 12.43 | - |
| YUV | 65.44 | 146.94 | 176.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 24 | 99 | 0 | 0.82 | 0.26 | 0.47 | 319.09 | 0.7 | 0.31 |
| Hex | 86 | 18 | 63 | 0 | 52 | 1A | 2F | 13F | 46 | 1F |
| Octal | 206 | 30 | 143 | 0 | 122 | 32 | 57 | 477 | 106 | 37 |
| Binary | 10000110 | 11000 | 1100011 | 0 | 1010010 | 11010 | 101111 | 100111111 | 1000110 | 11111 |
Color Harmonies of #861863
Complementary color
Monochromatic Colors of #861863
Black with #861863
Text Example
Text Example
White with #861863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861863; }
p { color: rgb(134,24,99); }
H1.HeaderClassName
{
color: #861863;
}
.AnyTagClassName
{
color: #861863;
}
</style>
background-color css
<style>
a { background-color: #861863; }
a { background-color: rgb(134,24,99); }
div.DivClassName
{
background-color: #861863;
}
.BgClassName
{
background-color: #861863;
}
</style>
border-color css
<style>
span { border-color: #861863; }
span { border-color: rgb(134,24,99); }
td.TdClassName
{
border-color: #861863;
}
.TagClassName
{
border-color: #861863;
}
</style>