Shades of Dark Magenta #9600AC
Tints of Dark Magenta #9600AC
RGB
CMYK
RGB Variations
Color information
#9600AC (or 0x9600AC) is known color: Dark Magenta. HEX triplet: 96, 00 and AC. RGB value is (150,0,172). Sum of RGB (Red+Green+Blue) = 150+0+172=322 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.58% from 322); Green value is 0 (0.39% from 255 or 0% from 322); Blue value is 172 (67.58% from 255 or 53.42% from 322); Max value from RGB is 172 - color contains mainly: blue. Hex color #9600AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9600AC is #69FF53. Grayscale: #3F3F3F. Windows color (decimal): -6946644 or 11272342. OLE color: 11272342.
HSL color Cylindrical-coordinate representation of color #9600AC: hue angle of 292.33º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9600AC is Cyan = 0.13, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 0 | 172 | - |
| CMYK | 0.13 | 1 | 0 | 0.33 |
| HSL | 292.33º | 1% | 0.34% | - |
| HSV(B) | 292.33º | 1% | 0.67% | - |
| XYZ | 20.02 | 9.46 | 39.8 | - |
| YUV | 64.46 | 188.7 | 189.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 0 | 172 | 0.13 | 1 | 0 | 0.33 | 292.33 | 1 | 0.34 |
| Hex | 96 | 0 | AC | D | 64 | 0 | 21 | 124 | 64 | 22 |
| Octal | 226 | 0 | 254 | 15 | 144 | 0 | 41 | 444 | 144 | 42 |
| Binary | 10010110 | 0 | 10101100 | 1101 | 1100100 | 0 | 100001 | 100100100 | 1100100 | 100010 |
Color Harmonies of #9600AC
Complementary color
Monochromatic Colors of #9600AC
Black with #9600AC
Text Example
Text Example
White with #9600AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9600AC; }
p { color: rgb(150,0,172); }
H1.HeaderClassName
{
color: #9600AC;
}
.AnyTagClassName
{
color: #9600AC;
}
</style>
background-color css
<style>
a { background-color: #9600AC; }
a { background-color: rgb(150,0,172); }
div.DivClassName
{
background-color: #9600AC;
}
.BgClassName
{
background-color: #9600AC;
}
</style>
border-color css
<style>
span { border-color: #9600AC; }
span { border-color: rgb(150,0,172); }
td.TdClassName
{
border-color: #9600AC;
}
.TagClassName
{
border-color: #9600AC;
}
</style>