Shades of Dark Magenta #991E9B
Tints of Dark Magenta #991E9B
RGB
CMYK
RGB Variations
Color information
#991E9B (or 0x991E9B) is known color: Dark Magenta. HEX triplet: 99, 1E and 9B. RGB value is (153,30,155). Sum of RGB (Red+Green+Blue) = 153+30+155=338 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.27% from 338); Green value is 30 (12.11% from 255 or 8.88% from 338); Blue value is 155 (60.94% from 255 or 45.86% from 338); Max value from RGB is 155 - color contains mainly: blue. Hex color #991E9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #991E9B is #66E164. Grayscale: #505050. Windows color (decimal): -6742373 or 10165913. OLE color: 10165913.
HSL color Cylindrical-coordinate representation of color #991E9B: hue angle of 299.04º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #991E9B is Cyan = 0.01, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 153 | 30 | 155 | - |
| CMYK | 0.01 | 0.81 | 0 | 0.39 |
| HSL | 299.04º | 0.68% | 0.36% | - |
| HSV(B) | 299.04º | 0.81% | 0.61% | - |
| XYZ | 19.52 | 10.07 | 31.92 | - |
| YUV | 81.03 | 169.75 | 179.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 30 | 155 | 0.01 | 0.81 | 0 | 0.39 | 299.04 | 0.68 | 0.36 |
| Hex | 99 | 1E | 9B | 1 | 51 | 0 | 27 | 12B | 44 | 24 |
| Octal | 231 | 36 | 233 | 1 | 121 | 0 | 47 | 453 | 104 | 44 |
| Binary | 10011001 | 11110 | 10011011 | 1 | 1010001 | 0 | 100111 | 100101011 | 1000100 | 100100 |
Color Harmonies of #991E9B
Complementary color
Monochromatic Colors of #991E9B
Black with #991E9B
Text Example
Text Example
White with #991E9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #991E9B; }
p { color: rgb(153,30,155); }
H1.HeaderClassName
{
color: #991E9B;
}
.AnyTagClassName
{
color: #991E9B;
}
</style>
background-color css
<style>
a { background-color: #991E9B; }
a { background-color: rgb(153,30,155); }
div.DivClassName
{
background-color: #991E9B;
}
.BgClassName
{
background-color: #991E9B;
}
</style>
border-color css
<style>
span { border-color: #991E9B; }
span { border-color: rgb(153,30,155); }
td.TdClassName
{
border-color: #991E9B;
}
.TagClassName
{
border-color: #991E9B;
}
</style>