Shades of Dark Magenta #9212AD
Tints of Dark Magenta #9212AD
RGB
CMYK
RGB Variations
Color information
#9212AD (or 0x9212AD) is known color: Dark Magenta. HEX triplet: 92, 12 and AD. RGB value is (146,18,173). Sum of RGB (Red+Green+Blue) = 146+18+173=337 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.32% from 337); Green value is 18 (7.42% from 255 or 5.34% from 337); Blue value is 173 (67.97% from 255 or 51.34% from 337); Max value from RGB is 173 - color contains mainly: blue. Hex color #9212AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9212AD is #6DED52. Grayscale: #494949. Windows color (decimal): -7204179 or 11342482. OLE color: 11342482.
HSL color Cylindrical-coordinate representation of color #9212AD: hue angle of 289.55º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9212AD is Cyan = 0.16, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 146 | 18 | 173 | - |
| CMYK | 0.16 | 0.90 | 0 | 0.32 |
| HSL | 289.55º | 0.81% | 0.37% | - |
| HSV(B) | 289.55º | 0.9% | 0.68% | - |
| XYZ | 19.61 | 9.56 | 40.35 | - |
| YUV | 73.94 | 183.91 | 179.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 18 | 173 | 0.16 | 0.90 | 0 | 0.32 | 289.55 | 0.81 | 0.37 |
| Hex | 92 | 12 | AD | 10 | 5A | 0 | 20 | 122 | 51 | 25 |
| Octal | 222 | 22 | 255 | 20 | 132 | 0 | 40 | 442 | 121 | 45 |
| Binary | 10010010 | 10010 | 10101101 | 10000 | 1011010 | 0 | 100000 | 100100010 | 1010001 | 100101 |
Color Harmonies of #9212AD
Complementary color
Monochromatic Colors of #9212AD
Black with #9212AD
Text Example
Text Example
White with #9212AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9212AD; }
p { color: rgb(146,18,173); }
H1.HeaderClassName
{
color: #9212AD;
}
.AnyTagClassName
{
color: #9212AD;
}
</style>
background-color css
<style>
a { background-color: #9212AD; }
a { background-color: rgb(146,18,173); }
div.DivClassName
{
background-color: #9212AD;
}
.BgClassName
{
background-color: #9212AD;
}
</style>
border-color css
<style>
span { border-color: #9212AD; }
span { border-color: rgb(146,18,173); }
td.TdClassName
{
border-color: #9212AD;
}
.TagClassName
{
border-color: #9212AD;
}
</style>