Shades of Dark Magenta #990B9D
Tints of Dark Magenta #990B9D
RGB
CMYK
RGB Variations
Color information
#990B9D (or 0x990B9D) is known color: Dark Magenta. HEX triplet: 99, 0B and 9D. RGB value is (153,11,157). Sum of RGB (Red+Green+Blue) = 153+11+157=321 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.66% from 321); Green value is 11 (4.69% from 255 or 3.43% from 321); Blue value is 157 (61.72% from 255 or 48.91% from 321); Max value from RGB is 157 - color contains mainly: blue. Hex color #990B9D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990B9D is #66F462. Grayscale: #454545. Windows color (decimal): -6747235 or 10292121. OLE color: 10292121.
HSL color Cylindrical-coordinate representation of color #990B9D: hue angle of 298.36º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #990B9D is Cyan = 0.03, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 153 | 11 | 157 | - |
| CMYK | 0.03 | 0.93 | 0 | 0.38 |
| HSL | 298.36º | 0.87% | 0.33% | - |
| HSV(B) | 298.36º | 0.93% | 0.62% | - |
| XYZ | 19.34 | 9.45 | 32.7 | - |
| YUV | 70.1 | 177.04 | 187.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 11 | 157 | 0.03 | 0.93 | 0 | 0.38 | 298.36 | 0.87 | 0.33 |
| Hex | 99 | B | 9D | 3 | 5D | 0 | 26 | 12A | 57 | 21 |
| Octal | 231 | 13 | 235 | 3 | 135 | 0 | 46 | 452 | 127 | 41 |
| Binary | 10011001 | 1011 | 10011101 | 11 | 1011101 | 0 | 100110 | 100101010 | 1010111 | 100001 |
Color Harmonies of #990B9D
Complementary color
Monochromatic Colors of #990B9D
Black with #990B9D
Text Example
Text Example
White with #990B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990B9D; }
p { color: rgb(153,11,157); }
H1.HeaderClassName
{
color: #990B9D;
}
.AnyTagClassName
{
color: #990B9D;
}
</style>
background-color css
<style>
a { background-color: #990B9D; }
a { background-color: rgb(153,11,157); }
div.DivClassName
{
background-color: #990B9D;
}
.BgClassName
{
background-color: #990B9D;
}
</style>
border-color css
<style>
span { border-color: #990B9D; }
span { border-color: rgb(153,11,157); }
td.TdClassName
{
border-color: #990B9D;
}
.TagClassName
{
border-color: #990B9D;
}
</style>