Shades of Dark Magenta #850FAD
Tints of Dark Magenta #850FAD
RGB
CMYK
RGB Variations
Color information
#850FAD (or 0x850FAD) is known color: Dark Magenta. HEX triplet: 85, 0F and AD. RGB value is (133,15,173). Sum of RGB (Red+Green+Blue) = 133+15+173=321 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.43% from 321); Green value is 15 (6.25% from 255 or 4.67% from 321); Blue value is 173 (67.97% from 255 or 53.89% from 321); Max value from RGB is 173 - color contains mainly: blue. Hex color #850FAD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #850FAD is #7AF052. Grayscale: #434343. Windows color (decimal): -8056915 or 11341701. OLE color: 11341701.
HSL color Cylindrical-coordinate representation of color #850FAD: hue angle of 284.81º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #850FAD is Cyan = 0.23, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 133 | 15 | 173 | - |
| CMYK | 0.23 | 0.91 | 0 | 0.32 |
| HSL | 284.81º | 0.84% | 0.37% | - |
| HSV(B) | 284.81º | 0.91% | 0.68% | - |
| XYZ | 17.39 | 8.35 | 40.23 | - |
| YUV | 68.29 | 187.09 | 174.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 15 | 173 | 0.23 | 0.91 | 0 | 0.32 | 284.81 | 0.84 | 0.37 |
| Hex | 85 | F | AD | 17 | 5B | 0 | 20 | 11D | 54 | 25 |
| Octal | 205 | 17 | 255 | 27 | 133 | 0 | 40 | 435 | 124 | 45 |
| Binary | 10000101 | 1111 | 10101101 | 10111 | 1011011 | 0 | 100000 | 100011101 | 1010100 | 100101 |
Color Harmonies of #850FAD
Complementary color
Monochromatic Colors of #850FAD
Black with #850FAD
Text Example
Text Example
White with #850FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850FAD; }
p { color: rgb(133,15,173); }
H1.HeaderClassName
{
color: #850FAD;
}
.AnyTagClassName
{
color: #850FAD;
}
</style>
background-color css
<style>
a { background-color: #850FAD; }
a { background-color: rgb(133,15,173); }
div.DivClassName
{
background-color: #850FAD;
}
.BgClassName
{
background-color: #850FAD;
}
</style>
border-color css
<style>
span { border-color: #850FAD; }
span { border-color: rgb(133,15,173); }
td.TdClassName
{
border-color: #850FAD;
}
.TagClassName
{
border-color: #850FAD;
}
</style>