Shades of Dark Magenta #9200AE
Tints of Dark Magenta #9200AE
RGB
CMYK
RGB Variations
Color information
#9200AE (or 0x9200AE) is known color: Dark Magenta. HEX triplet: 92, 00 and AE. RGB value is (146,0,174). Sum of RGB (Red+Green+Blue) = 146+0+174=320 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.62% from 320); Green value is 0 (0.39% from 255 or 0% from 320); Blue value is 174 (68.36% from 255 or 54.38% from 320); Max value from RGB is 174 - color contains mainly: blue. Hex color #9200AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9200AE is #6DFF51. Grayscale: #3E3E3E. Windows color (decimal): -7208786 or 11403410. OLE color: 11403410.
HSL color Cylindrical-coordinate representation of color #9200AE: hue angle of 290.34º 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 #9200AE is Cyan = 0.16, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 146 | 0 | 174 | - |
| CMYK | 0.16 | 1 | 0 | 0.32 |
| HSL | 290.34º | 1% | 0.34% | - |
| HSV(B) | 290.34º | 1% | 0.68% | - |
| XYZ | 19.49 | 9.17 | 40.79 | - |
| YUV | 63.49 | 190.37 | 186.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 0 | 174 | 0.16 | 1 | 0 | 0.32 | 290.34 | 1 | 0.34 |
| Hex | 92 | 0 | AE | 10 | 64 | 0 | 20 | 122 | 64 | 22 |
| Octal | 222 | 0 | 256 | 20 | 144 | 0 | 40 | 442 | 144 | 42 |
| Binary | 10010010 | 0 | 10101110 | 10000 | 1100100 | 0 | 100000 | 100100010 | 1100100 | 100010 |
Color Harmonies of #9200AE
Complementary color
Monochromatic Colors of #9200AE
Black with #9200AE
Text Example
Text Example
White with #9200AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9200AE; }
p { color: rgb(146,0,174); }
H1.HeaderClassName
{
color: #9200AE;
}
.AnyTagClassName
{
color: #9200AE;
}
</style>
background-color css
<style>
a { background-color: #9200AE; }
a { background-color: rgb(146,0,174); }
div.DivClassName
{
background-color: #9200AE;
}
.BgClassName
{
background-color: #9200AE;
}
</style>
border-color css
<style>
span { border-color: #9200AE; }
span { border-color: rgb(146,0,174); }
td.TdClassName
{
border-color: #9200AE;
}
.TagClassName
{
border-color: #9200AE;
}
</style>