Shades of Dark Purple #991F74
Tints of Dark Purple #991F74
RGB
CMYK
RGB Variations
Color information
#991F74 (or 0x991F74) is known color: Dark Purple. HEX triplet: 99, 1F and 74. RGB value is (153,31,116). Sum of RGB (Red+Green+Blue) = 153+31+116=300 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51% from 300); Green value is 31 (12.5% from 255 or 10.33% from 300); Blue value is 116 (45.70% from 255 or 38.67% from 300); Max value from RGB is 153 - color contains mainly: red. Hex color #991F74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #991F74 is #66E08B. Grayscale: #4C4C4C. Windows color (decimal): -6742156 or 7610265. OLE color: 7610265.
HSL color Cylindrical-coordinate representation of color #991F74: hue angle of 318.2º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #991F74 is Cyan = 0, Magento = 0.80, Yellow = 0.24 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 31 | 116 | - |
| CMYK | 0 | 0.80 | 0.24 | 0.4 |
| HSL | 318.2º | 0.66% | 0.36% | - |
| HSV(B) | 318.2º | 0.8% | 0.6% | - |
| XYZ | 16.78 | 9.01 | 17.38 | - |
| YUV | 77.17 | 149.92 | 182.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 31 | 116 | 0 | 0.80 | 0.24 | 0.4 | 318.2 | 0.66 | 0.36 |
| Hex | 99 | 1F | 74 | 0 | 50 | 18 | 28 | 13E | 42 | 24 |
| Octal | 231 | 37 | 164 | 0 | 120 | 30 | 50 | 476 | 102 | 44 |
| Binary | 10011001 | 11111 | 1110100 | 0 | 1010000 | 11000 | 101000 | 100111110 | 1000010 | 100100 |
Color Harmonies of #991F74
Complementary color
Monochromatic Colors of #991F74
Black with #991F74
Text Example
Text Example
White with #991F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #991F74; }
p { color: rgb(153,31,116); }
H1.HeaderClassName
{
color: #991F74;
}
.AnyTagClassName
{
color: #991F74;
}
</style>
background-color css
<style>
a { background-color: #991F74; }
a { background-color: rgb(153,31,116); }
div.DivClassName
{
background-color: #991F74;
}
.BgClassName
{
background-color: #991F74;
}
</style>
border-color css
<style>
span { border-color: #991F74; }
span { border-color: rgb(153,31,116); }
td.TdClassName
{
border-color: #991F74;
}
.TagClassName
{
border-color: #991F74;
}
</style>