Shades of Dark Magenta #990097
Tints of Dark Magenta #990097
RGB
CMYK
RGB Variations
Color information
#990097 (or 0x990097) is known color: Dark Magenta. HEX triplet: 99, 00 and 97. RGB value is (153,0,151). Sum of RGB (Red+Green+Blue) = 153+0+151=304 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.33% from 304); Green value is 0 (0.39% from 255 or 0% from 304); Blue value is 151 (59.38% from 255 or 49.67% from 304); Max value from RGB is 153 - color contains mainly: red. Hex color #990097 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990097 is #66FF68. Grayscale: #3E3E3E. Windows color (decimal): -6750057 or 9896089. OLE color: 9896089.
HSL color Cylindrical-coordinate representation of color #990097: hue angle of 300.78º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #990097 is Cyan = 0, Magento = 1, Yellow = 0.01 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 0 | 151 | - |
| CMYK | 0 | 1 | 0.01 | 0.4 |
| HSL | 300.78º | 1% | 0.3% | - |
| HSV(B) | 300.78º | 1% | 0.6% | - |
| XYZ | 18.72 | 9.01 | 30.03 | - |
| YUV | 62.96 | 177.69 | 192.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 0 | 151 | 0 | 1 | 0.01 | 0.4 | 300.78 | 1 | 0.3 |
| Hex | 99 | 0 | 97 | 0 | 64 | 1 | 28 | 12D | 64 | 1E |
| Octal | 231 | 0 | 227 | 0 | 144 | 1 | 50 | 455 | 144 | 36 |
| Binary | 10011001 | 0 | 10010111 | 0 | 1100100 | 1 | 101000 | 100101101 | 1100100 | 11110 |
Color Harmonies of #990097
Complementary color
Monochromatic Colors of #990097
Black with #990097
Text Example
Text Example
White with #990097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990097; }
p { color: rgb(153,0,151); }
H1.HeaderClassName
{
color: #990097;
}
.AnyTagClassName
{
color: #990097;
}
</style>
background-color css
<style>
a { background-color: #990097; }
a { background-color: rgb(153,0,151); }
div.DivClassName
{
background-color: #990097;
}
.BgClassName
{
background-color: #990097;
}
</style>
border-color css
<style>
span { border-color: #990097; }
span { border-color: rgb(153,0,151); }
td.TdClassName
{
border-color: #990097;
}
.TagClassName
{
border-color: #990097;
}
</style>