Shades of Dark Magenta #9715AC
Tints of Dark Magenta #9715AC
RGB
CMYK
RGB Variations
Color information
#9715AC (or 0x9715AC) is known color: Dark Magenta. HEX triplet: 97, 15 and AC. RGB value is (151,21,172). Sum of RGB (Red+Green+Blue) = 151+21+172=344 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.90% from 344); Green value is 21 (8.59% from 255 or 6.10% from 344); Blue value is 172 (67.58% from 255 or 50% from 344); Max value from RGB is 172 - color contains mainly: blue. Hex color #9715AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9715AC is #68EA53. Grayscale: #4C4C4C. Windows color (decimal): -6875732 or 11277719. OLE color: 11277719.
HSL color Cylindrical-coordinate representation of color #9715AC: hue angle of 291.66º 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 #9715AC is Cyan = 0.12, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 151 | 21 | 172 | - |
| CMYK | 0.12 | 0.88 | 0 | 0.33 |
| HSL | 291.66º | 0.78% | 0.38% | - |
| HSV(B) | 291.66º | 0.88% | 0.67% | - |
| XYZ | 20.48 | 10.09 | 39.9 | - |
| YUV | 77.08 | 181.57 | 180.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 21 | 172 | 0.12 | 0.88 | 0 | 0.33 | 291.66 | 0.78 | 0.38 |
| Hex | 97 | 15 | AC | C | 58 | 0 | 21 | 124 | 4E | 26 |
| Octal | 227 | 25 | 254 | 14 | 130 | 0 | 41 | 444 | 116 | 46 |
| Binary | 10010111 | 10101 | 10101100 | 1100 | 1011000 | 0 | 100001 | 100100100 | 1001110 | 100110 |
Color Harmonies of #9715AC
Complementary color
Monochromatic Colors of #9715AC
Black with #9715AC
Text Example
Text Example
White with #9715AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9715AC; }
p { color: rgb(151,21,172); }
H1.HeaderClassName
{
color: #9715AC;
}
.AnyTagClassName
{
color: #9715AC;
}
</style>
background-color css
<style>
a { background-color: #9715AC; }
a { background-color: rgb(151,21,172); }
div.DivClassName
{
background-color: #9715AC;
}
.BgClassName
{
background-color: #9715AC;
}
</style>
border-color css
<style>
span { border-color: #9715AC; }
span { border-color: rgb(151,21,172); }
td.TdClassName
{
border-color: #9715AC;
}
.TagClassName
{
border-color: #9715AC;
}
</style>