Shades of Dark Magenta #9D098C
Tints of Dark Magenta #9D098C
RGB
CMYK
RGB Variations
Color information
#9D098C (or 0x9D098C) is known color: Dark Magenta. HEX triplet: 9D, 09 and 8C. RGB value is (157,9,140). Sum of RGB (Red+Green+Blue) = 157+9+140=306 (40% of max value = 765). Red value is 157 (61.72% from 255 or 51.31% from 306); Green value is 9 (3.91% from 255 or 2.94% from 306); Blue value is 140 (55.08% from 255 or 45.75% from 306); Max value from RGB is 157 - color contains mainly: red. Hex color #9D098C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D098C is #62F673. Grayscale: #434343. Windows color (decimal): -6485620 or 9177501. OLE color: 9177501.
HSL color Cylindrical-coordinate representation of color #9D098C: hue angle of 306.89º degrees, saturation: 0.89, 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 #9D098C is Cyan = 0, Magento = 0.94, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 9 | 140 | - |
| CMYK | 0 | 0.94 | 0.11 | 0.38 |
| HSL | 306.89º | 0.89% | 0.33% | - |
| HSV(B) | 306.89º | 0.94% | 0.62% | - |
| XYZ | 18.74 | 9.26 | 25.61 | - |
| YUV | 68.19 | 168.53 | 191.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 9 | 140 | 0 | 0.94 | 0.11 | 0.38 | 306.89 | 0.89 | 0.33 |
| Hex | 9D | 9 | 8C | 0 | 5E | B | 26 | 133 | 59 | 21 |
| Octal | 235 | 11 | 214 | 0 | 136 | 13 | 46 | 463 | 131 | 41 |
| Binary | 10011101 | 1001 | 10001100 | 0 | 1011110 | 1011 | 100110 | 100110011 | 1011001 | 100001 |
Color Harmonies of #9D098C
Complementary color
Monochromatic Colors of #9D098C
Black with #9D098C
Text Example
Text Example
White with #9D098C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D098C; }
p { color: rgb(157,9,140); }
H1.HeaderClassName
{
color: #9D098C;
}
.AnyTagClassName
{
color: #9D098C;
}
</style>
background-color css
<style>
a { background-color: #9D098C; }
a { background-color: rgb(157,9,140); }
div.DivClassName
{
background-color: #9D098C;
}
.BgClassName
{
background-color: #9D098C;
}
</style>
border-color css
<style>
span { border-color: #9D098C; }
span { border-color: rgb(157,9,140); }
td.TdClassName
{
border-color: #9D098C;
}
.TagClassName
{
border-color: #9D098C;
}
</style>