Shades of Dark Purple #991C84
Tints of Dark Purple #991C84
RGB
CMYK
RGB Variations
Color information
#991C84 (or 0x991C84) is known color: Dark Purple. HEX triplet: 99, 1C and 84. RGB value is (153,28,132). Sum of RGB (Red+Green+Blue) = 153+28+132=313 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.88% from 313); Green value is 28 (11.33% from 255 or 8.95% from 313); Blue value is 132 (51.95% from 255 or 42.17% from 313); Max value from RGB is 153 - color contains mainly: red. Hex color #991C84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #991C84 is #66E37B. Grayscale: #4C4C4C. Windows color (decimal): -6742908 or 8658073. OLE color: 8658073.
HSL color Cylindrical-coordinate representation of color #991C84: hue angle of 310.08º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #991C84 is Cyan = 0, Magento = 0.82, Yellow = 0.14 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 28 | 132 | - |
| CMYK | 0 | 0.82 | 0.14 | 0.4 |
| HSL | 310.08º | 0.69% | 0.35% | - |
| HSV(B) | 310.08º | 0.82% | 0.6% | - |
| XYZ | 17.72 | 9.27 | 22.69 | - |
| YUV | 77.23 | 158.91 | 182.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 28 | 132 | 0 | 0.82 | 0.14 | 0.4 | 310.08 | 0.69 | 0.35 |
| Hex | 99 | 1C | 84 | 0 | 52 | E | 28 | 136 | 45 | 23 |
| Octal | 231 | 34 | 204 | 0 | 122 | 16 | 50 | 466 | 105 | 43 |
| Binary | 10011001 | 11100 | 10000100 | 0 | 1010010 | 1110 | 101000 | 100110110 | 1000101 | 100011 |
Color Harmonies of #991C84
Complementary color
Monochromatic Colors of #991C84
Black with #991C84
Text Example
Text Example
White with #991C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #991C84; }
p { color: rgb(153,28,132); }
H1.HeaderClassName
{
color: #991C84;
}
.AnyTagClassName
{
color: #991C84;
}
</style>
background-color css
<style>
a { background-color: #991C84; }
a { background-color: rgb(153,28,132); }
div.DivClassName
{
background-color: #991C84;
}
.BgClassName
{
background-color: #991C84;
}
</style>
border-color css
<style>
span { border-color: #991C84; }
span { border-color: rgb(153,28,132); }
td.TdClassName
{
border-color: #991C84;
}
.TagClassName
{
border-color: #991C84;
}
</style>