Shades of Dark Magenta #9717A0
Tints of Dark Magenta #9717A0
RGB
CMYK
RGB Variations
Color information
#9717A0 (or 0x9717A0) is known color: Dark Magenta. HEX triplet: 97, 17 and A0. RGB value is (151,23,160). Sum of RGB (Red+Green+Blue) = 151+23+160=334 (44% of max value = 765). Red value is 151 (59.38% from 255 or 45.21% from 334); Green value is 23 (9.38% from 255 or 6.89% from 334); Blue value is 160 (62.89% from 255 or 47.90% from 334); Max value from RGB is 160 - color contains mainly: blue. Hex color #9717A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9717A0 is #68E85F. Grayscale: #4C4C4C. Windows color (decimal): -6875232 or 10491799. OLE color: 10491799.
HSL color Cylindrical-coordinate representation of color #9717A0: hue angle of 296.06º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9717A0 is Cyan = 0.06, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 151 | 23 | 160 | - |
| CMYK | 0.06 | 0.86 | 0 | 0.37 |
| HSL | 296.06º | 0.75% | 0.36% | - |
| HSV(B) | 296.06º | 0.86% | 0.63% | - |
| XYZ | 19.41 | 9.73 | 34.11 | - |
| YUV | 76.89 | 174.91 | 180.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 23 | 160 | 0.06 | 0.86 | 0 | 0.37 | 296.06 | 0.75 | 0.36 |
| Hex | 97 | 17 | A0 | 6 | 56 | 0 | 25 | 128 | 4B | 24 |
| Octal | 227 | 27 | 240 | 6 | 126 | 0 | 45 | 450 | 113 | 44 |
| Binary | 10010111 | 10111 | 10100000 | 110 | 1010110 | 0 | 100101 | 100101000 | 1001011 | 100100 |
Color Harmonies of #9717A0
Complementary color
Monochromatic Colors of #9717A0
Black with #9717A0
Text Example
Text Example
White with #9717A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9717A0; }
p { color: rgb(151,23,160); }
H1.HeaderClassName
{
color: #9717A0;
}
.AnyTagClassName
{
color: #9717A0;
}
</style>
background-color css
<style>
a { background-color: #9717A0; }
a { background-color: rgb(151,23,160); }
div.DivClassName
{
background-color: #9717A0;
}
.BgClassName
{
background-color: #9717A0;
}
</style>
border-color css
<style>
span { border-color: #9717A0; }
span { border-color: rgb(151,23,160); }
td.TdClassName
{
border-color: #9717A0;
}
.TagClassName
{
border-color: #9717A0;
}
</style>