Shades of Dark Magenta #9200AD
Tints of Dark Magenta #9200AD
RGB
CMYK
RGB Variations
Color information
#9200AD (or 0x9200AD) is known color: Dark Magenta. HEX triplet: 92, 00 and AD. RGB value is (146,0,173). Sum of RGB (Red+Green+Blue) = 146+0+173=319 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.77% from 319); Green value is 0 (0.39% from 255 or 0% from 319); Blue value is 173 (67.97% from 255 or 54.23% from 319); Max value from RGB is 173 - color contains mainly: blue. Hex color #9200AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9200AD is #6DFF52. Grayscale: #3E3E3E. Windows color (decimal): -7208787 or 11337874. OLE color: 11337874.
HSL color Cylindrical-coordinate representation of color #9200AD: hue angle of 290.64º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9200AD is Cyan = 0.16, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 146 | 0 | 173 | - |
| CMYK | 0.16 | 1 | 0 | 0.32 |
| HSL | 290.64º | 1% | 0.34% | - |
| HSV(B) | 290.64º | 1% | 0.68% | - |
| XYZ | 19.4 | 9.13 | 40.27 | - |
| YUV | 63.38 | 189.87 | 186.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 0 | 173 | 0.16 | 1 | 0 | 0.32 | 290.64 | 1 | 0.34 |
| Hex | 92 | 0 | AD | 10 | 64 | 0 | 20 | 123 | 64 | 22 |
| Octal | 222 | 0 | 255 | 20 | 144 | 0 | 40 | 443 | 144 | 42 |
| Binary | 10010010 | 0 | 10101101 | 10000 | 1100100 | 0 | 100000 | 100100011 | 1100100 | 100010 |
Color Harmonies of #9200AD
Complementary color
Monochromatic Colors of #9200AD
Black with #9200AD
Text Example
Text Example
White with #9200AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9200AD; }
p { color: rgb(146,0,173); }
H1.HeaderClassName
{
color: #9200AD;
}
.AnyTagClassName
{
color: #9200AD;
}
</style>
background-color css
<style>
a { background-color: #9200AD; }
a { background-color: rgb(146,0,173); }
div.DivClassName
{
background-color: #9200AD;
}
.BgClassName
{
background-color: #9200AD;
}
</style>
border-color css
<style>
span { border-color: #9200AD; }
span { border-color: rgb(146,0,173); }
td.TdClassName
{
border-color: #9200AD;
}
.TagClassName
{
border-color: #9200AD;
}
</style>