Shades of Dark Magenta #850FA8
Tints of Dark Magenta #850FA8
RGB
CMYK
RGB Variations
Color information
#850FA8 (or 0x850FA8) is known color: Dark Magenta. HEX triplet: 85, 0F and A8. RGB value is (133,15,168). Sum of RGB (Red+Green+Blue) = 133+15+168=316 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.09% from 316); Green value is 15 (6.25% from 255 or 4.75% from 316); Blue value is 168 (66.02% from 255 or 53.16% from 316); Max value from RGB is 168 - color contains mainly: blue. Hex color #850FA8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #850FA8 is #7AF057. Grayscale: #434343. Windows color (decimal): -8056920 or 11014021. OLE color: 11014021.
HSL color Cylindrical-coordinate representation of color #850FA8: hue angle of 286.27º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #850FA8 is Cyan = 0.21, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 133 | 15 | 168 | - |
| CMYK | 0.21 | 0.91 | 0 | 0.34 |
| HSL | 286.27º | 0.84% | 0.36% | - |
| HSV(B) | 286.27º | 0.91% | 0.66% | - |
| XYZ | 16.91 | 8.16 | 37.73 | - |
| YUV | 67.72 | 184.59 | 174.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 15 | 168 | 0.21 | 0.91 | 0 | 0.34 | 286.27 | 0.84 | 0.36 |
| Hex | 85 | F | A8 | 15 | 5B | 0 | 22 | 11E | 54 | 24 |
| Octal | 205 | 17 | 250 | 25 | 133 | 0 | 42 | 436 | 124 | 44 |
| Binary | 10000101 | 1111 | 10101000 | 10101 | 1011011 | 0 | 100010 | 100011110 | 1010100 | 100100 |
Color Harmonies of #850FA8
Complementary color
Monochromatic Colors of #850FA8
Black with #850FA8
Text Example
Text Example
White with #850FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850FA8; }
p { color: rgb(133,15,168); }
H1.HeaderClassName
{
color: #850FA8;
}
.AnyTagClassName
{
color: #850FA8;
}
</style>
background-color css
<style>
a { background-color: #850FA8; }
a { background-color: rgb(133,15,168); }
div.DivClassName
{
background-color: #850FA8;
}
.BgClassName
{
background-color: #850FA8;
}
</style>
border-color css
<style>
span { border-color: #850FA8; }
span { border-color: rgb(133,15,168); }
td.TdClassName
{
border-color: #850FA8;
}
.TagClassName
{
border-color: #850FA8;
}
</style>