Shades of Dark Magenta #991B97
Tints of Dark Magenta #991B97
RGB
CMYK
RGB Variations
Color information
#991B97 (or 0x991B97) is known color: Dark Magenta. HEX triplet: 99, 1B and 97. RGB value is (153,27,151). Sum of RGB (Red+Green+Blue) = 153+27+151=331 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.22% from 331); Green value is 27 (10.94% from 255 or 8.16% from 331); Blue value is 151 (59.38% from 255 or 45.62% from 331); Max value from RGB is 153 - color contains mainly: red. Hex color #991B97 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #991B97 is #66E468. Grayscale: #4E4E4E. Windows color (decimal): -6743145 or 9903001. OLE color: 9903001.
HSL color Cylindrical-coordinate representation of color #991B97: hue angle of 300.95º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #991B97 is Cyan = 0, Magento = 0.82, Yellow = 0.01 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 27 | 151 | - |
| CMYK | 0 | 0.82 | 0.01 | 0.4 |
| HSL | 300.95º | 0.7% | 0.35% | - |
| HSV(B) | 300.95º | 0.82% | 0.6% | - |
| XYZ | 19.11 | 9.79 | 30.16 | - |
| YUV | 78.81 | 168.74 | 180.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 27 | 151 | 0 | 0.82 | 0.01 | 0.4 | 300.95 | 0.7 | 0.35 |
| Hex | 99 | 1B | 97 | 0 | 52 | 1 | 28 | 12D | 46 | 23 |
| Octal | 231 | 33 | 227 | 0 | 122 | 1 | 50 | 455 | 106 | 43 |
| Binary | 10011001 | 11011 | 10010111 | 0 | 1010010 | 1 | 101000 | 100101101 | 1000110 | 100011 |
Color Harmonies of #991B97
Complementary color
Monochromatic Colors of #991B97
Black with #991B97
Text Example
Text Example
White with #991B97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #991B97; }
p { color: rgb(153,27,151); }
H1.HeaderClassName
{
color: #991B97;
}
.AnyTagClassName
{
color: #991B97;
}
</style>
background-color css
<style>
a { background-color: #991B97; }
a { background-color: rgb(153,27,151); }
div.DivClassName
{
background-color: #991B97;
}
.BgClassName
{
background-color: #991B97;
}
</style>
border-color css
<style>
span { border-color: #991B97; }
span { border-color: rgb(153,27,151); }
td.TdClassName
{
border-color: #991B97;
}
.TagClassName
{
border-color: #991B97;
}
</style>