Shades of Dark Magenta #9619AB
Tints of Dark Magenta #9619AB
RGB
CMYK
RGB Variations
Color information
#9619AB (or 0x9619AB) is known color: Dark Magenta. HEX triplet: 96, 19 and AB. RGB value is (150,25,171). Sum of RGB (Red+Green+Blue) = 150+25+171=346 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.35% from 346); Green value is 25 (10.16% from 255 or 7.23% from 346); Blue value is 171 (67.19% from 255 or 49.42% from 346); Max value from RGB is 171 - color contains mainly: blue. Hex color #9619AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9619AB is #69E654. Grayscale: #4E4E4E. Windows color (decimal): -6940245 or 11213206. OLE color: 11213206.
HSL color Cylindrical-coordinate representation of color #9619AB: hue angle of 291.37º 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 #9619AB is Cyan = 0.12, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 25 | 171 | - |
| CMYK | 0.12 | 0.85 | 0 | 0.33 |
| HSL | 291.37º | 0.74% | 0.38% | - |
| HSV(B) | 291.37º | 0.85% | 0.67% | - |
| XYZ | 20.28 | 10.12 | 39.41 | - |
| YUV | 79.02 | 179.91 | 178.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 25 | 171 | 0.12 | 0.85 | 0 | 0.33 | 291.37 | 0.74 | 0.38 |
| Hex | 96 | 19 | AB | C | 55 | 0 | 21 | 123 | 4A | 26 |
| Octal | 226 | 31 | 253 | 14 | 125 | 0 | 41 | 443 | 112 | 46 |
| Binary | 10010110 | 11001 | 10101011 | 1100 | 1010101 | 0 | 100001 | 100100011 | 1001010 | 100110 |
Color Harmonies of #9619AB
Complementary color
Monochromatic Colors of #9619AB
Black with #9619AB
Text Example
Text Example
White with #9619AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9619AB; }
p { color: rgb(150,25,171); }
H1.HeaderClassName
{
color: #9619AB;
}
.AnyTagClassName
{
color: #9619AB;
}
</style>
background-color css
<style>
a { background-color: #9619AB; }
a { background-color: rgb(150,25,171); }
div.DivClassName
{
background-color: #9619AB;
}
.BgClassName
{
background-color: #9619AB;
}
</style>
border-color css
<style>
span { border-color: #9619AB; }
span { border-color: rgb(150,25,171); }
td.TdClassName
{
border-color: #9619AB;
}
.TagClassName
{
border-color: #9619AB;
}
</style>