Shades of Dark Magenta #9315AB
Tints of Dark Magenta #9315AB
RGB
CMYK
RGB Variations
Color information
#9315AB (or 0x9315AB) is known color: Dark Magenta. HEX triplet: 93, 15 and AB. RGB value is (147,21,171). Sum of RGB (Red+Green+Blue) = 147+21+171=339 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.36% from 339); Green value is 21 (8.59% from 255 or 6.19% from 339); Blue value is 171 (67.19% from 255 or 50.44% from 339); Max value from RGB is 171 - color contains mainly: blue. Hex color #9315AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9315AB is #6CEA54. Grayscale: #4B4B4B. Windows color (decimal): -7137877 or 11212179. OLE color: 11212179.
HSL color Cylindrical-coordinate representation of color #9315AB: hue angle of 290.4º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9315AB is Cyan = 0.14, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 147 | 21 | 171 | - |
| CMYK | 0.14 | 0.88 | 0 | 0.33 |
| HSL | 290.4º | 0.78% | 0.38% | - |
| HSV(B) | 290.4º | 0.88% | 0.67% | - |
| XYZ | 19.65 | 9.68 | 39.36 | - |
| YUV | 75.77 | 181.74 | 178.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 21 | 171 | 0.14 | 0.88 | 0 | 0.33 | 290.4 | 0.78 | 0.38 |
| Hex | 93 | 15 | AB | E | 58 | 0 | 21 | 122 | 4E | 26 |
| Octal | 223 | 25 | 253 | 16 | 130 | 0 | 41 | 442 | 116 | 46 |
| Binary | 10010011 | 10101 | 10101011 | 1110 | 1011000 | 0 | 100001 | 100100010 | 1001110 | 100110 |
Color Harmonies of #9315AB
Complementary color
Monochromatic Colors of #9315AB
Black with #9315AB
Text Example
Text Example
White with #9315AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9315AB; }
p { color: rgb(147,21,171); }
H1.HeaderClassName
{
color: #9315AB;
}
.AnyTagClassName
{
color: #9315AB;
}
</style>
background-color css
<style>
a { background-color: #9315AB; }
a { background-color: rgb(147,21,171); }
div.DivClassName
{
background-color: #9315AB;
}
.BgClassName
{
background-color: #9315AB;
}
</style>
border-color css
<style>
span { border-color: #9315AB; }
span { border-color: rgb(147,21,171); }
td.TdClassName
{
border-color: #9315AB;
}
.TagClassName
{
border-color: #9315AB;
}
</style>