Shades of Dark Magenta #9310A0
Tints of Dark Magenta #9310A0
RGB
CMYK
RGB Variations
Color information
#9310A0 (or 0x9310A0) is known color: Dark Magenta. HEX triplet: 93, 10 and A0. RGB value is (147,16,160). Sum of RGB (Red+Green+Blue) = 147+16+160=323 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.51% from 323); Green value is 16 (6.64% from 255 or 4.95% from 323); Blue value is 160 (62.89% from 255 or 49.54% from 323); Max value from RGB is 160 - color contains mainly: blue. Hex color #9310A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9310A0 is #6CEF5F. Grayscale: #474747. Windows color (decimal): -7139168 or 10490003. OLE color: 10490003.
HSL color Cylindrical-coordinate representation of color #9310A0: hue angle of 294.58º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9310A0 is Cyan = 0.08, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 147 | 16 | 160 | - |
| CMYK | 0.08 | 0.9 | 0 | 0.37 |
| HSL | 294.58º | 0.82% | 0.35% | - |
| HSV(B) | 294.58º | 0.9% | 0.63% | - |
| XYZ | 18.56 | 9.11 | 34.04 | - |
| YUV | 71.59 | 177.9 | 181.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 16 | 160 | 0.08 | 0.9 | 0 | 0.37 | 294.58 | 0.82 | 0.35 |
| Hex | 93 | 10 | A0 | 8 | 5A | 0 | 25 | 127 | 52 | 23 |
| Octal | 223 | 20 | 240 | 10 | 132 | 0 | 45 | 447 | 122 | 43 |
| Binary | 10010011 | 10000 | 10100000 | 1000 | 1011010 | 0 | 100101 | 100100111 | 1010010 | 100011 |
Color Harmonies of #9310A0
Complementary color
Monochromatic Colors of #9310A0
Black with #9310A0
Text Example
Text Example
White with #9310A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9310A0; }
p { color: rgb(147,16,160); }
H1.HeaderClassName
{
color: #9310A0;
}
.AnyTagClassName
{
color: #9310A0;
}
</style>
background-color css
<style>
a { background-color: #9310A0; }
a { background-color: rgb(147,16,160); }
div.DivClassName
{
background-color: #9310A0;
}
.BgClassName
{
background-color: #9310A0;
}
</style>
border-color css
<style>
span { border-color: #9310A0; }
span { border-color: rgb(147,16,160); }
td.TdClassName
{
border-color: #9310A0;
}
.TagClassName
{
border-color: #9310A0;
}
</style>