Shades of Dark Magenta #850F98
Tints of Dark Magenta #850F98
RGB
CMYK
RGB Variations
Color information
#850F98 (or 0x850F98) is known color: Dark Magenta. HEX triplet: 85, 0F and 98. RGB value is (133,15,152). Sum of RGB (Red+Green+Blue) = 133+15+152=300 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.33% from 300); Green value is 15 (6.25% from 255 or 5% from 300); Blue value is 152 (59.77% from 255 or 50.67% from 300); Max value from RGB is 152 - color contains mainly: blue. Hex color #850F98 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #850F98 is #7AF067. Grayscale: #414141. Windows color (decimal): -8056936 or 9965445. OLE color: 9965445.
HSL color Cylindrical-coordinate representation of color #850F98: hue angle of 291.68º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #850F98 is Cyan = 0.13, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 133 | 15 | 152 | - |
| CMYK | 0.13 | 0.90 | 0 | 0.40 |
| HSL | 291.68º | 0.82% | 0.33% | - |
| HSV(B) | 291.68º | 0.9% | 0.6% | - |
| XYZ | 15.51 | 7.6 | 30.35 | - |
| YUV | 65.9 | 176.59 | 175.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 15 | 152 | 0.13 | 0.90 | 0 | 0.40 | 291.68 | 0.82 | 0.33 |
| Hex | 85 | F | 98 | D | 5A | 0 | 28 | 124 | 52 | 21 |
| Octal | 205 | 17 | 230 | 15 | 132 | 0 | 50 | 444 | 122 | 41 |
| Binary | 10000101 | 1111 | 10011000 | 1101 | 1011010 | 0 | 101000 | 100100100 | 1010010 | 100001 |
Color Harmonies of #850F98
Complementary color
Monochromatic Colors of #850F98
Black with #850F98
Text Example
Text Example
White with #850F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850F98; }
p { color: rgb(133,15,152); }
H1.HeaderClassName
{
color: #850F98;
}
.AnyTagClassName
{
color: #850F98;
}
</style>
background-color css
<style>
a { background-color: #850F98; }
a { background-color: rgb(133,15,152); }
div.DivClassName
{
background-color: #850F98;
}
.BgClassName
{
background-color: #850F98;
}
</style>
border-color css
<style>
span { border-color: #850F98; }
span { border-color: rgb(133,15,152); }
td.TdClassName
{
border-color: #850F98;
}
.TagClassName
{
border-color: #850F98;
}
</style>