Shades of Dark Magenta #850198
Tints of Dark Magenta #850198
RGB
CMYK
RGB Variations
Color information
#850198 (or 0x850198) is known color: Dark Magenta. HEX triplet: 85, 01 and 98. RGB value is (133,1,152). Sum of RGB (Red+Green+Blue) = 133+1+152=286 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.50% from 286); Green value is 1 (0.78% from 255 or 0.35% from 286); Blue value is 152 (59.77% from 255 or 53.15% from 286); Max value from RGB is 152 - color contains mainly: blue. Hex color #850198 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #850198 is #7AFE67. Grayscale: #393939. Windows color (decimal): -8060520 or 9961861. OLE color: 9961861.
HSL color Cylindrical-coordinate representation of color #850198: hue angle of 292.45º 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 #850198 is Cyan = 0.13, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 133 | 1 | 152 | - |
| CMYK | 0.13 | 0.99 | 0 | 0.40 |
| HSL | 292.45º | 0.99% | 0.3% | - |
| HSV(B) | 292.45º | 0.99% | 0.6% | - |
| XYZ | 15.35 | 7.28 | 30.3 | - |
| YUV | 57.68 | 181.23 | 181.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 1 | 152 | 0.13 | 0.99 | 0 | 0.40 | 292.45 | 0.99 | 0.3 |
| Hex | 85 | 1 | 98 | D | 63 | 0 | 28 | 124 | 63 | 1E |
| Octal | 205 | 1 | 230 | 15 | 143 | 0 | 50 | 444 | 143 | 36 |
| Binary | 10000101 | 1 | 10011000 | 1101 | 1100011 | 0 | 101000 | 100100100 | 1100011 | 11110 |
Color Harmonies of #850198
Complementary color
Monochromatic Colors of #850198
Black with #850198
Text Example
Text Example
White with #850198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850198; }
p { color: rgb(133,1,152); }
H1.HeaderClassName
{
color: #850198;
}
.AnyTagClassName
{
color: #850198;
}
</style>
background-color css
<style>
a { background-color: #850198; }
a { background-color: rgb(133,1,152); }
div.DivClassName
{
background-color: #850198;
}
.BgClassName
{
background-color: #850198;
}
</style>
border-color css
<style>
span { border-color: #850198; }
span { border-color: rgb(133,1,152); }
td.TdClassName
{
border-color: #850198;
}
.TagClassName
{
border-color: #850198;
}
</style>