Shades of Dark Purple #861861
Tints of Dark Purple #861861
RGB
CMYK
RGB Variations
Color information
#861861 (or 0x861861) is known color: Dark Purple. HEX triplet: 86, 18 and 61. RGB value is (134,24,97). Sum of RGB (Red+Green+Blue) = 134+24+97=255 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.55% from 255); Green value is 24 (9.77% from 255 or 9.41% from 255); Blue value is 97 (38.28% from 255 or 38.04% from 255); Max value from RGB is 134 - color contains mainly: red. Hex color #861861 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #861861 is #79E79E. Grayscale: #414141. Windows color (decimal): -7989151 or 6363270. OLE color: 6363270.
HSL color Cylindrical-coordinate representation of color #861861: hue angle of 320.18º 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 #861861 is Cyan = 0, Magento = 0.82, Yellow = 0.28 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 24 | 97 | - |
| CMYK | 0 | 0.82 | 0.28 | 0.47 |
| HSL | 320.18º | 0.7% | 0.31% | - |
| HSV(B) | 320.18º | 0.82% | 0.53% | - |
| XYZ | 12.32 | 6.58 | 11.93 | - |
| YUV | 65.21 | 145.94 | 177.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 24 | 97 | 0 | 0.82 | 0.28 | 0.47 | 320.18 | 0.7 | 0.31 |
| Hex | 86 | 18 | 61 | 0 | 52 | 1C | 2F | 140 | 46 | 1F |
| Octal | 206 | 30 | 141 | 0 | 122 | 34 | 57 | 500 | 106 | 37 |
| Binary | 10000110 | 11000 | 1100001 | 0 | 1010010 | 11100 | 101111 | 101000000 | 1000110 | 11111 |
Color Harmonies of #861861
Complementary color
Monochromatic Colors of #861861
Black with #861861
Text Example
Text Example
White with #861861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861861; }
p { color: rgb(134,24,97); }
H1.HeaderClassName
{
color: #861861;
}
.AnyTagClassName
{
color: #861861;
}
</style>
background-color css
<style>
a { background-color: #861861; }
a { background-color: rgb(134,24,97); }
div.DivClassName
{
background-color: #861861;
}
.BgClassName
{
background-color: #861861;
}
</style>
border-color css
<style>
span { border-color: #861861; }
span { border-color: rgb(134,24,97); }
td.TdClassName
{
border-color: #861861;
}
.TagClassName
{
border-color: #861861;
}
</style>