Shades of Dark Magenta #9D0690
Tints of Dark Magenta #9D0690
RGB
CMYK
RGB Variations
Color information
#9D0690 (or 0x9D0690) is known color: Dark Magenta. HEX triplet: 9D, 06 and 90. RGB value is (157,6,144). Sum of RGB (Red+Green+Blue) = 157+6+144=307 (40% of max value = 765). Red value is 157 (61.72% from 255 or 51.14% from 307); Green value is 6 (2.73% from 255 or 1.95% from 307); Blue value is 144 (56.64% from 255 or 46.91% from 307); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0690 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D0690 is #62F96F. Grayscale: #424242. Windows color (decimal): -6486384 or 9438877. OLE color: 9438877.
HSL color Cylindrical-coordinate representation of color #9D0690: hue angle of 305.17º degrees, saturation: 0.93, 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 #9D0690 is Cyan = 0, Magento = 0.96, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 6 | 144 | - |
| CMYK | 0 | 0.96 | 0.08 | 0.38 |
| HSL | 305.17º | 0.93% | 0.32% | - |
| HSV(B) | 305.17º | 0.96% | 0.62% | - |
| XYZ | 19 | 9.31 | 27.18 | - |
| YUV | 66.88 | 171.53 | 192.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 6 | 144 | 0 | 0.96 | 0.08 | 0.38 | 305.17 | 0.93 | 0.32 |
| Hex | 9D | 6 | 90 | 0 | 60 | 8 | 26 | 131 | 5D | 20 |
| Octal | 235 | 6 | 220 | 0 | 140 | 10 | 46 | 461 | 135 | 40 |
| Binary | 10011101 | 110 | 10010000 | 0 | 1100000 | 1000 | 100110 | 100110001 | 1011101 | 100000 |
Color Harmonies of #9D0690
Complementary color
Monochromatic Colors of #9D0690
Black with #9D0690
Text Example
Text Example
White with #9D0690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D0690; }
p { color: rgb(157,6,144); }
H1.HeaderClassName
{
color: #9D0690;
}
.AnyTagClassName
{
color: #9D0690;
}
</style>
background-color css
<style>
a { background-color: #9D0690; }
a { background-color: rgb(157,6,144); }
div.DivClassName
{
background-color: #9D0690;
}
.BgClassName
{
background-color: #9D0690;
}
</style>
border-color css
<style>
span { border-color: #9D0690; }
span { border-color: rgb(157,6,144); }
td.TdClassName
{
border-color: #9D0690;
}
.TagClassName
{
border-color: #9D0690;
}
</style>