Shades of Dark Magenta #861895
Tints of Dark Magenta #861895
RGB
CMYK
RGB Variations
Color information
#861895 (or 0x861895) is known color: Dark Magenta. HEX triplet: 86, 18 and 95. RGB value is (134,24,149). Sum of RGB (Red+Green+Blue) = 134+24+149=307 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.65% from 307); Green value is 24 (9.77% from 255 or 7.82% from 307); Blue value is 149 (58.59% from 255 or 48.53% from 307); Max value from RGB is 149 - color contains mainly: blue. Hex color #861895 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #861895 is #79E76A. Grayscale: #464646. Windows color (decimal): -7989099 or 9771142. OLE color: 9771142.
HSL color Cylindrical-coordinate representation of color #861895: hue angle of 292.8º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #861895 is Cyan = 0.10, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 134 | 24 | 149 | - |
| CMYK | 0.10 | 0.84 | 0 | 0.42 |
| HSL | 292.8º | 0.72% | 0.34% | - |
| HSV(B) | 292.8º | 0.84% | 0.58% | - |
| XYZ | 15.58 | 7.89 | 29.14 | - |
| YUV | 71.14 | 171.94 | 172.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 24 | 149 | 0.10 | 0.84 | 0 | 0.42 | 292.8 | 0.72 | 0.34 |
| Hex | 86 | 18 | 95 | A | 54 | 0 | 2A | 125 | 48 | 22 |
| Octal | 206 | 30 | 225 | 12 | 124 | 0 | 52 | 445 | 110 | 42 |
| Binary | 10000110 | 11000 | 10010101 | 1010 | 1010100 | 0 | 101010 | 100100101 | 1001000 | 100010 |
Color Harmonies of #861895
Complementary color
Monochromatic Colors of #861895
Black with #861895
Text Example
Text Example
White with #861895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861895; }
p { color: rgb(134,24,149); }
H1.HeaderClassName
{
color: #861895;
}
.AnyTagClassName
{
color: #861895;
}
</style>
background-color css
<style>
a { background-color: #861895; }
a { background-color: rgb(134,24,149); }
div.DivClassName
{
background-color: #861895;
}
.BgClassName
{
background-color: #861895;
}
</style>
border-color css
<style>
span { border-color: #861895; }
span { border-color: rgb(134,24,149); }
td.TdClassName
{
border-color: #861895;
}
.TagClassName
{
border-color: #861895;
}
</style>