Shades of Dark Magenta #991BA7
Tints of Dark Magenta #991BA7
RGB
CMYK
RGB Variations
Color information
#991BA7 (or 0x991BA7) is known color: Dark Magenta. HEX triplet: 99, 1B and A7. RGB value is (153,27,167). Sum of RGB (Red+Green+Blue) = 153+27+167=347 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.09% from 347); Green value is 27 (10.94% from 255 or 7.78% from 347); Blue value is 167 (65.62% from 255 or 48.13% from 347); Max value from RGB is 167 - color contains mainly: blue. Hex color #991BA7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #991BA7 is #66E458. Grayscale: #505050. Windows color (decimal): -6743129 or 10951577. OLE color: 10951577.
HSL color Cylindrical-coordinate representation of color #991BA7: hue angle of 294º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #991BA7 is Cyan = 0.08, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 153 | 27 | 167 | - |
| CMYK | 0.08 | 0.84 | 0 | 0.35 |
| HSL | 294º | 0.72% | 0.38% | - |
| HSV(B) | 294º | 0.84% | 0.65% | - |
| XYZ | 20.5 | 10.35 | 37.48 | - |
| YUV | 80.63 | 176.74 | 179.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 27 | 167 | 0.08 | 0.84 | 0 | 0.35 | 294 | 0.72 | 0.38 |
| Hex | 99 | 1B | A7 | 8 | 54 | 0 | 23 | 126 | 48 | 26 |
| Octal | 231 | 33 | 247 | 10 | 124 | 0 | 43 | 446 | 110 | 46 |
| Binary | 10011001 | 11011 | 10100111 | 1000 | 1010100 | 0 | 100011 | 100100110 | 1001000 | 100110 |
Color Harmonies of #991BA7
Complementary color
Monochromatic Colors of #991BA7
Black with #991BA7
Text Example
Text Example
White with #991BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #991BA7; }
p { color: rgb(153,27,167); }
H1.HeaderClassName
{
color: #991BA7;
}
.AnyTagClassName
{
color: #991BA7;
}
</style>
background-color css
<style>
a { background-color: #991BA7; }
a { background-color: rgb(153,27,167); }
div.DivClassName
{
background-color: #991BA7;
}
.BgClassName
{
background-color: #991BA7;
}
</style>
border-color css
<style>
span { border-color: #991BA7; }
span { border-color: rgb(153,27,167); }
td.TdClassName
{
border-color: #991BA7;
}
.TagClassName
{
border-color: #991BA7;
}
</style>