Shades of Dark Magenta #860085
Tints of Dark Magenta #860085
RGB
CMYK
RGB Variations
Color information
#860085 (or 0x860085) is known color: Dark Magenta. HEX triplet: 86, 00 and 85. RGB value is (134,0,133). Sum of RGB (Red+Green+Blue) = 134+0+133=267 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.19% from 267); Green value is 0 (0.39% from 255 or 0% from 267); Blue value is 133 (52.34% from 255 or 49.81% from 267); Max value from RGB is 134 - color contains mainly: red. Hex color #860085 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860085 is #79FF7A. Grayscale: #363636. Windows color (decimal): -7995259 or 8716422. OLE color: 8716422.
HSL color Cylindrical-coordinate representation of color #860085: hue angle of 300.45º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #860085 is Cyan = 0, Magento = 1, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 0 | 133 | - |
| CMYK | 0 | 1 | 0.01 | 0.47 |
| HSL | 300.45º | 1% | 0.26% | - |
| HSV(B) | 300.45º | 1% | 0.53% | - |
| XYZ | 14.07 | 6.76 | 22.75 | - |
| YUV | 55.23 | 171.89 | 184.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 0 | 133 | 0 | 1 | 0.01 | 0.47 | 300.45 | 1 | 0.26 |
| Hex | 86 | 0 | 85 | 0 | 64 | 1 | 2F | 12C | 64 | 1A |
| Octal | 206 | 0 | 205 | 0 | 144 | 1 | 57 | 454 | 144 | 32 |
| Binary | 10000110 | 0 | 10000101 | 0 | 1100100 | 1 | 101111 | 100101100 | 1100100 | 11010 |
Color Harmonies of #860085
Complementary color
Monochromatic Colors of #860085
Black with #860085
Text Example
Text Example
White with #860085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860085; }
p { color: rgb(134,0,133); }
H1.HeaderClassName
{
color: #860085;
}
.AnyTagClassName
{
color: #860085;
}
</style>
background-color css
<style>
a { background-color: #860085; }
a { background-color: rgb(134,0,133); }
div.DivClassName
{
background-color: #860085;
}
.BgClassName
{
background-color: #860085;
}
</style>
border-color css
<style>
span { border-color: #860085; }
span { border-color: rgb(134,0,133); }
td.TdClassName
{
border-color: #860085;
}
.TagClassName
{
border-color: #860085;
}
</style>