Shades of Dark Magenta #850A9A
Tints of Dark Magenta #850A9A
RGB
CMYK
RGB Variations
Color information
#850A9A (or 0x850A9A) is known color: Dark Magenta. HEX triplet: 85, 0A and 9A. RGB value is (133,10,154). Sum of RGB (Red+Green+Blue) = 133+10+154=297 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.78% from 297); Green value is 10 (4.30% from 255 or 3.37% from 297); Blue value is 154 (60.55% from 255 or 51.85% from 297); Max value from RGB is 154 - color contains mainly: blue. Hex color #850A9A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #850A9A is #7AF565. Grayscale: #3E3E3E. Windows color (decimal): -8058214 or 10095237. OLE color: 10095237.
HSL color Cylindrical-coordinate representation of color #850A9A: hue angle of 291.25º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #850A9A is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 133 | 10 | 154 | - |
| CMYK | 0.14 | 0.94 | 0 | 0.40 |
| HSL | 291.25º | 0.88% | 0.32% | - |
| HSV(B) | 291.25º | 0.94% | 0.6% | - |
| XYZ | 15.61 | 7.54 | 31.2 | - |
| YUV | 63.19 | 179.25 | 177.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 10 | 154 | 0.14 | 0.94 | 0 | 0.40 | 291.25 | 0.88 | 0.32 |
| Hex | 85 | A | 9A | E | 5E | 0 | 28 | 123 | 58 | 20 |
| Octal | 205 | 12 | 232 | 16 | 136 | 0 | 50 | 443 | 130 | 40 |
| Binary | 10000101 | 1010 | 10011010 | 1110 | 1011110 | 0 | 101000 | 100100011 | 1011000 | 100000 |
Color Harmonies of #850A9A
Complementary color
Monochromatic Colors of #850A9A
Black with #850A9A
Text Example
Text Example
White with #850A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850A9A; }
p { color: rgb(133,10,154); }
H1.HeaderClassName
{
color: #850A9A;
}
.AnyTagClassName
{
color: #850A9A;
}
</style>
background-color css
<style>
a { background-color: #850A9A; }
a { background-color: rgb(133,10,154); }
div.DivClassName
{
background-color: #850A9A;
}
.BgClassName
{
background-color: #850A9A;
}
</style>
border-color css
<style>
span { border-color: #850A9A; }
span { border-color: rgb(133,10,154); }
td.TdClassName
{
border-color: #850A9A;
}
.TagClassName
{
border-color: #850A9A;
}
</style>