Shades of Dark Magenta #9203A0
Tints of Dark Magenta #9203A0
RGB
CMYK
RGB Variations
Color information
#9203A0 (or 0x9203A0) is known color: Dark Magenta. HEX triplet: 92, 03 and A0. RGB value is (146,3,160). Sum of RGB (Red+Green+Blue) = 146+3+160=309 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.25% from 309); Green value is 3 (1.56% from 255 or 0.97% from 309); Blue value is 160 (62.89% from 255 or 51.78% from 309); Max value from RGB is 160 - color contains mainly: blue. Hex color #9203A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9203A0 is #6DFC5F. Grayscale: #3F3F3F. Windows color (decimal): -7208032 or 10486674. OLE color: 10486674.
HSL color Cylindrical-coordinate representation of color #9203A0: hue angle of 294.65º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9203A0 is Cyan = 0.09, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 146 | 3 | 160 | - |
| CMYK | 0.09 | 0.98 | 0 | 0.37 |
| HSL | 294.65º | 0.96% | 0.32% | - |
| HSV(B) | 294.65º | 0.98% | 0.63% | - |
| XYZ | 18.23 | 8.71 | 33.98 | - |
| YUV | 63.66 | 182.38 | 186.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 3 | 160 | 0.09 | 0.98 | 0 | 0.37 | 294.65 | 0.96 | 0.32 |
| Hex | 92 | 3 | A0 | 9 | 62 | 0 | 25 | 127 | 60 | 20 |
| Octal | 222 | 3 | 240 | 11 | 142 | 0 | 45 | 447 | 140 | 40 |
| Binary | 10010010 | 11 | 10100000 | 1001 | 1100010 | 0 | 100101 | 100100111 | 1100000 | 100000 |
Color Harmonies of #9203A0
Complementary color
Monochromatic Colors of #9203A0
Black with #9203A0
Text Example
Text Example
White with #9203A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9203A0; }
p { color: rgb(146,3,160); }
H1.HeaderClassName
{
color: #9203A0;
}
.AnyTagClassName
{
color: #9203A0;
}
</style>
background-color css
<style>
a { background-color: #9203A0; }
a { background-color: rgb(146,3,160); }
div.DivClassName
{
background-color: #9203A0;
}
.BgClassName
{
background-color: #9203A0;
}
</style>
border-color css
<style>
span { border-color: #9203A0; }
span { border-color: rgb(146,3,160); }
td.TdClassName
{
border-color: #9203A0;
}
.TagClassName
{
border-color: #9203A0;
}
</style>