Shades of Dark Magenta #9712AC
Tints of Dark Magenta #9712AC
RGB
CMYK
RGB Variations
Color information
#9712AC (or 0x9712AC) is known color: Dark Magenta. HEX triplet: 97, 12 and AC. RGB value is (151,18,172). Sum of RGB (Red+Green+Blue) = 151+18+172=341 (45% of max value = 765). Red value is 151 (59.38% from 255 or 44.28% from 341); Green value is 18 (7.42% from 255 or 5.28% from 341); Blue value is 172 (67.58% from 255 or 50.44% from 341); Max value from RGB is 172 - color contains mainly: blue. Hex color #9712AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9712AC is #68ED53. Grayscale: #4A4A4A. Windows color (decimal): -6876500 or 11276951. OLE color: 11276951.
HSL color Cylindrical-coordinate representation of color #9712AC: hue angle of 291.82º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9712AC is Cyan = 0.12, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 151 | 18 | 172 | - |
| CMYK | 0.12 | 0.90 | 0 | 0.33 |
| HSL | 291.82º | 0.81% | 0.37% | - |
| HSV(B) | 291.82º | 0.9% | 0.67% | - |
| XYZ | 20.43 | 9.99 | 39.88 | - |
| YUV | 75.32 | 182.56 | 181.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 18 | 172 | 0.12 | 0.90 | 0 | 0.33 | 291.82 | 0.81 | 0.37 |
| Hex | 97 | 12 | AC | C | 5A | 0 | 21 | 124 | 51 | 25 |
| Octal | 227 | 22 | 254 | 14 | 132 | 0 | 41 | 444 | 121 | 45 |
| Binary | 10010111 | 10010 | 10101100 | 1100 | 1011010 | 0 | 100001 | 100100100 | 1010001 | 100101 |
Color Harmonies of #9712AC
Complementary color
Monochromatic Colors of #9712AC
Black with #9712AC
Text Example
Text Example
White with #9712AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9712AC; }
p { color: rgb(151,18,172); }
H1.HeaderClassName
{
color: #9712AC;
}
.AnyTagClassName
{
color: #9712AC;
}
</style>
background-color css
<style>
a { background-color: #9712AC; }
a { background-color: rgb(151,18,172); }
div.DivClassName
{
background-color: #9712AC;
}
.BgClassName
{
background-color: #9712AC;
}
</style>
border-color css
<style>
span { border-color: #9712AC; }
span { border-color: rgb(151,18,172); }
td.TdClassName
{
border-color: #9712AC;
}
.TagClassName
{
border-color: #9712AC;
}
</style>