Shades of Dark Magenta #861385
Tints of Dark Magenta #861385
RGB
CMYK
RGB Variations
Color information
#861385 (or 0x861385) is known color: Dark Magenta. HEX triplet: 86, 13 and 85. RGB value is (134,19,133). Sum of RGB (Red+Green+Blue) = 134+19+133=286 (37% of max value = 765). Red value is 134 (52.73% from 255 or 46.85% from 286); Green value is 19 (7.81% from 255 or 6.64% from 286); Blue value is 133 (52.34% from 255 or 46.50% from 286); Max value from RGB is 134 - color contains mainly: red. Hex color #861385 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #861385 is #79EC7A. Grayscale: #424242. Windows color (decimal): -7990395 or 8721286. OLE color: 8721286.
HSL color Cylindrical-coordinate representation of color #861385: hue angle of 300.52º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #861385 is Cyan = 0, Magento = 0.86, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 19 | 133 | - |
| CMYK | 0 | 0.86 | 0.01 | 0.47 |
| HSL | 300.52º | 0.75% | 0.3% | - |
| HSV(B) | 300.52º | 0.86% | 0.53% | - |
| XYZ | 14.3 | 7.23 | 22.83 | - |
| YUV | 66.38 | 165.6 | 176.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 19 | 133 | 0 | 0.86 | 0.01 | 0.47 | 300.52 | 0.75 | 0.3 |
| Hex | 86 | 13 | 85 | 0 | 56 | 1 | 2F | 12D | 4B | 1E |
| Octal | 206 | 23 | 205 | 0 | 126 | 1 | 57 | 455 | 113 | 36 |
| Binary | 10000110 | 10011 | 10000101 | 0 | 1010110 | 1 | 101111 | 100101101 | 1001011 | 11110 |
Color Harmonies of #861385
Complementary color
Monochromatic Colors of #861385
Black with #861385
Text Example
Text Example
White with #861385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861385; }
p { color: rgb(134,19,133); }
H1.HeaderClassName
{
color: #861385;
}
.AnyTagClassName
{
color: #861385;
}
</style>
background-color css
<style>
a { background-color: #861385; }
a { background-color: rgb(134,19,133); }
div.DivClassName
{
background-color: #861385;
}
.BgClassName
{
background-color: #861385;
}
</style>
border-color css
<style>
span { border-color: #861385; }
span { border-color: rgb(134,19,133); }
td.TdClassName
{
border-color: #861385;
}
.TagClassName
{
border-color: #861385;
}
</style>