Shades of Dark Purple #991887
Tints of Dark Purple #991887
RGB
CMYK
RGB Variations
Color information
#991887 (or 0x991887) is known color: Dark Purple. HEX triplet: 99, 18 and 87. RGB value is (153,24,135). Sum of RGB (Red+Green+Blue) = 153+24+135=312 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.04% from 312); Green value is 24 (9.77% from 255 or 7.69% from 312); Blue value is 135 (53.12% from 255 or 43.27% from 312); Max value from RGB is 153 - color contains mainly: red. Hex color #991887 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #991887 is #66E778. Grayscale: #4A4A4A. Windows color (decimal): -6743929 or 8853657. OLE color: 8853657.
HSL color Cylindrical-coordinate representation of color #991887: hue angle of 308.37º 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 #991887 is Cyan = 0, Magento = 0.84, Yellow = 0.12 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 24 | 135 | - |
| CMYK | 0 | 0.84 | 0.12 | 0.4 |
| HSL | 308.37º | 0.73% | 0.35% | - |
| HSV(B) | 308.37º | 0.84% | 0.6% | - |
| XYZ | 17.84 | 9.17 | 23.75 | - |
| YUV | 75.23 | 161.74 | 183.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 24 | 135 | 0 | 0.84 | 0.12 | 0.4 | 308.37 | 0.73 | 0.35 |
| Hex | 99 | 18 | 87 | 0 | 54 | C | 28 | 134 | 49 | 23 |
| Octal | 231 | 30 | 207 | 0 | 124 | 14 | 50 | 464 | 111 | 43 |
| Binary | 10011001 | 11000 | 10000111 | 0 | 1010100 | 1100 | 101000 | 100110100 | 1001001 | 100011 |
Color Harmonies of #991887
Complementary color
Monochromatic Colors of #991887
Black with #991887
Text Example
Text Example
White with #991887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #991887; }
p { color: rgb(153,24,135); }
H1.HeaderClassName
{
color: #991887;
}
.AnyTagClassName
{
color: #991887;
}
</style>
background-color css
<style>
a { background-color: #991887; }
a { background-color: rgb(153,24,135); }
div.DivClassName
{
background-color: #991887;
}
.BgClassName
{
background-color: #991887;
}
</style>
border-color css
<style>
span { border-color: #991887; }
span { border-color: rgb(153,24,135); }
td.TdClassName
{
border-color: #991887;
}
.TagClassName
{
border-color: #991887;
}
</style>