Shades of Dark Magenta #9D2098
Tints of Dark Magenta #9D2098
RGB
CMYK
RGB Variations
Color information
#9D2098 (or 0x9D2098) is known color: Dark Magenta. HEX triplet: 9D, 20 and 98. RGB value is (157,32,152). Sum of RGB (Red+Green+Blue) = 157+32+152=341 (45% of max value = 765). Red value is 157 (61.72% from 255 or 46.04% from 341); Green value is 32 (12.89% from 255 or 9.38% from 341); Blue value is 152 (59.77% from 255 or 44.57% from 341); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2098 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D2098 is #62DF67. Grayscale: #525252. Windows color (decimal): -6479720 or 9969821. OLE color: 9969821.
HSL color Cylindrical-coordinate representation of color #9D2098: hue angle of 302.4º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9D2098 is Cyan = 0, Magento = 0.80, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 32 | 152 | - |
| CMYK | 0 | 0.80 | 0.03 | 0.38 |
| HSL | 302.4º | 0.66% | 0.37% | - |
| HSV(B) | 302.4º | 0.8% | 0.62% | - |
| XYZ | 20.09 | 10.47 | 30.67 | - |
| YUV | 83.06 | 166.91 | 180.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 32 | 152 | 0 | 0.80 | 0.03 | 0.38 | 302.4 | 0.66 | 0.37 |
| Hex | 9D | 20 | 98 | 0 | 50 | 3 | 26 | 12E | 42 | 25 |
| Octal | 235 | 40 | 230 | 0 | 120 | 3 | 46 | 456 | 102 | 45 |
| Binary | 10011101 | 100000 | 10011000 | 0 | 1010000 | 11 | 100110 | 100101110 | 1000010 | 100101 |
Color Harmonies of #9D2098
Complementary color
Monochromatic Colors of #9D2098
Black with #9D2098
Text Example
Text Example
White with #9D2098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D2098; }
p { color: rgb(157,32,152); }
H1.HeaderClassName
{
color: #9D2098;
}
.AnyTagClassName
{
color: #9D2098;
}
</style>
background-color css
<style>
a { background-color: #9D2098; }
a { background-color: rgb(157,32,152); }
div.DivClassName
{
background-color: #9D2098;
}
.BgClassName
{
background-color: #9D2098;
}
</style>
border-color css
<style>
span { border-color: #9D2098; }
span { border-color: rgb(157,32,152); }
td.TdClassName
{
border-color: #9D2098;
}
.TagClassName
{
border-color: #9D2098;
}
</style>