Shades of Dark Magenta #85198F
Tints of Dark Magenta #85198F
RGB
CMYK
RGB Variations
Color information
#85198F (or 0x85198F) is known color: Dark Magenta. HEX triplet: 85, 19 and 8F. RGB value is (133,25,143). Sum of RGB (Red+Green+Blue) = 133+25+143=301 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.19% from 301); Green value is 25 (10.16% from 255 or 8.31% from 301); Blue value is 143 (56.25% from 255 or 47.51% from 301); Max value from RGB is 143 - color contains mainly: blue. Hex color #85198F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #85198F is #7AE670. Grayscale: #464646. Windows color (decimal): -8054385 or 9378181. OLE color: 9378181.
HSL color Cylindrical-coordinate representation of color #85198F: hue angle of 294.92º 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 #85198F is Cyan = 0.07, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 133 | 25 | 143 | - |
| CMYK | 0.07 | 0.83 | 0 | 0.44 |
| HSL | 294.92º | 0.7% | 0.33% | - |
| HSV(B) | 294.92º | 0.83% | 0.56% | - |
| XYZ | 14.98 | 7.66 | 26.68 | - |
| YUV | 70.74 | 168.78 | 172.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 25 | 143 | 0.07 | 0.83 | 0 | 0.44 | 294.92 | 0.7 | 0.33 |
| Hex | 85 | 19 | 8F | 7 | 53 | 0 | 2C | 127 | 46 | 21 |
| Octal | 205 | 31 | 217 | 7 | 123 | 0 | 54 | 447 | 106 | 41 |
| Binary | 10000101 | 11001 | 10001111 | 111 | 1010011 | 0 | 101100 | 100100111 | 1000110 | 100001 |
Color Harmonies of #85198F
Complementary color
Monochromatic Colors of #85198F
Black with #85198F
Text Example
Text Example
White with #85198F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85198F; }
p { color: rgb(133,25,143); }
H1.HeaderClassName
{
color: #85198F;
}
.AnyTagClassName
{
color: #85198F;
}
</style>
background-color css
<style>
a { background-color: #85198F; }
a { background-color: rgb(133,25,143); }
div.DivClassName
{
background-color: #85198F;
}
.BgClassName
{
background-color: #85198F;
}
</style>
border-color css
<style>
span { border-color: #85198F; }
span { border-color: rgb(133,25,143); }
td.TdClassName
{
border-color: #85198F;
}
.TagClassName
{
border-color: #85198F;
}
</style>