Shades of Dark Magenta #9D0A93
Tints of Dark Magenta #9D0A93
RGB
CMYK
RGB Variations
Color information
#9D0A93 (or 0x9D0A93) is known color: Dark Magenta. HEX triplet: 9D, 0A and 93. RGB value is (157,10,147). Sum of RGB (Red+Green+Blue) = 157+10+147=314 (41% of max value = 765). Red value is 157 (61.72% from 255 or 50% from 314); Green value is 10 (4.30% from 255 or 3.18% from 314); Blue value is 147 (57.81% from 255 or 46.82% from 314); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0A93 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D0A93 is #62F56C. Grayscale: #454545. Windows color (decimal): -6485357 or 9636509. OLE color: 9636509.
HSL color Cylindrical-coordinate representation of color #9D0A93: hue angle of 304.08º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9D0A93 is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 10 | 147 | - |
| CMYK | 0 | 0.94 | 0.06 | 0.38 |
| HSL | 304.08º | 0.88% | 0.33% | - |
| HSV(B) | 304.08º | 0.94% | 0.62% | - |
| XYZ | 19.28 | 9.49 | 28.42 | - |
| YUV | 69.57 | 171.7 | 190.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 10 | 147 | 0 | 0.94 | 0.06 | 0.38 | 304.08 | 0.88 | 0.33 |
| Hex | 9D | A | 93 | 0 | 5E | 6 | 26 | 130 | 58 | 21 |
| Octal | 235 | 12 | 223 | 0 | 136 | 6 | 46 | 460 | 130 | 41 |
| Binary | 10011101 | 1010 | 10010011 | 0 | 1011110 | 110 | 100110 | 100110000 | 1011000 | 100001 |
Color Harmonies of #9D0A93
Complementary color
Monochromatic Colors of #9D0A93
Black with #9D0A93
Text Example
Text Example
White with #9D0A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D0A93; }
p { color: rgb(157,10,147); }
H1.HeaderClassName
{
color: #9D0A93;
}
.AnyTagClassName
{
color: #9D0A93;
}
</style>
background-color css
<style>
a { background-color: #9D0A93; }
a { background-color: rgb(157,10,147); }
div.DivClassName
{
background-color: #9D0A93;
}
.BgClassName
{
background-color: #9D0A93;
}
</style>
border-color css
<style>
span { border-color: #9D0A93; }
span { border-color: rgb(157,10,147); }
td.TdClassName
{
border-color: #9D0A93;
}
.TagClassName
{
border-color: #9D0A93;
}
</style>