Shades of Dark Magenta #9314AD
Tints of Dark Magenta #9314AD
RGB
CMYK
RGB Variations
Color information
#9314AD (or 0x9314AD) is known color: Dark Magenta. HEX triplet: 93, 14 and AD. RGB value is (147,20,173). Sum of RGB (Red+Green+Blue) = 147+20+173=340 (45% of max value = 765). Red value is 147 (57.81% from 255 or 43.24% from 340); Green value is 20 (8.20% from 255 or 5.88% from 340); Blue value is 173 (67.97% from 255 or 50.88% from 340); Max value from RGB is 173 - color contains mainly: blue. Hex color #9314AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9314AD is #6CEB52. Grayscale: #4A4A4A. Windows color (decimal): -7138131 or 11342995. OLE color: 11342995.
HSL color Cylindrical-coordinate representation of color #9314AD: hue angle of 289.8º degrees, saturation: 0.79, 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 #9314AD is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 147 | 20 | 173 | - |
| CMYK | 0.15 | 0.88 | 0 | 0.32 |
| HSL | 289.8º | 0.79% | 0.38% | - |
| HSV(B) | 289.8º | 0.88% | 0.68% | - |
| XYZ | 19.83 | 9.72 | 40.37 | - |
| YUV | 75.42 | 183.08 | 179.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 20 | 173 | 0.15 | 0.88 | 0 | 0.32 | 289.8 | 0.79 | 0.38 |
| Hex | 93 | 14 | AD | F | 58 | 0 | 20 | 122 | 4F | 26 |
| Octal | 223 | 24 | 255 | 17 | 130 | 0 | 40 | 442 | 117 | 46 |
| Binary | 10010011 | 10100 | 10101101 | 1111 | 1011000 | 0 | 100000 | 100100010 | 1001111 | 100110 |
Color Harmonies of #9314AD
Complementary color
Monochromatic Colors of #9314AD
Black with #9314AD
Text Example
Text Example
White with #9314AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9314AD; }
p { color: rgb(147,20,173); }
H1.HeaderClassName
{
color: #9314AD;
}
.AnyTagClassName
{
color: #9314AD;
}
</style>
background-color css
<style>
a { background-color: #9314AD; }
a { background-color: rgb(147,20,173); }
div.DivClassName
{
background-color: #9314AD;
}
.BgClassName
{
background-color: #9314AD;
}
</style>
border-color css
<style>
span { border-color: #9314AD; }
span { border-color: rgb(147,20,173); }
td.TdClassName
{
border-color: #9314AD;
}
.TagClassName
{
border-color: #9314AD;
}
</style>