Shades of Dark Magenta #9302AA
Tints of Dark Magenta #9302AA
RGB
CMYK
RGB Variations
Color information
#9302AA (or 0x9302AA) is known color: Dark Magenta. HEX triplet: 93, 02 and AA. RGB value is (147,2,170). Sum of RGB (Red+Green+Blue) = 147+2+170=319 (42% of max value = 765). Red value is 147 (57.81% from 255 or 46.08% from 319); Green value is 2 (1.17% from 255 or 0.63% from 319); Blue value is 170 (66.80% from 255 or 53.29% from 319); Max value from RGB is 170 - color contains mainly: blue. Hex color #9302AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9302AA is #6CFD55. Grayscale: #3F3F3F. Windows color (decimal): -7142742 or 11141779. OLE color: 11141779.
HSL color Cylindrical-coordinate representation of color #9302AA: hue angle of 291.79º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9302AA is Cyan = 0.14, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 147 | 2 | 170 | - |
| CMYK | 0.14 | 0.99 | 0 | 0.33 |
| HSL | 291.79º | 0.98% | 0.34% | - |
| HSV(B) | 291.79º | 0.99% | 0.67% | - |
| XYZ | 19.31 | 9.15 | 38.78 | - |
| YUV | 64.51 | 187.54 | 186.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 2 | 170 | 0.14 | 0.99 | 0 | 0.33 | 291.79 | 0.98 | 0.34 |
| Hex | 93 | 2 | AA | E | 63 | 0 | 21 | 124 | 62 | 22 |
| Octal | 223 | 2 | 252 | 16 | 143 | 0 | 41 | 444 | 142 | 42 |
| Binary | 10010011 | 10 | 10101010 | 1110 | 1100011 | 0 | 100001 | 100100100 | 1100010 | 100010 |
Color Harmonies of #9302AA
Complementary color
Monochromatic Colors of #9302AA
Black with #9302AA
Text Example
Text Example
White with #9302AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9302AA; }
p { color: rgb(147,2,170); }
H1.HeaderClassName
{
color: #9302AA;
}
.AnyTagClassName
{
color: #9302AA;
}
</style>
background-color css
<style>
a { background-color: #9302AA; }
a { background-color: rgb(147,2,170); }
div.DivClassName
{
background-color: #9302AA;
}
.BgClassName
{
background-color: #9302AA;
}
</style>
border-color css
<style>
span { border-color: #9302AA; }
span { border-color: rgb(147,2,170); }
td.TdClassName
{
border-color: #9302AA;
}
.TagClassName
{
border-color: #9302AA;
}
</style>