Shades of Dark Magenta #9719AB
Tints of Dark Magenta #9719AB
RGB
CMYK
RGB Variations
Color information
#9719AB (or 0x9719AB) is known color: Dark Magenta. HEX triplet: 97, 19 and AB. RGB value is (151,25,171). Sum of RGB (Red+Green+Blue) = 151+25+171=347 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.52% from 347); Green value is 25 (10.16% from 255 or 7.20% from 347); Blue value is 171 (67.19% from 255 or 49.28% from 347); Max value from RGB is 171 - color contains mainly: blue. Hex color #9719AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9719AB is #68E654. Grayscale: #4E4E4E. Windows color (decimal): -6874709 or 11213207. OLE color: 11213207.
HSL color Cylindrical-coordinate representation of color #9719AB: hue angle of 291.78º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9719AB is Cyan = 0.12, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 151 | 25 | 171 | - |
| CMYK | 0.12 | 0.85 | 0 | 0.33 |
| HSL | 291.78º | 0.74% | 0.38% | - |
| HSV(B) | 291.78º | 0.85% | 0.67% | - |
| XYZ | 20.46 | 10.21 | 39.42 | - |
| YUV | 79.32 | 179.74 | 179.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 25 | 171 | 0.12 | 0.85 | 0 | 0.33 | 291.78 | 0.74 | 0.38 |
| Hex | 97 | 19 | AB | C | 55 | 0 | 21 | 124 | 4A | 26 |
| Octal | 227 | 31 | 253 | 14 | 125 | 0 | 41 | 444 | 112 | 46 |
| Binary | 10010111 | 11001 | 10101011 | 1100 | 1010101 | 0 | 100001 | 100100100 | 1001010 | 100110 |
Color Harmonies of #9719AB
Complementary color
Monochromatic Colors of #9719AB
Black with #9719AB
Text Example
Text Example
White with #9719AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9719AB; }
p { color: rgb(151,25,171); }
H1.HeaderClassName
{
color: #9719AB;
}
.AnyTagClassName
{
color: #9719AB;
}
</style>
background-color css
<style>
a { background-color: #9719AB; }
a { background-color: rgb(151,25,171); }
div.DivClassName
{
background-color: #9719AB;
}
.BgClassName
{
background-color: #9719AB;
}
</style>
border-color css
<style>
span { border-color: #9719AB; }
span { border-color: rgb(151,25,171); }
td.TdClassName
{
border-color: #9719AB;
}
.TagClassName
{
border-color: #9719AB;
}
</style>