Shades of Dark Magenta #9302AE
Tints of Dark Magenta #9302AE
RGB
CMYK
RGB Variations
Color information
#9302AE (or 0x9302AE) is known color: Dark Magenta. HEX triplet: 93, 02 and AE. RGB value is (147,2,174). Sum of RGB (Red+Green+Blue) = 147+2+174=323 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.51% from 323); Green value is 2 (1.17% from 255 or 0.62% from 323); Blue value is 174 (68.36% from 255 or 53.87% from 323); Max value from RGB is 174 - color contains mainly: blue. Hex color #9302AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9302AE is #6CFD51. Grayscale: #404040. Windows color (decimal): -7142738 or 11403923. OLE color: 11403923.
HSL color Cylindrical-coordinate representation of color #9302AE: hue angle of 290.58º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9302AE is Cyan = 0.16, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 147 | 2 | 174 | - |
| CMYK | 0.16 | 0.99 | 0 | 0.32 |
| HSL | 290.58º | 0.98% | 0.35% | - |
| HSV(B) | 290.58º | 0.99% | 0.68% | - |
| XYZ | 19.69 | 9.3 | 40.8 | - |
| YUV | 64.96 | 189.54 | 186.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 2 | 174 | 0.16 | 0.99 | 0 | 0.32 | 290.58 | 0.98 | 0.35 |
| Hex | 93 | 2 | AE | 10 | 63 | 0 | 20 | 123 | 62 | 23 |
| Octal | 223 | 2 | 256 | 20 | 143 | 0 | 40 | 443 | 142 | 43 |
| Binary | 10010011 | 10 | 10101110 | 10000 | 1100011 | 0 | 100000 | 100100011 | 1100010 | 100011 |
Color Harmonies of #9302AE
Complementary color
Monochromatic Colors of #9302AE
Black with #9302AE
Text Example
Text Example
White with #9302AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9302AE; }
p { color: rgb(147,2,174); }
H1.HeaderClassName
{
color: #9302AE;
}
.AnyTagClassName
{
color: #9302AE;
}
</style>
background-color css
<style>
a { background-color: #9302AE; }
a { background-color: rgb(147,2,174); }
div.DivClassName
{
background-color: #9302AE;
}
.BgClassName
{
background-color: #9302AE;
}
</style>
border-color css
<style>
span { border-color: #9302AE; }
span { border-color: rgb(147,2,174); }
td.TdClassName
{
border-color: #9302AE;
}
.TagClassName
{
border-color: #9302AE;
}
</style>