Shades of Dark Magenta #860B85
Tints of Dark Magenta #860B85
RGB
CMYK
RGB Variations
Color information
#860B85 (or 0x860B85) is known color: Dark Magenta. HEX triplet: 86, 0B and 85. RGB value is (134,11,133). Sum of RGB (Red+Green+Blue) = 134+11+133=278 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.20% from 278); Green value is 11 (4.69% from 255 or 3.96% from 278); Blue value is 133 (52.34% from 255 or 47.84% from 278); Max value from RGB is 134 - color contains mainly: red. Hex color #860B85 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860B85 is #79F47A. Grayscale: #3D3D3D. Windows color (decimal): -7992443 or 8719238. OLE color: 8719238.
HSL color Cylindrical-coordinate representation of color #860B85: hue angle of 300.49º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #860B85 is Cyan = 0, Magento = 0.92, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 11 | 133 | - |
| CMYK | 0 | 0.92 | 0.01 | 0.47 |
| HSL | 300.49º | 0.85% | 0.28% | - |
| HSV(B) | 300.49º | 0.92% | 0.53% | - |
| XYZ | 14.18 | 7 | 22.79 | - |
| YUV | 61.69 | 168.25 | 179.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 11 | 133 | 0 | 0.92 | 0.01 | 0.47 | 300.49 | 0.85 | 0.28 |
| Hex | 86 | B | 85 | 0 | 5C | 1 | 2F | 12C | 55 | 1C |
| Octal | 206 | 13 | 205 | 0 | 134 | 1 | 57 | 454 | 125 | 34 |
| Binary | 10000110 | 1011 | 10000101 | 0 | 1011100 | 1 | 101111 | 100101100 | 1010101 | 11100 |
Color Harmonies of #860B85
Complementary color
Monochromatic Colors of #860B85
Black with #860B85
Text Example
Text Example
White with #860B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860B85; }
p { color: rgb(134,11,133); }
H1.HeaderClassName
{
color: #860B85;
}
.AnyTagClassName
{
color: #860B85;
}
</style>
background-color css
<style>
a { background-color: #860B85; }
a { background-color: rgb(134,11,133); }
div.DivClassName
{
background-color: #860B85;
}
.BgClassName
{
background-color: #860B85;
}
</style>
border-color css
<style>
span { border-color: #860B85; }
span { border-color: rgb(134,11,133); }
td.TdClassName
{
border-color: #860B85;
}
.TagClassName
{
border-color: #860B85;
}
</style>