Shades of Dark Magenta #990B9E
Tints of Dark Magenta #990B9E
RGB
CMYK
RGB Variations
Color information
#990B9E (or 0x990B9E) is known color: Dark Magenta. HEX triplet: 99, 0B and 9E. RGB value is (153,11,158). Sum of RGB (Red+Green+Blue) = 153+11+158=322 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.52% from 322); Green value is 11 (4.69% from 255 or 3.42% from 322); Blue value is 158 (62.11% from 255 or 49.07% from 322); Max value from RGB is 158 - color contains mainly: blue. Hex color #990B9E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990B9E is #66F461. Grayscale: #454545. Windows color (decimal): -6747234 or 10357657. OLE color: 10357657.
HSL color Cylindrical-coordinate representation of color #990B9E: hue angle of 297.96º 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 #990B9E is Cyan = 0.03, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 153 | 11 | 158 | - |
| CMYK | 0.03 | 0.93 | 0 | 0.38 |
| HSL | 297.96º | 0.87% | 0.33% | - |
| HSV(B) | 297.96º | 0.93% | 0.62% | - |
| XYZ | 19.43 | 9.48 | 33.15 | - |
| YUV | 70.22 | 177.54 | 187.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 11 | 158 | 0.03 | 0.93 | 0 | 0.38 | 297.96 | 0.87 | 0.33 |
| Hex | 99 | B | 9E | 3 | 5D | 0 | 26 | 12A | 57 | 21 |
| Octal | 231 | 13 | 236 | 3 | 135 | 0 | 46 | 452 | 127 | 41 |
| Binary | 10011001 | 1011 | 10011110 | 11 | 1011101 | 0 | 100110 | 100101010 | 1010111 | 100001 |
Color Harmonies of #990B9E
Complementary color
Monochromatic Colors of #990B9E
Black with #990B9E
Text Example
Text Example
White with #990B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990B9E; }
p { color: rgb(153,11,158); }
H1.HeaderClassName
{
color: #990B9E;
}
.AnyTagClassName
{
color: #990B9E;
}
</style>
background-color css
<style>
a { background-color: #990B9E; }
a { background-color: rgb(153,11,158); }
div.DivClassName
{
background-color: #990B9E;
}
.BgClassName
{
background-color: #990B9E;
}
</style>
border-color css
<style>
span { border-color: #990B9E; }
span { border-color: rgb(153,11,158); }
td.TdClassName
{
border-color: #990B9E;
}
.TagClassName
{
border-color: #990B9E;
}
</style>