Shades of Dark Magenta #86158B
Tints of Dark Magenta #86158B
RGB
CMYK
RGB Variations
Color information
#86158B (or 0x86158B) is known color: Dark Magenta. HEX triplet: 86, 15 and 8B. RGB value is (134,21,139). Sum of RGB (Red+Green+Blue) = 134+21+139=294 (38% of max value = 765). Red value is 134 (52.73% from 255 or 45.58% from 294); Green value is 21 (8.59% from 255 or 7.14% from 294); Blue value is 139 (54.69% from 255 or 47.28% from 294); Max value from RGB is 139 - color contains mainly: blue. Hex color #86158B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #86158B is #79EA74. Grayscale: #434343. Windows color (decimal): -7989877 or 9115014. OLE color: 9115014.
HSL color Cylindrical-coordinate representation of color #86158B: hue angle of 297.46º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #86158B is Cyan = 0.04, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 134 | 21 | 139 | - |
| CMYK | 0.04 | 0.85 | 0 | 0.45 |
| HSL | 297.46º | 0.74% | 0.31% | - |
| HSV(B) | 297.46º | 0.85% | 0.55% | - |
| XYZ | 14.76 | 7.47 | 25.09 | - |
| YUV | 68.24 | 167.94 | 174.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 21 | 139 | 0.04 | 0.85 | 0 | 0.45 | 297.46 | 0.74 | 0.31 |
| Hex | 86 | 15 | 8B | 4 | 55 | 0 | 2D | 129 | 4A | 1F |
| Octal | 206 | 25 | 213 | 4 | 125 | 0 | 55 | 451 | 112 | 37 |
| Binary | 10000110 | 10101 | 10001011 | 100 | 1010101 | 0 | 101101 | 100101001 | 1001010 | 11111 |
Color Harmonies of #86158B
Complementary color
Monochromatic Colors of #86158B
Black with #86158B
Text Example
Text Example
White with #86158B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86158B; }
p { color: rgb(134,21,139); }
H1.HeaderClassName
{
color: #86158B;
}
.AnyTagClassName
{
color: #86158B;
}
</style>
background-color css
<style>
a { background-color: #86158B; }
a { background-color: rgb(134,21,139); }
div.DivClassName
{
background-color: #86158B;
}
.BgClassName
{
background-color: #86158B;
}
</style>
border-color css
<style>
span { border-color: #86158B; }
span { border-color: rgb(134,21,139); }
td.TdClassName
{
border-color: #86158B;
}
.TagClassName
{
border-color: #86158B;
}
</style>