Shades of Dark Magenta #86019A
Tints of Dark Magenta #86019A
RGB
CMYK
RGB Variations
Color information
#86019A (or 0x86019A) is known color: Dark Magenta. HEX triplet: 86, 01 and 9A. RGB value is (134,1,154). Sum of RGB (Red+Green+Blue) = 134+1+154=289 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.37% from 289); Green value is 1 (0.78% from 255 or 0.35% from 289); Blue value is 154 (60.55% from 255 or 53.29% from 289); Max value from RGB is 154 - color contains mainly: blue. Hex color #86019A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #86019A is #79FE65. Grayscale: #393939. Windows color (decimal): -7994982 or 10092934. OLE color: 10092934.
HSL color Cylindrical-coordinate representation of color #86019A: hue angle of 292.16º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #86019A is Cyan = 0.13, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 134 | 1 | 154 | - |
| CMYK | 0.13 | 0.99 | 0 | 0.40 |
| HSL | 292.16º | 0.99% | 0.3% | - |
| HSV(B) | 292.16º | 0.99% | 0.6% | - |
| XYZ | 15.68 | 7.42 | 31.18 | - |
| YUV | 58.21 | 182.06 | 182.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 1 | 154 | 0.13 | 0.99 | 0 | 0.40 | 292.16 | 0.99 | 0.3 |
| Hex | 86 | 1 | 9A | D | 63 | 0 | 28 | 124 | 63 | 1E |
| Octal | 206 | 1 | 232 | 15 | 143 | 0 | 50 | 444 | 143 | 36 |
| Binary | 10000110 | 1 | 10011010 | 1101 | 1100011 | 0 | 101000 | 100100100 | 1100011 | 11110 |
Color Harmonies of #86019A
Complementary color
Monochromatic Colors of #86019A
Black with #86019A
Text Example
Text Example
White with #86019A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86019A; }
p { color: rgb(134,1,154); }
H1.HeaderClassName
{
color: #86019A;
}
.AnyTagClassName
{
color: #86019A;
}
</style>
background-color css
<style>
a { background-color: #86019A; }
a { background-color: rgb(134,1,154); }
div.DivClassName
{
background-color: #86019A;
}
.BgClassName
{
background-color: #86019A;
}
</style>
border-color css
<style>
span { border-color: #86019A; }
span { border-color: rgb(134,1,154); }
td.TdClassName
{
border-color: #86019A;
}
.TagClassName
{
border-color: #86019A;
}
</style>