Shades of Dark Purple #991970
Tints of Dark Purple #991970
RGB
CMYK
RGB Variations
Color information
#991970 (or 0x991970) is known color: Dark Purple. HEX triplet: 99, 19 and 70. RGB value is (153,25,112). Sum of RGB (Red+Green+Blue) = 153+25+112=290 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.76% from 290); Green value is 25 (10.16% from 255 or 8.62% from 290); Blue value is 112 (44.14% from 255 or 38.62% from 290); Max value from RGB is 153 - color contains mainly: red. Hex color #991970 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #991970 is #66E68F. Grayscale: #484848. Windows color (decimal): -6743696 or 7346585. OLE color: 7346585.
HSL color Cylindrical-coordinate representation of color #991970: hue angle of 319.22º 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 #991970 is Cyan = 0, Magento = 0.84, Yellow = 0.27 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 25 | 112 | - |
| CMYK | 0 | 0.84 | 0.27 | 0.4 |
| HSL | 319.22º | 0.72% | 0.35% | - |
| HSV(B) | 319.22º | 0.84% | 0.6% | - |
| XYZ | 16.41 | 8.64 | 16.13 | - |
| YUV | 73.19 | 149.91 | 184.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 25 | 112 | 0 | 0.84 | 0.27 | 0.4 | 319.22 | 0.72 | 0.35 |
| Hex | 99 | 19 | 70 | 0 | 54 | 1B | 28 | 13F | 48 | 23 |
| Octal | 231 | 31 | 160 | 0 | 124 | 33 | 50 | 477 | 110 | 43 |
| Binary | 10011001 | 11001 | 1110000 | 0 | 1010100 | 11011 | 101000 | 100111111 | 1001000 | 100011 |
Color Harmonies of #991970
Complementary color
Monochromatic Colors of #991970
Black with #991970
Text Example
Text Example
White with #991970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #991970; }
p { color: rgb(153,25,112); }
H1.HeaderClassName
{
color: #991970;
}
.AnyTagClassName
{
color: #991970;
}
</style>
background-color css
<style>
a { background-color: #991970; }
a { background-color: rgb(153,25,112); }
div.DivClassName
{
background-color: #991970;
}
.BgClassName
{
background-color: #991970;
}
</style>
border-color css
<style>
span { border-color: #991970; }
span { border-color: rgb(153,25,112); }
td.TdClassName
{
border-color: #991970;
}
.TagClassName
{
border-color: #991970;
}
</style>