Shades of Dark Magenta #860D8B
Tints of Dark Magenta #860D8B
RGB
CMYK
RGB Variations
Color information
#860D8B (or 0x860D8B) is known color: Dark Magenta. HEX triplet: 86, 0D and 8B. RGB value is (134,13,139). Sum of RGB (Red+Green+Blue) = 134+13+139=286 (37% of max value = 765). Red value is 134 (52.73% from 255 or 46.85% from 286); Green value is 13 (5.47% from 255 or 4.55% from 286); Blue value is 139 (54.69% from 255 or 48.60% from 286); Max value from RGB is 139 - color contains mainly: blue. Hex color #860D8B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860D8B is #79F274. Grayscale: #3F3F3F. Windows color (decimal): -7991925 or 9112966. OLE color: 9112966.
HSL color Cylindrical-coordinate representation of color #860D8B: hue angle of 297.62º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #860D8B is Cyan = 0.04, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 134 | 13 | 139 | - |
| CMYK | 0.04 | 0.91 | 0 | 0.45 |
| HSL | 297.62º | 0.83% | 0.3% | - |
| HSV(B) | 297.62º | 0.91% | 0.55% | - |
| XYZ | 14.64 | 7.22 | 25.05 | - |
| YUV | 63.54 | 170.59 | 178.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 13 | 139 | 0.04 | 0.91 | 0 | 0.45 | 297.62 | 0.83 | 0.3 |
| Hex | 86 | D | 8B | 4 | 5B | 0 | 2D | 12A | 53 | 1E |
| Octal | 206 | 15 | 213 | 4 | 133 | 0 | 55 | 452 | 123 | 36 |
| Binary | 10000110 | 1101 | 10001011 | 100 | 1011011 | 0 | 101101 | 100101010 | 1010011 | 11110 |
Color Harmonies of #860D8B
Complementary color
Monochromatic Colors of #860D8B
Black with #860D8B
Text Example
Text Example
White with #860D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860D8B; }
p { color: rgb(134,13,139); }
H1.HeaderClassName
{
color: #860D8B;
}
.AnyTagClassName
{
color: #860D8B;
}
</style>
background-color css
<style>
a { background-color: #860D8B; }
a { background-color: rgb(134,13,139); }
div.DivClassName
{
background-color: #860D8B;
}
.BgClassName
{
background-color: #860D8B;
}
</style>
border-color css
<style>
span { border-color: #860D8B; }
span { border-color: rgb(134,13,139); }
td.TdClassName
{
border-color: #860D8B;
}
.TagClassName
{
border-color: #860D8B;
}
</style>