Shades of Dark Purple #861663
Tints of Dark Purple #861663
RGB
CMYK
RGB Variations
Color information
#861663 (or 0x861663) is known color: Dark Purple. HEX triplet: 86, 16 and 63. RGB value is (134,22,99). Sum of RGB (Red+Green+Blue) = 134+22+99=255 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.55% from 255); Green value is 22 (8.98% from 255 or 8.63% from 255); Blue value is 99 (39.06% from 255 or 38.82% from 255); Max value from RGB is 134 - color contains mainly: red. Hex color #861663 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #861663 is #79E99C. Grayscale: #404040. Windows color (decimal): -7989661 or 6493830. OLE color: 6493830.
HSL color Cylindrical-coordinate representation of color #861663: hue angle of 318.75º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #861663 is Cyan = 0, Magento = 0.84, Yellow = 0.26 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 22 | 99 | - |
| CMYK | 0 | 0.84 | 0.26 | 0.47 |
| HSL | 318.75º | 0.72% | 0.31% | - |
| HSV(B) | 318.75º | 0.84% | 0.53% | - |
| XYZ | 12.37 | 6.54 | 12.42 | - |
| YUV | 64.27 | 147.61 | 177.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 22 | 99 | 0 | 0.84 | 0.26 | 0.47 | 318.75 | 0.72 | 0.31 |
| Hex | 86 | 16 | 63 | 0 | 54 | 1A | 2F | 13F | 48 | 1F |
| Octal | 206 | 26 | 143 | 0 | 124 | 32 | 57 | 477 | 110 | 37 |
| Binary | 10000110 | 10110 | 1100011 | 0 | 1010100 | 11010 | 101111 | 100111111 | 1001000 | 11111 |
Color Harmonies of #861663
Complementary color
Monochromatic Colors of #861663
Black with #861663
Text Example
Text Example
White with #861663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861663; }
p { color: rgb(134,22,99); }
H1.HeaderClassName
{
color: #861663;
}
.AnyTagClassName
{
color: #861663;
}
</style>
background-color css
<style>
a { background-color: #861663; }
a { background-color: rgb(134,22,99); }
div.DivClassName
{
background-color: #861663;
}
.BgClassName
{
background-color: #861663;
}
</style>
border-color css
<style>
span { border-color: #861663; }
span { border-color: rgb(134,22,99); }
td.TdClassName
{
border-color: #861663;
}
.TagClassName
{
border-color: #861663;
}
</style>