Shades of Dark Purple #991871
Tints of Dark Purple #991871
RGB
CMYK
RGB Variations
Color information
#991871 (or 0x991871) is known color: Dark Purple. HEX triplet: 99, 18 and 71. RGB value is (153,24,113). Sum of RGB (Red+Green+Blue) = 153+24+113=290 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.76% from 290); Green value is 24 (9.77% from 255 or 8.28% from 290); Blue value is 113 (44.53% from 255 or 38.97% from 290); Max value from RGB is 153 - color contains mainly: red. Hex color #991871 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #991871 is #66E78E. Grayscale: #484848. Windows color (decimal): -6743951 or 7411865. OLE color: 7411865.
HSL color Cylindrical-coordinate representation of color #991871: hue angle of 318.6º degrees, saturation: 0.73, 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 #991871 is Cyan = 0, Magento = 0.84, Yellow = 0.26 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 24 | 113 | - |
| CMYK | 0 | 0.84 | 0.26 | 0.4 |
| HSL | 318.6º | 0.73% | 0.35% | - |
| HSV(B) | 318.6º | 0.84% | 0.6% | - |
| XYZ | 16.44 | 8.62 | 16.42 | - |
| YUV | 72.72 | 150.74 | 185.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 24 | 113 | 0 | 0.84 | 0.26 | 0.4 | 318.6 | 0.73 | 0.35 |
| Hex | 99 | 18 | 71 | 0 | 54 | 1A | 28 | 13F | 49 | 23 |
| Octal | 231 | 30 | 161 | 0 | 124 | 32 | 50 | 477 | 111 | 43 |
| Binary | 10011001 | 11000 | 1110001 | 0 | 1010100 | 11010 | 101000 | 100111111 | 1001001 | 100011 |
Color Harmonies of #991871
Complementary color
Monochromatic Colors of #991871
Black with #991871
Text Example
Text Example
White with #991871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #991871; }
p { color: rgb(153,24,113); }
H1.HeaderClassName
{
color: #991871;
}
.AnyTagClassName
{
color: #991871;
}
</style>
background-color css
<style>
a { background-color: #991871; }
a { background-color: rgb(153,24,113); }
div.DivClassName
{
background-color: #991871;
}
.BgClassName
{
background-color: #991871;
}
</style>
border-color css
<style>
span { border-color: #991871; }
span { border-color: rgb(153,24,113); }
td.TdClassName
{
border-color: #991871;
}
.TagClassName
{
border-color: #991871;
}
</style>