Shades of Dark Purple #991784
Tints of Dark Purple #991784
RGB
CMYK
RGB Variations
Color information
#991784 (or 0x991784) is known color: Dark Purple. HEX triplet: 99, 17 and 84. RGB value is (153,23,132). Sum of RGB (Red+Green+Blue) = 153+23+132=308 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.68% from 308); Green value is 23 (9.38% from 255 or 7.47% from 308); Blue value is 132 (51.95% from 255 or 42.86% from 308); Max value from RGB is 153 - color contains mainly: red. Hex color #991784 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #991784 is #66E87B. Grayscale: #494949. Windows color (decimal): -6744188 or 8656793. OLE color: 8656793.
HSL color Cylindrical-coordinate representation of color #991784: hue angle of 309.69º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #991784 is Cyan = 0, Magento = 0.85, Yellow = 0.14 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 23 | 132 | - |
| CMYK | 0 | 0.85 | 0.14 | 0.4 |
| HSL | 309.69º | 0.74% | 0.35% | - |
| HSV(B) | 309.69º | 0.85% | 0.6% | - |
| XYZ | 17.61 | 9.05 | 22.65 | - |
| YUV | 74.3 | 160.57 | 184.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 23 | 132 | 0 | 0.85 | 0.14 | 0.4 | 309.69 | 0.74 | 0.35 |
| Hex | 99 | 17 | 84 | 0 | 55 | E | 28 | 136 | 4A | 23 |
| Octal | 231 | 27 | 204 | 0 | 125 | 16 | 50 | 466 | 112 | 43 |
| Binary | 10011001 | 10111 | 10000100 | 0 | 1010101 | 1110 | 101000 | 100110110 | 1001010 | 100011 |
Color Harmonies of #991784
Complementary color
Monochromatic Colors of #991784
Black with #991784
Text Example
Text Example
White with #991784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #991784; }
p { color: rgb(153,23,132); }
H1.HeaderClassName
{
color: #991784;
}
.AnyTagClassName
{
color: #991784;
}
</style>
background-color css
<style>
a { background-color: #991784; }
a { background-color: rgb(153,23,132); }
div.DivClassName
{
background-color: #991784;
}
.BgClassName
{
background-color: #991784;
}
</style>
border-color css
<style>
span { border-color: #991784; }
span { border-color: rgb(153,23,132); }
td.TdClassName
{
border-color: #991784;
}
.TagClassName
{
border-color: #991784;
}
</style>