Shades of Dark Magenta #9313AD
Tints of Dark Magenta #9313AD
RGB
CMYK
RGB Variations
Color information
#9313AD (or 0x9313AD) is known color: Dark Magenta. HEX triplet: 93, 13 and AD. RGB value is (147,19,173). Sum of RGB (Red+Green+Blue) = 147+19+173=339 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.36% from 339); Green value is 19 (7.81% from 255 or 5.60% from 339); Blue value is 173 (67.97% from 255 or 51.03% from 339); Max value from RGB is 173 - color contains mainly: blue. Hex color #9313AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9313AD is #6CEC52. Grayscale: #4A4A4A. Windows color (decimal): -7138387 or 11342739. OLE color: 11342739.
HSL color Cylindrical-coordinate representation of color #9313AD: hue angle of 289.87º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9313AD is Cyan = 0.15, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 147 | 19 | 173 | - |
| CMYK | 0.15 | 0.89 | 0 | 0.32 |
| HSL | 289.87º | 0.8% | 0.38% | - |
| HSV(B) | 289.87º | 0.89% | 0.68% | - |
| XYZ | 19.81 | 9.69 | 40.36 | - |
| YUV | 74.83 | 183.41 | 179.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 19 | 173 | 0.15 | 0.89 | 0 | 0.32 | 289.87 | 0.8 | 0.38 |
| Hex | 93 | 13 | AD | F | 59 | 0 | 20 | 122 | 50 | 26 |
| Octal | 223 | 23 | 255 | 17 | 131 | 0 | 40 | 442 | 120 | 46 |
| Binary | 10010011 | 10011 | 10101101 | 1111 | 1011001 | 0 | 100000 | 100100010 | 1010000 | 100110 |
Color Harmonies of #9313AD
Complementary color
Monochromatic Colors of #9313AD
Black with #9313AD
Text Example
Text Example
White with #9313AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9313AD; }
p { color: rgb(147,19,173); }
H1.HeaderClassName
{
color: #9313AD;
}
.AnyTagClassName
{
color: #9313AD;
}
</style>
background-color css
<style>
a { background-color: #9313AD; }
a { background-color: rgb(147,19,173); }
div.DivClassName
{
background-color: #9313AD;
}
.BgClassName
{
background-color: #9313AD;
}
</style>
border-color css
<style>
span { border-color: #9313AD; }
span { border-color: rgb(147,19,173); }
td.TdClassName
{
border-color: #9313AD;
}
.TagClassName
{
border-color: #9313AD;
}
</style>