Shades of Dark Magenta #9315AD
Tints of Dark Magenta #9315AD
RGB
CMYK
RGB Variations
Color information
#9315AD (or 0x9315AD) is known color: Dark Magenta. HEX triplet: 93, 15 and AD. RGB value is (147,21,173). Sum of RGB (Red+Green+Blue) = 147+21+173=341 (45% of max value = 765). Red value is 147 (57.81% from 255 or 43.11% from 341); Green value is 21 (8.59% from 255 or 6.16% from 341); Blue value is 173 (67.97% from 255 or 50.73% from 341); Max value from RGB is 173 - color contains mainly: blue. Hex color #9315AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9315AD is #6CEA52. Grayscale: #4B4B4B. Windows color (decimal): -7137875 or 11343251. OLE color: 11343251.
HSL color Cylindrical-coordinate representation of color #9315AD: hue angle of 289.74º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9315AD is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 147 | 21 | 173 | - |
| CMYK | 0.15 | 0.88 | 0 | 0.32 |
| HSL | 289.74º | 0.78% | 0.38% | - |
| HSV(B) | 289.74º | 0.88% | 0.68% | - |
| XYZ | 19.84 | 9.76 | 40.37 | - |
| YUV | 76 | 182.74 | 178.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 21 | 173 | 0.15 | 0.88 | 0 | 0.32 | 289.74 | 0.78 | 0.38 |
| Hex | 93 | 15 | AD | F | 58 | 0 | 20 | 122 | 4E | 26 |
| Octal | 223 | 25 | 255 | 17 | 130 | 0 | 40 | 442 | 116 | 46 |
| Binary | 10010011 | 10101 | 10101101 | 1111 | 1011000 | 0 | 100000 | 100100010 | 1001110 | 100110 |
Color Harmonies of #9315AD
Complementary color
Monochromatic Colors of #9315AD
Black with #9315AD
Text Example
Text Example
White with #9315AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9315AD; }
p { color: rgb(147,21,173); }
H1.HeaderClassName
{
color: #9315AD;
}
.AnyTagClassName
{
color: #9315AD;
}
</style>
background-color css
<style>
a { background-color: #9315AD; }
a { background-color: rgb(147,21,173); }
div.DivClassName
{
background-color: #9315AD;
}
.BgClassName
{
background-color: #9315AD;
}
</style>
border-color css
<style>
span { border-color: #9315AD; }
span { border-color: rgb(147,21,173); }
td.TdClassName
{
border-color: #9315AD;
}
.TagClassName
{
border-color: #9315AD;
}
</style>