Shades of Dark Purple #991E84
Tints of Dark Purple #991E84
RGB
CMYK
RGB Variations
Color information
#991E84 (or 0x991E84) is known color: Dark Purple. HEX triplet: 99, 1E and 84. RGB value is (153,30,132). Sum of RGB (Red+Green+Blue) = 153+30+132=315 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.57% from 315); Green value is 30 (12.11% from 255 or 9.52% from 315); Blue value is 132 (51.95% from 255 or 41.90% from 315); Max value from RGB is 153 - color contains mainly: red. Hex color #991E84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #991E84 is #66E17B. Grayscale: #4E4E4E. Windows color (decimal): -6742396 or 8658585. OLE color: 8658585.
HSL color Cylindrical-coordinate representation of color #991E84: hue angle of 310.24º 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 #991E84 is Cyan = 0, Magento = 0.80, Yellow = 0.14 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 30 | 132 | - |
| CMYK | 0 | 0.80 | 0.14 | 0.4 |
| HSL | 310.24º | 0.67% | 0.36% | - |
| HSV(B) | 310.24º | 0.8% | 0.6% | - |
| XYZ | 17.77 | 9.37 | 22.7 | - |
| YUV | 78.41 | 158.25 | 181.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 30 | 132 | 0 | 0.80 | 0.14 | 0.4 | 310.24 | 0.67 | 0.36 |
| Hex | 99 | 1E | 84 | 0 | 50 | E | 28 | 136 | 43 | 24 |
| Octal | 231 | 36 | 204 | 0 | 120 | 16 | 50 | 466 | 103 | 44 |
| Binary | 10011001 | 11110 | 10000100 | 0 | 1010000 | 1110 | 101000 | 100110110 | 1000011 | 100100 |
Color Harmonies of #991E84
Complementary color
Monochromatic Colors of #991E84
Black with #991E84
Text Example
Text Example
White with #991E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #991E84; }
p { color: rgb(153,30,132); }
H1.HeaderClassName
{
color: #991E84;
}
.AnyTagClassName
{
color: #991E84;
}
</style>
background-color css
<style>
a { background-color: #991E84; }
a { background-color: rgb(153,30,132); }
div.DivClassName
{
background-color: #991E84;
}
.BgClassName
{
background-color: #991E84;
}
</style>
border-color css
<style>
span { border-color: #991E84; }
span { border-color: rgb(153,30,132); }
td.TdClassName
{
border-color: #991E84;
}
.TagClassName
{
border-color: #991E84;
}
</style>