Shades of Dark Purple #991E87
Tints of Dark Purple #991E87
RGB
CMYK
RGB Variations
Color information
#991E87 (or 0x991E87) is known color: Dark Purple. HEX triplet: 99, 1E and 87. RGB value is (153,30,135). Sum of RGB (Red+Green+Blue) = 153+30+135=318 (42% of max value = 765). Red value is 153 (60.16% from 255 or 48.11% from 318); Green value is 30 (12.11% from 255 or 9.43% from 318); Blue value is 135 (53.12% from 255 or 42.45% from 318); Max value from RGB is 153 - color contains mainly: red. Hex color #991E87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #991E87 is #66E178. Grayscale: #4E4E4E. Windows color (decimal): -6742393 or 8855193. OLE color: 8855193.
HSL color Cylindrical-coordinate representation of color #991E87: hue angle of 308.78º degrees, saturation: 0.67, 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 #991E87 is Cyan = 0, Magento = 0.80, Yellow = 0.12 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 30 | 135 | - |
| CMYK | 0 | 0.80 | 0.12 | 0.4 |
| HSL | 308.78º | 0.67% | 0.36% | - |
| HSV(B) | 308.78º | 0.8% | 0.6% | - |
| XYZ | 17.97 | 9.45 | 23.8 | - |
| YUV | 78.75 | 159.75 | 180.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 30 | 135 | 0 | 0.80 | 0.12 | 0.4 | 308.78 | 0.67 | 0.36 |
| Hex | 99 | 1E | 87 | 0 | 50 | C | 28 | 135 | 43 | 24 |
| Octal | 231 | 36 | 207 | 0 | 120 | 14 | 50 | 465 | 103 | 44 |
| Binary | 10011001 | 11110 | 10000111 | 0 | 1010000 | 1100 | 101000 | 100110101 | 1000011 | 100100 |
Color Harmonies of #991E87
Complementary color
Monochromatic Colors of #991E87
Black with #991E87
Text Example
Text Example
White with #991E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #991E87; }
p { color: rgb(153,30,135); }
H1.HeaderClassName
{
color: #991E87;
}
.AnyTagClassName
{
color: #991E87;
}
</style>
background-color css
<style>
a { background-color: #991E87; }
a { background-color: rgb(153,30,135); }
div.DivClassName
{
background-color: #991E87;
}
.BgClassName
{
background-color: #991E87;
}
</style>
border-color css
<style>
span { border-color: #991E87; }
span { border-color: rgb(153,30,135); }
td.TdClassName
{
border-color: #991E87;
}
.TagClassName
{
border-color: #991E87;
}
</style>