Shades of Dark Purple #991971
Tints of Dark Purple #991971
RGB
CMYK
RGB Variations
Color information
#991971 (or 0x991971) is known color: Dark Purple. HEX triplet: 99, 19 and 71. RGB value is (153,25,113). Sum of RGB (Red+Green+Blue) = 153+25+113=291 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.58% from 291); Green value is 25 (10.16% from 255 or 8.59% from 291); Blue value is 113 (44.53% from 255 or 38.83% from 291); Max value from RGB is 153 - color contains mainly: red. Hex color #991971 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #991971 is #66E68E. Grayscale: #494949. Windows color (decimal): -6743695 or 7412121. OLE color: 7412121.
HSL color Cylindrical-coordinate representation of color #991971: hue angle of 318.75º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #991971 is Cyan = 0, Magento = 0.84, Yellow = 0.26 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 25 | 113 | - |
| CMYK | 0 | 0.84 | 0.26 | 0.4 |
| HSL | 318.75º | 0.72% | 0.35% | - |
| HSV(B) | 318.75º | 0.84% | 0.6% | - |
| XYZ | 16.47 | 8.66 | 16.43 | - |
| YUV | 73.3 | 150.41 | 184.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 25 | 113 | 0 | 0.84 | 0.26 | 0.4 | 318.75 | 0.72 | 0.35 |
| Hex | 99 | 19 | 71 | 0 | 54 | 1A | 28 | 13F | 48 | 23 |
| Octal | 231 | 31 | 161 | 0 | 124 | 32 | 50 | 477 | 110 | 43 |
| Binary | 10011001 | 11001 | 1110001 | 0 | 1010100 | 11010 | 101000 | 100111111 | 1001000 | 100011 |
Color Harmonies of #991971
Complementary color
Monochromatic Colors of #991971
Black with #991971
Text Example
Text Example
White with #991971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #991971; }
p { color: rgb(153,25,113); }
H1.HeaderClassName
{
color: #991971;
}
.AnyTagClassName
{
color: #991971;
}
</style>
background-color css
<style>
a { background-color: #991971; }
a { background-color: rgb(153,25,113); }
div.DivClassName
{
background-color: #991971;
}
.BgClassName
{
background-color: #991971;
}
</style>
border-color css
<style>
span { border-color: #991971; }
span { border-color: rgb(153,25,113); }
td.TdClassName
{
border-color: #991971;
}
.TagClassName
{
border-color: #991971;
}
</style>