Shades of Dark Magenta #86198F
Tints of Dark Magenta #86198F
RGB
CMYK
RGB Variations
Color information
#86198F (or 0x86198F) is known color: Dark Magenta. HEX triplet: 86, 19 and 8F. RGB value is (134,25,143). Sum of RGB (Red+Green+Blue) = 134+25+143=302 (40% of max value = 765). Red value is 134 (52.73% from 255 or 44.37% from 302); Green value is 25 (10.16% from 255 or 8.28% from 302); Blue value is 143 (56.25% from 255 or 47.35% from 302); Max value from RGB is 143 - color contains mainly: blue. Hex color #86198F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #86198F is #79E670. Grayscale: #464646. Windows color (decimal): -7988849 or 9378182. OLE color: 9378182.
HSL color Cylindrical-coordinate representation of color #86198F: hue angle of 295.42º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #86198F is Cyan = 0.06, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 134 | 25 | 143 | - |
| CMYK | 0.06 | 0.83 | 0 | 0.44 |
| HSL | 295.42º | 0.7% | 0.33% | - |
| HSV(B) | 295.42º | 0.83% | 0.56% | - |
| XYZ | 15.14 | 7.75 | 26.68 | - |
| YUV | 71.04 | 168.61 | 172.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 25 | 143 | 0.06 | 0.83 | 0 | 0.44 | 295.42 | 0.7 | 0.33 |
| Hex | 86 | 19 | 8F | 6 | 53 | 0 | 2C | 127 | 46 | 21 |
| Octal | 206 | 31 | 217 | 6 | 123 | 0 | 54 | 447 | 106 | 41 |
| Binary | 10000110 | 11001 | 10001111 | 110 | 1010011 | 0 | 101100 | 100100111 | 1000110 | 100001 |
Color Harmonies of #86198F
Complementary color
Monochromatic Colors of #86198F
Black with #86198F
Text Example
Text Example
White with #86198F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86198F; }
p { color: rgb(134,25,143); }
H1.HeaderClassName
{
color: #86198F;
}
.AnyTagClassName
{
color: #86198F;
}
</style>
background-color css
<style>
a { background-color: #86198F; }
a { background-color: rgb(134,25,143); }
div.DivClassName
{
background-color: #86198F;
}
.BgClassName
{
background-color: #86198F;
}
</style>
border-color css
<style>
span { border-color: #86198F; }
span { border-color: rgb(134,25,143); }
td.TdClassName
{
border-color: #86198F;
}
.TagClassName
{
border-color: #86198F;
}
</style>