Shades of Dark Magenta #9913A7
Tints of Dark Magenta #9913A7
RGB
CMYK
RGB Variations
Color information
#9913A7 (or 0x9913A7) is known color: Dark Magenta. HEX triplet: 99, 13 and A7. RGB value is (153,19,167). Sum of RGB (Red+Green+Blue) = 153+19+167=339 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.13% from 339); Green value is 19 (7.81% from 255 or 5.60% from 339); Blue value is 167 (65.62% from 255 or 49.26% from 339); Max value from RGB is 167 - color contains mainly: blue. Hex color #9913A7 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9913A7 is #66EC58. Grayscale: #4B4B4B. Windows color (decimal): -6745177 or 10949529. OLE color: 10949529.
HSL color Cylindrical-coordinate representation of color #9913A7: hue angle of 294.32º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9913A7 is Cyan = 0.08, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 153 | 19 | 167 | - |
| CMYK | 0.08 | 0.89 | 0 | 0.35 |
| HSL | 294.32º | 0.8% | 0.36% | - |
| HSV(B) | 294.32º | 0.89% | 0.65% | - |
| XYZ | 20.34 | 10.03 | 37.42 | - |
| YUV | 75.94 | 179.39 | 182.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 19 | 167 | 0.08 | 0.89 | 0 | 0.35 | 294.32 | 0.8 | 0.36 |
| Hex | 99 | 13 | A7 | 8 | 59 | 0 | 23 | 126 | 50 | 24 |
| Octal | 231 | 23 | 247 | 10 | 131 | 0 | 43 | 446 | 120 | 44 |
| Binary | 10011001 | 10011 | 10100111 | 1000 | 1011001 | 0 | 100011 | 100100110 | 1010000 | 100100 |
Color Harmonies of #9913A7
Complementary color
Monochromatic Colors of #9913A7
Black with #9913A7
Text Example
Text Example
White with #9913A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9913A7; }
p { color: rgb(153,19,167); }
H1.HeaderClassName
{
color: #9913A7;
}
.AnyTagClassName
{
color: #9913A7;
}
</style>
background-color css
<style>
a { background-color: #9913A7; }
a { background-color: rgb(153,19,167); }
div.DivClassName
{
background-color: #9913A7;
}
.BgClassName
{
background-color: #9913A7;
}
</style>
border-color css
<style>
span { border-color: #9913A7; }
span { border-color: rgb(153,19,167); }
td.TdClassName
{
border-color: #9913A7;
}
.TagClassName
{
border-color: #9913A7;
}
</style>