Shades of Dark Magenta #9706AB
Tints of Dark Magenta #9706AB
RGB
CMYK
RGB Variations
Color information
#9706AB (or 0x9706AB) is known color: Dark Magenta. HEX triplet: 97, 06 and AB. RGB value is (151,6,171). Sum of RGB (Red+Green+Blue) = 151+6+171=328 (43% of max value = 765). Red value is 151 (59.38% from 255 or 46.04% from 328); Green value is 6 (2.73% from 255 or 1.83% from 328); Blue value is 171 (67.19% from 255 or 52.13% from 328); Max value from RGB is 171 - color contains mainly: blue. Hex color #9706AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9706AB is #68F954. Grayscale: #434343. Windows color (decimal): -6879573 or 11208343. OLE color: 11208343.
HSL color Cylindrical-coordinate representation of color #9706AB: hue angle of 292.73º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9706AB is Cyan = 0.12, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 151 | 6 | 171 | - |
| CMYK | 0.12 | 0.96 | 0 | 0.33 |
| HSL | 292.73º | 0.93% | 0.35% | - |
| HSV(B) | 292.73º | 0.96% | 0.67% | - |
| XYZ | 20.18 | 9.65 | 39.33 | - |
| YUV | 68.17 | 186.04 | 187.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 6 | 171 | 0.12 | 0.96 | 0 | 0.33 | 292.73 | 0.93 | 0.35 |
| Hex | 97 | 6 | AB | C | 60 | 0 | 21 | 125 | 5D | 23 |
| Octal | 227 | 6 | 253 | 14 | 140 | 0 | 41 | 445 | 135 | 43 |
| Binary | 10010111 | 110 | 10101011 | 1100 | 1100000 | 0 | 100001 | 100100101 | 1011101 | 100011 |
Color Harmonies of #9706AB
Complementary color
Monochromatic Colors of #9706AB
Black with #9706AB
Text Example
Text Example
White with #9706AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9706AB; }
p { color: rgb(151,6,171); }
H1.HeaderClassName
{
color: #9706AB;
}
.AnyTagClassName
{
color: #9706AB;
}
</style>
background-color css
<style>
a { background-color: #9706AB; }
a { background-color: rgb(151,6,171); }
div.DivClassName
{
background-color: #9706AB;
}
.BgClassName
{
background-color: #9706AB;
}
</style>
border-color css
<style>
span { border-color: #9706AB; }
span { border-color: rgb(151,6,171); }
td.TdClassName
{
border-color: #9706AB;
}
.TagClassName
{
border-color: #9706AB;
}
</style>