Shades of Dark Magenta #86019B
Tints of Dark Magenta #86019B
RGB
CMYK
RGB Variations
Color information
#86019B (or 0x86019B) is known color: Dark Magenta. HEX triplet: 86, 01 and 9B. RGB value is (134,1,155). Sum of RGB (Red+Green+Blue) = 134+1+155=290 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.21% from 290); Green value is 1 (0.78% from 255 or 0.34% from 290); Blue value is 155 (60.94% from 255 or 53.45% from 290); Max value from RGB is 155 - color contains mainly: blue. Hex color #86019B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #86019B is #79FE64. Grayscale: #393939. Windows color (decimal): -7994981 or 10158470. OLE color: 10158470.
HSL color Cylindrical-coordinate representation of color #86019B: hue angle of 291.82º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #86019B is Cyan = 0.14, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 134 | 1 | 155 | - |
| CMYK | 0.14 | 0.99 | 0 | 0.39 |
| HSL | 291.82º | 0.99% | 0.31% | - |
| HSV(B) | 291.82º | 0.99% | 0.61% | - |
| XYZ | 15.76 | 7.46 | 31.62 | - |
| YUV | 58.32 | 182.56 | 181.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 1 | 155 | 0.14 | 0.99 | 0 | 0.39 | 291.82 | 0.99 | 0.31 |
| Hex | 86 | 1 | 9B | E | 63 | 0 | 27 | 124 | 63 | 1F |
| Octal | 206 | 1 | 233 | 16 | 143 | 0 | 47 | 444 | 143 | 37 |
| Binary | 10000110 | 1 | 10011011 | 1110 | 1100011 | 0 | 100111 | 100100100 | 1100011 | 11111 |
Color Harmonies of #86019B
Complementary color
Monochromatic Colors of #86019B
Black with #86019B
Text Example
Text Example
White with #86019B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86019B; }
p { color: rgb(134,1,155); }
H1.HeaderClassName
{
color: #86019B;
}
.AnyTagClassName
{
color: #86019B;
}
</style>
background-color css
<style>
a { background-color: #86019B; }
a { background-color: rgb(134,1,155); }
div.DivClassName
{
background-color: #86019B;
}
.BgClassName
{
background-color: #86019B;
}
</style>
border-color css
<style>
span { border-color: #86019B; }
span { border-color: rgb(134,1,155); }
td.TdClassName
{
border-color: #86019B;
}
.TagClassName
{
border-color: #86019B;
}
</style>