Shades of Dark Magenta #9D0FAA
Tints of Dark Magenta #9D0FAA
RGB
CMYK
RGB Variations
Color information
#9D0FAA (or 0x9D0FAA) is known color: Dark Magenta. HEX triplet: 9D, 0F and AA. RGB value is (157,15,170). Sum of RGB (Red+Green+Blue) = 157+15+170=342 (45% of max value = 765). Red value is 157 (61.72% from 255 or 45.91% from 342); Green value is 15 (6.25% from 255 or 4.39% from 342); Blue value is 170 (66.80% from 255 or 49.71% from 342); Max value from RGB is 170 - color contains mainly: blue. Hex color #9D0FAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D0FAA is #62F055. Grayscale: #4A4A4A. Windows color (decimal): -6484054 or 11145117. OLE color: 11145117.
HSL color Cylindrical-coordinate representation of color #9D0FAA: hue angle of 294.97º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9D0FAA is Cyan = 0.08, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 157 | 15 | 170 | - |
| CMYK | 0.08 | 0.91 | 0 | 0.33 |
| HSL | 294.97º | 0.84% | 0.36% | - |
| HSV(B) | 294.97º | 0.91% | 0.67% | - |
| XYZ | 21.33 | 10.41 | 38.92 | - |
| YUV | 75.13 | 181.54 | 186.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 15 | 170 | 0.08 | 0.91 | 0 | 0.33 | 294.97 | 0.84 | 0.36 |
| Hex | 9D | F | AA | 8 | 5B | 0 | 21 | 127 | 54 | 24 |
| Octal | 235 | 17 | 252 | 10 | 133 | 0 | 41 | 447 | 124 | 44 |
| Binary | 10011101 | 1111 | 10101010 | 1000 | 1011011 | 0 | 100001 | 100100111 | 1010100 | 100100 |
Color Harmonies of #9D0FAA
Complementary color
Monochromatic Colors of #9D0FAA
Black with #9D0FAA
Text Example
Text Example
White with #9D0FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D0FAA; }
p { color: rgb(157,15,170); }
H1.HeaderClassName
{
color: #9D0FAA;
}
.AnyTagClassName
{
color: #9D0FAA;
}
</style>
background-color css
<style>
a { background-color: #9D0FAA; }
a { background-color: rgb(157,15,170); }
div.DivClassName
{
background-color: #9D0FAA;
}
.BgClassName
{
background-color: #9D0FAA;
}
</style>
border-color css
<style>
span { border-color: #9D0FAA; }
span { border-color: rgb(157,15,170); }
td.TdClassName
{
border-color: #9D0FAA;
}
.TagClassName
{
border-color: #9D0FAA;
}
</style>