Shades of Dark Magenta #9D0790
Tints of Dark Magenta #9D0790
RGB
CMYK
RGB Variations
Color information
#9D0790 (or 0x9D0790) is known color: Dark Magenta. HEX triplet: 9D, 07 and 90. RGB value is (157,7,144). Sum of RGB (Red+Green+Blue) = 157+7+144=308 (40% of max value = 765). Red value is 157 (61.72% from 255 or 50.97% from 308); Green value is 7 (3.12% from 255 or 2.27% from 308); Blue value is 144 (56.64% from 255 or 46.75% from 308); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0790 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D0790 is #62F86F. Grayscale: #434343. Windows color (decimal): -6486128 or 9439133. OLE color: 9439133.
HSL color Cylindrical-coordinate representation of color #9D0790: hue angle of 305.2º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9D0790 is Cyan = 0, Magento = 0.96, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 7 | 144 | - |
| CMYK | 0 | 0.96 | 0.08 | 0.38 |
| HSL | 305.2º | 0.91% | 0.32% | - |
| HSV(B) | 305.2º | 0.96% | 0.62% | - |
| XYZ | 19.01 | 9.33 | 27.18 | - |
| YUV | 67.47 | 171.2 | 191.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 7 | 144 | 0 | 0.96 | 0.08 | 0.38 | 305.2 | 0.91 | 0.32 |
| Hex | 9D | 7 | 90 | 0 | 60 | 8 | 26 | 131 | 5B | 20 |
| Octal | 235 | 7 | 220 | 0 | 140 | 10 | 46 | 461 | 133 | 40 |
| Binary | 10011101 | 111 | 10010000 | 0 | 1100000 | 1000 | 100110 | 100110001 | 1011011 | 100000 |
Color Harmonies of #9D0790
Complementary color
Monochromatic Colors of #9D0790
Black with #9D0790
Text Example
Text Example
White with #9D0790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D0790; }
p { color: rgb(157,7,144); }
H1.HeaderClassName
{
color: #9D0790;
}
.AnyTagClassName
{
color: #9D0790;
}
</style>
background-color css
<style>
a { background-color: #9D0790; }
a { background-color: rgb(157,7,144); }
div.DivClassName
{
background-color: #9D0790;
}
.BgClassName
{
background-color: #9D0790;
}
</style>
border-color css
<style>
span { border-color: #9D0790; }
span { border-color: rgb(157,7,144); }
td.TdClassName
{
border-color: #9D0790;
}
.TagClassName
{
border-color: #9D0790;
}
</style>