Shades of Dark Purple #991972
Tints of Dark Purple #991972
RGB
CMYK
RGB Variations
Color information
#991972 (or 0x991972) is known color: Dark Purple. HEX triplet: 99, 19 and 72. RGB value is (153,25,114). Sum of RGB (Red+Green+Blue) = 153+25+114=292 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.40% from 292); Green value is 25 (10.16% from 255 or 8.56% from 292); Blue value is 114 (44.92% from 255 or 39.04% from 292); Max value from RGB is 153 - color contains mainly: red. Hex color #991972 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #991972 is #66E68D. Grayscale: #494949. Windows color (decimal): -6743694 or 7477657. OLE color: 7477657.
HSL color Cylindrical-coordinate representation of color #991972: hue angle of 318.28º 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 #991972 is Cyan = 0, Magento = 0.84, Yellow = 0.25 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 25 | 114 | - |
| CMYK | 0 | 0.84 | 0.25 | 0.4 |
| HSL | 318.28º | 0.72% | 0.35% | - |
| HSV(B) | 318.28º | 0.84% | 0.6% | - |
| XYZ | 16.52 | 8.68 | 16.72 | - |
| YUV | 73.42 | 150.91 | 184.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 25 | 114 | 0 | 0.84 | 0.25 | 0.4 | 318.28 | 0.72 | 0.35 |
| Hex | 99 | 19 | 72 | 0 | 54 | 19 | 28 | 13E | 48 | 23 |
| Octal | 231 | 31 | 162 | 0 | 124 | 31 | 50 | 476 | 110 | 43 |
| Binary | 10011001 | 11001 | 1110010 | 0 | 1010100 | 11001 | 101000 | 100111110 | 1001000 | 100011 |
Color Harmonies of #991972
Complementary color
Monochromatic Colors of #991972
Black with #991972
Text Example
Text Example
White with #991972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #991972; }
p { color: rgb(153,25,114); }
H1.HeaderClassName
{
color: #991972;
}
.AnyTagClassName
{
color: #991972;
}
</style>
background-color css
<style>
a { background-color: #991972; }
a { background-color: rgb(153,25,114); }
div.DivClassName
{
background-color: #991972;
}
.BgClassName
{
background-color: #991972;
}
</style>
border-color css
<style>
span { border-color: #991972; }
span { border-color: rgb(153,25,114); }
td.TdClassName
{
border-color: #991972;
}
.TagClassName
{
border-color: #991972;
}
</style>