Shades of Dark Magenta #860199
Tints of Dark Magenta #860199
RGB
CMYK
RGB Variations
Color information
#860199 (or 0x860199) is known color: Dark Magenta. HEX triplet: 86, 01 and 99. RGB value is (134,1,153). Sum of RGB (Red+Green+Blue) = 134+1+153=288 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.53% from 288); Green value is 1 (0.78% from 255 or 0.35% from 288); Blue value is 153 (60.16% from 255 or 53.12% from 288); Max value from RGB is 153 - color contains mainly: blue. Hex color #860199 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860199 is #79FE66. Grayscale: #393939. Windows color (decimal): -7994983 or 10027398. OLE color: 10027398.
HSL color Cylindrical-coordinate representation of color #860199: hue angle of 292.5º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #860199 is Cyan = 0.12, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 134 | 1 | 153 | - |
| CMYK | 0.12 | 0.99 | 0 | 0.4 |
| HSL | 292.5º | 0.99% | 0.3% | - |
| HSV(B) | 292.5º | 0.99% | 0.6% | - |
| XYZ | 15.59 | 7.39 | 30.74 | - |
| YUV | 58.1 | 181.56 | 182.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 1 | 153 | 0.12 | 0.99 | 0 | 0.4 | 292.5 | 0.99 | 0.3 |
| Hex | 86 | 1 | 99 | C | 63 | 0 | 28 | 124 | 63 | 1E |
| Octal | 206 | 1 | 231 | 14 | 143 | 0 | 50 | 444 | 143 | 36 |
| Binary | 10000110 | 1 | 10011001 | 1100 | 1100011 | 0 | 101000 | 100100100 | 1100011 | 11110 |
Color Harmonies of #860199
Complementary color
Monochromatic Colors of #860199
Black with #860199
Text Example
Text Example
White with #860199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860199; }
p { color: rgb(134,1,153); }
H1.HeaderClassName
{
color: #860199;
}
.AnyTagClassName
{
color: #860199;
}
</style>
background-color css
<style>
a { background-color: #860199; }
a { background-color: rgb(134,1,153); }
div.DivClassName
{
background-color: #860199;
}
.BgClassName
{
background-color: #860199;
}
</style>
border-color css
<style>
span { border-color: #860199; }
span { border-color: rgb(134,1,153); }
td.TdClassName
{
border-color: #860199;
}
.TagClassName
{
border-color: #860199;
}
</style>