Shades of Dark Magenta #9917A7
Tints of Dark Magenta #9917A7
RGB
CMYK
RGB Variations
Color information
#9917A7 (or 0x9917A7) is known color: Dark Magenta. HEX triplet: 99, 17 and A7. RGB value is (153,23,167). Sum of RGB (Red+Green+Blue) = 153+23+167=343 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.61% from 343); Green value is 23 (9.38% from 255 or 6.71% from 343); Blue value is 167 (65.62% from 255 or 48.69% from 343); Max value from RGB is 167 - color contains mainly: blue. Hex color #9917A7 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9917A7 is #66E858. Grayscale: #4D4D4D. Windows color (decimal): -6744153 or 10950553. OLE color: 10950553.
HSL color Cylindrical-coordinate representation of color #9917A7: hue angle of 294.17º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9917A7 is Cyan = 0.08, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 153 | 23 | 167 | - |
| CMYK | 0.08 | 0.86 | 0 | 0.35 |
| HSL | 294.17º | 0.76% | 0.37% | - |
| HSV(B) | 294.17º | 0.86% | 0.65% | - |
| XYZ | 20.42 | 10.18 | 37.45 | - |
| YUV | 78.29 | 178.07 | 181.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 23 | 167 | 0.08 | 0.86 | 0 | 0.35 | 294.17 | 0.76 | 0.37 |
| Hex | 99 | 17 | A7 | 8 | 56 | 0 | 23 | 126 | 4C | 25 |
| Octal | 231 | 27 | 247 | 10 | 126 | 0 | 43 | 446 | 114 | 45 |
| Binary | 10011001 | 10111 | 10100111 | 1000 | 1010110 | 0 | 100011 | 100100110 | 1001100 | 100101 |
Color Harmonies of #9917A7
Complementary color
Monochromatic Colors of #9917A7
Black with #9917A7
Text Example
Text Example
White with #9917A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9917A7; }
p { color: rgb(153,23,167); }
H1.HeaderClassName
{
color: #9917A7;
}
.AnyTagClassName
{
color: #9917A7;
}
</style>
background-color css
<style>
a { background-color: #9917A7; }
a { background-color: rgb(153,23,167); }
div.DivClassName
{
background-color: #9917A7;
}
.BgClassName
{
background-color: #9917A7;
}
</style>
border-color css
<style>
span { border-color: #9917A7; }
span { border-color: rgb(153,23,167); }
td.TdClassName
{
border-color: #9917A7;
}
.TagClassName
{
border-color: #9917A7;
}
</style>