Shades of Dark Magenta #86148D
Tints of Dark Magenta #86148D
RGB
CMYK
RGB Variations
Color information
#86148D (or 0x86148D) is known color: Dark Magenta. HEX triplet: 86, 14 and 8D. RGB value is (134,20,141). Sum of RGB (Red+Green+Blue) = 134+20+141=295 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.42% from 295); Green value is 20 (8.20% from 255 or 6.78% from 295); Blue value is 141 (55.47% from 255 or 47.80% from 295); Max value from RGB is 141 - color contains mainly: blue. Hex color #86148D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #86148D is #79EB72. Grayscale: #434343. Windows color (decimal): -7990131 or 9245830. OLE color: 9245830.
HSL color Cylindrical-coordinate representation of color #86148D: hue angle of 296.53º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #86148D is Cyan = 0.05, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 134 | 20 | 141 | - |
| CMYK | 0.05 | 0.86 | 0 | 0.45 |
| HSL | 296.53º | 0.75% | 0.32% | - |
| HSV(B) | 296.53º | 0.86% | 0.55% | - |
| XYZ | 14.89 | 7.49 | 25.86 | - |
| YUV | 67.88 | 169.27 | 175.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 20 | 141 | 0.05 | 0.86 | 0 | 0.45 | 296.53 | 0.75 | 0.32 |
| Hex | 86 | 14 | 8D | 5 | 56 | 0 | 2D | 129 | 4B | 20 |
| Octal | 206 | 24 | 215 | 5 | 126 | 0 | 55 | 451 | 113 | 40 |
| Binary | 10000110 | 10100 | 10001101 | 101 | 1010110 | 0 | 101101 | 100101001 | 1001011 | 100000 |
Color Harmonies of #86148D
Complementary color
Monochromatic Colors of #86148D
Black with #86148D
Text Example
Text Example
White with #86148D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86148D; }
p { color: rgb(134,20,141); }
H1.HeaderClassName
{
color: #86148D;
}
.AnyTagClassName
{
color: #86148D;
}
</style>
background-color css
<style>
a { background-color: #86148D; }
a { background-color: rgb(134,20,141); }
div.DivClassName
{
background-color: #86148D;
}
.BgClassName
{
background-color: #86148D;
}
</style>
border-color css
<style>
span { border-color: #86148D; }
span { border-color: rgb(134,20,141); }
td.TdClassName
{
border-color: #86148D;
}
.TagClassName
{
border-color: #86148D;
}
</style>