Shades of Dark Magenta #9300AD
Tints of Dark Magenta #9300AD
RGB
CMYK
RGB Variations
Color information
#9300AD (or 0x9300AD) is known color: Dark Magenta. HEX triplet: 93, 00 and AD. RGB value is (147,0,173). Sum of RGB (Red+Green+Blue) = 147+0+173=320 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.94% from 320); Green value is 0 (0.39% from 255 or 0% from 320); Blue value is 173 (67.97% from 255 or 54.06% from 320); Max value from RGB is 173 - color contains mainly: blue. Hex color #9300AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9300AD is #6CFF52. Grayscale: #3F3F3F. Windows color (decimal): -7143251 or 11337875. OLE color: 11337875.
HSL color Cylindrical-coordinate representation of color #9300AD: hue angle of 290.98º 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 #9300AD is Cyan = 0.15, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 147 | 0 | 173 | - |
| CMYK | 0.15 | 1 | 0 | 0.32 |
| HSL | 290.98º | 1% | 0.34% | - |
| HSV(B) | 290.98º | 1% | 0.68% | - |
| XYZ | 19.58 | 9.22 | 40.28 | - |
| YUV | 63.68 | 189.7 | 187.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 0 | 173 | 0.15 | 1 | 0 | 0.32 | 290.98 | 1 | 0.34 |
| Hex | 93 | 0 | AD | F | 64 | 0 | 20 | 123 | 64 | 22 |
| Octal | 223 | 0 | 255 | 17 | 144 | 0 | 40 | 443 | 144 | 42 |
| Binary | 10010011 | 0 | 10101101 | 1111 | 1100100 | 0 | 100000 | 100100011 | 1100100 | 100010 |
Color Harmonies of #9300AD
Complementary color
Monochromatic Colors of #9300AD
Black with #9300AD
Text Example
Text Example
White with #9300AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9300AD; }
p { color: rgb(147,0,173); }
H1.HeaderClassName
{
color: #9300AD;
}
.AnyTagClassName
{
color: #9300AD;
}
</style>
background-color css
<style>
a { background-color: #9300AD; }
a { background-color: rgb(147,0,173); }
div.DivClassName
{
background-color: #9300AD;
}
.BgClassName
{
background-color: #9300AD;
}
</style>
border-color css
<style>
span { border-color: #9300AD; }
span { border-color: rgb(147,0,173); }
td.TdClassName
{
border-color: #9300AD;
}
.TagClassName
{
border-color: #9300AD;
}
</style>