Shades of Dark Purple #991881
Tints of Dark Purple #991881
RGB
CMYK
RGB Variations
Color information
#991881 (or 0x991881) is known color: Dark Purple. HEX triplet: 99, 18 and 81. RGB value is (153,24,129). Sum of RGB (Red+Green+Blue) = 153+24+129=306 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50% from 306); Green value is 24 (9.77% from 255 or 7.84% from 306); Blue value is 129 (50.78% from 255 or 42.16% from 306); Max value from RGB is 153 - color contains mainly: red. Hex color #991881 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #991881 is #66E77E. Grayscale: #4A4A4A. Windows color (decimal): -6743935 or 8460441. OLE color: 8460441.
HSL color Cylindrical-coordinate representation of color #991881: hue angle of 311.16º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #991881 is Cyan = 0, Magento = 0.84, Yellow = 0.16 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 24 | 129 | - |
| CMYK | 0 | 0.84 | 0.16 | 0.4 |
| HSL | 311.16º | 0.73% | 0.35% | - |
| HSV(B) | 311.16º | 0.84% | 0.6% | - |
| XYZ | 17.43 | 9.01 | 21.59 | - |
| YUV | 74.54 | 158.74 | 183.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 24 | 129 | 0 | 0.84 | 0.16 | 0.4 | 311.16 | 0.73 | 0.35 |
| Hex | 99 | 18 | 81 | 0 | 54 | 10 | 28 | 137 | 49 | 23 |
| Octal | 231 | 30 | 201 | 0 | 124 | 20 | 50 | 467 | 111 | 43 |
| Binary | 10011001 | 11000 | 10000001 | 0 | 1010100 | 10000 | 101000 | 100110111 | 1001001 | 100011 |
Color Harmonies of #991881
Complementary color
Monochromatic Colors of #991881
Black with #991881
Text Example
Text Example
White with #991881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #991881; }
p { color: rgb(153,24,129); }
H1.HeaderClassName
{
color: #991881;
}
.AnyTagClassName
{
color: #991881;
}
</style>
background-color css
<style>
a { background-color: #991881; }
a { background-color: rgb(153,24,129); }
div.DivClassName
{
background-color: #991881;
}
.BgClassName
{
background-color: #991881;
}
</style>
border-color css
<style>
span { border-color: #991881; }
span { border-color: rgb(153,24,129); }
td.TdClassName
{
border-color: #991881;
}
.TagClassName
{
border-color: #991881;
}
</style>