Shades of Dark Magenta #9305AA
Tints of Dark Magenta #9305AA
RGB
CMYK
RGB Variations
Color information
#9305AA (or 0x9305AA) is known color: Dark Magenta. HEX triplet: 93, 05 and AA. RGB value is (147,5,170). Sum of RGB (Red+Green+Blue) = 147+5+170=322 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.65% from 322); Green value is 5 (2.34% from 255 or 1.55% from 322); Blue value is 170 (66.80% from 255 or 52.80% from 322); Max value from RGB is 170 - color contains mainly: blue. Hex color #9305AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9305AA is #6CFA55. Grayscale: #414141. Windows color (decimal): -7141974 or 11142547. OLE color: 11142547.
HSL color Cylindrical-coordinate representation of color #9305AA: hue angle of 291.64º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9305AA is Cyan = 0.14, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 147 | 5 | 170 | - |
| CMYK | 0.14 | 0.97 | 0 | 0.33 |
| HSL | 291.64º | 0.94% | 0.34% | - |
| HSV(B) | 291.64º | 0.97% | 0.67% | - |
| XYZ | 19.34 | 9.21 | 38.79 | - |
| YUV | 66.27 | 186.54 | 185.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 5 | 170 | 0.14 | 0.97 | 0 | 0.33 | 291.64 | 0.94 | 0.34 |
| Hex | 93 | 5 | AA | E | 61 | 0 | 21 | 124 | 5E | 22 |
| Octal | 223 | 5 | 252 | 16 | 141 | 0 | 41 | 444 | 136 | 42 |
| Binary | 10010011 | 101 | 10101010 | 1110 | 1100001 | 0 | 100001 | 100100100 | 1011110 | 100010 |
Color Harmonies of #9305AA
Complementary color
Monochromatic Colors of #9305AA
Black with #9305AA
Text Example
Text Example
White with #9305AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9305AA; }
p { color: rgb(147,5,170); }
H1.HeaderClassName
{
color: #9305AA;
}
.AnyTagClassName
{
color: #9305AA;
}
</style>
background-color css
<style>
a { background-color: #9305AA; }
a { background-color: rgb(147,5,170); }
div.DivClassName
{
background-color: #9305AA;
}
.BgClassName
{
background-color: #9305AA;
}
</style>
border-color css
<style>
span { border-color: #9305AA; }
span { border-color: rgb(147,5,170); }
td.TdClassName
{
border-color: #9305AA;
}
.TagClassName
{
border-color: #9305AA;
}
</style>