Shades of Dark Purple #991F95
Tints of Dark Purple #991F95
RGB
CMYK
RGB Variations
Color information
#991F95 (or 0x991F95) is known color: Dark Purple. HEX triplet: 99, 1F and 95. RGB value is (153,31,149). Sum of RGB (Red+Green+Blue) = 153+31+149=333 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.95% from 333); Green value is 31 (12.5% from 255 or 9.31% from 333); Blue value is 149 (58.59% from 255 or 44.74% from 333); Max value from RGB is 153 - color contains mainly: red. Hex color #991F95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #991F95 is #66E06A. Grayscale: #505050. Windows color (decimal): -6742123 or 9772953. OLE color: 9772953.
HSL color Cylindrical-coordinate representation of color #991F95: hue angle of 301.97º 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 #991F95 is Cyan = 0, Magento = 0.80, Yellow = 0.03 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 31 | 149 | - |
| CMYK | 0 | 0.80 | 0.03 | 0.4 |
| HSL | 301.97º | 0.66% | 0.36% | - |
| HSV(B) | 301.97º | 0.8% | 0.6% | - |
| XYZ | 19.05 | 9.92 | 29.34 | - |
| YUV | 80.93 | 166.42 | 179.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 31 | 149 | 0 | 0.80 | 0.03 | 0.4 | 301.97 | 0.66 | 0.36 |
| Hex | 99 | 1F | 95 | 0 | 50 | 3 | 28 | 12E | 42 | 24 |
| Octal | 231 | 37 | 225 | 0 | 120 | 3 | 50 | 456 | 102 | 44 |
| Binary | 10011001 | 11111 | 10010101 | 0 | 1010000 | 11 | 101000 | 100101110 | 1000010 | 100100 |
Color Harmonies of #991F95
Complementary color
Monochromatic Colors of #991F95
Black with #991F95
Text Example
Text Example
White with #991F95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #991F95; }
p { color: rgb(153,31,149); }
H1.HeaderClassName
{
color: #991F95;
}
.AnyTagClassName
{
color: #991F95;
}
</style>
background-color css
<style>
a { background-color: #991F95; }
a { background-color: rgb(153,31,149); }
div.DivClassName
{
background-color: #991F95;
}
.BgClassName
{
background-color: #991F95;
}
</style>
border-color css
<style>
span { border-color: #991F95; }
span { border-color: rgb(153,31,149); }
td.TdClassName
{
border-color: #991F95;
}
.TagClassName
{
border-color: #991F95;
}
</style>