Shades of Dark Magenta #9607A0
Tints of Dark Magenta #9607A0
RGB
CMYK
RGB Variations
Color information
#9607A0 (or 0x9607A0) is known color: Dark Magenta. HEX triplet: 96, 07 and A0. RGB value is (150,7,160). Sum of RGB (Red+Green+Blue) = 150+7+160=317 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.32% from 317); Green value is 7 (3.12% from 255 or 2.21% from 317); Blue value is 160 (62.89% from 255 or 50.47% from 317); Max value from RGB is 160 - color contains mainly: blue. Hex color #9607A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9607A0 is #69F85F. Grayscale: #424242. Windows color (decimal): -6944864 or 10487702. OLE color: 10487702.
HSL color Cylindrical-coordinate representation of color #9607A0: hue angle of 296.08º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9607A0 is Cyan = 0.06, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 150 | 7 | 160 | - |
| CMYK | 0.06 | 0.96 | 0 | 0.37 |
| HSL | 296.08º | 0.92% | 0.33% | - |
| HSV(B) | 296.08º | 0.96% | 0.63% | - |
| XYZ | 19 | 9.17 | 34.03 | - |
| YUV | 67.2 | 180.38 | 187.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 7 | 160 | 0.06 | 0.96 | 0 | 0.37 | 296.08 | 0.92 | 0.33 |
| Hex | 96 | 7 | A0 | 6 | 60 | 0 | 25 | 128 | 5C | 21 |
| Octal | 226 | 7 | 240 | 6 | 140 | 0 | 45 | 450 | 134 | 41 |
| Binary | 10010110 | 111 | 10100000 | 110 | 1100000 | 0 | 100101 | 100101000 | 1011100 | 100001 |
Color Harmonies of #9607A0
Complementary color
Monochromatic Colors of #9607A0
Black with #9607A0
Text Example
Text Example
White with #9607A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9607A0; }
p { color: rgb(150,7,160); }
H1.HeaderClassName
{
color: #9607A0;
}
.AnyTagClassName
{
color: #9607A0;
}
</style>
background-color css
<style>
a { background-color: #9607A0; }
a { background-color: rgb(150,7,160); }
div.DivClassName
{
background-color: #9607A0;
}
.BgClassName
{
background-color: #9607A0;
}
</style>
border-color css
<style>
span { border-color: #9607A0; }
span { border-color: rgb(150,7,160); }
td.TdClassName
{
border-color: #9607A0;
}
.TagClassName
{
border-color: #9607A0;
}
</style>