Shades of Dark Magenta #9D0793
Tints of Dark Magenta #9D0793
RGB
CMYK
RGB Variations
Color information
#9D0793 (or 0x9D0793) is known color: Dark Magenta. HEX triplet: 9D, 07 and 93. RGB value is (157,7,147). Sum of RGB (Red+Green+Blue) = 157+7+147=311 (41% of max value = 765). Red value is 157 (61.72% from 255 or 50.48% from 311); Green value is 7 (3.12% from 255 or 2.25% from 311); Blue value is 147 (57.81% from 255 or 47.27% from 311); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0793 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D0793 is #62F86C. Grayscale: #434343. Windows color (decimal): -6486125 or 9635741. OLE color: 9635741.
HSL color Cylindrical-coordinate representation of color #9D0793: hue angle of 304º 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 #9D0793 is Cyan = 0, Magento = 0.96, Yellow = 0.06 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 7 | 147 | - |
| CMYK | 0 | 0.96 | 0.06 | 0.38 |
| HSL | 304º | 0.91% | 0.32% | - |
| HSV(B) | 304º | 0.96% | 0.62% | - |
| XYZ | 19.25 | 9.43 | 28.41 | - |
| YUV | 67.81 | 172.7 | 191.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 7 | 147 | 0 | 0.96 | 0.06 | 0.38 | 304 | 0.91 | 0.32 |
| Hex | 9D | 7 | 93 | 0 | 60 | 6 | 26 | 130 | 5B | 20 |
| Octal | 235 | 7 | 223 | 0 | 140 | 6 | 46 | 460 | 133 | 40 |
| Binary | 10011101 | 111 | 10010011 | 0 | 1100000 | 110 | 100110 | 100110000 | 1011011 | 100000 |
Color Harmonies of #9D0793
Complementary color
Monochromatic Colors of #9D0793
Black with #9D0793
Text Example
Text Example
White with #9D0793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D0793; }
p { color: rgb(157,7,147); }
H1.HeaderClassName
{
color: #9D0793;
}
.AnyTagClassName
{
color: #9D0793;
}
</style>
background-color css
<style>
a { background-color: #9D0793; }
a { background-color: rgb(157,7,147); }
div.DivClassName
{
background-color: #9D0793;
}
.BgClassName
{
background-color: #9D0793;
}
</style>
border-color css
<style>
span { border-color: #9D0793; }
span { border-color: rgb(157,7,147); }
td.TdClassName
{
border-color: #9D0793;
}
.TagClassName
{
border-color: #9D0793;
}
</style>