Shades of Dark Magenta #86158F
Tints of Dark Magenta #86158F
RGB
CMYK
RGB Variations
Color information
#86158F (or 0x86158F) is known color: Dark Magenta. HEX triplet: 86, 15 and 8F. RGB value is (134,21,143). Sum of RGB (Red+Green+Blue) = 134+21+143=298 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.97% from 298); Green value is 21 (8.59% from 255 or 7.05% from 298); Blue value is 143 (56.25% from 255 or 47.99% from 298); Max value from RGB is 143 - color contains mainly: blue. Hex color #86158F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #86158F is #79EA70. Grayscale: #444444. Windows color (decimal): -7989873 or 9377158. OLE color: 9377158.
HSL color Cylindrical-coordinate representation of color #86158F: hue angle of 295.57º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #86158F is Cyan = 0.06, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 134 | 21 | 143 | - |
| CMYK | 0.06 | 0.85 | 0 | 0.44 |
| HSL | 295.57º | 0.74% | 0.32% | - |
| HSV(B) | 295.57º | 0.85% | 0.56% | - |
| XYZ | 15.06 | 7.59 | 26.66 | - |
| YUV | 68.7 | 169.94 | 174.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 21 | 143 | 0.06 | 0.85 | 0 | 0.44 | 295.57 | 0.74 | 0.32 |
| Hex | 86 | 15 | 8F | 6 | 55 | 0 | 2C | 128 | 4A | 20 |
| Octal | 206 | 25 | 217 | 6 | 125 | 0 | 54 | 450 | 112 | 40 |
| Binary | 10000110 | 10101 | 10001111 | 110 | 1010101 | 0 | 101100 | 100101000 | 1001010 | 100000 |
Color Harmonies of #86158F
Complementary color
Monochromatic Colors of #86158F
Black with #86158F
Text Example
Text Example
White with #86158F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86158F; }
p { color: rgb(134,21,143); }
H1.HeaderClassName
{
color: #86158F;
}
.AnyTagClassName
{
color: #86158F;
}
</style>
background-color css
<style>
a { background-color: #86158F; }
a { background-color: rgb(134,21,143); }
div.DivClassName
{
background-color: #86158F;
}
.BgClassName
{
background-color: #86158F;
}
</style>
border-color css
<style>
span { border-color: #86158F; }
span { border-color: rgb(134,21,143); }
td.TdClassName
{
border-color: #86158F;
}
.TagClassName
{
border-color: #86158F;
}
</style>