Shades of Dark Purple #991C8D
Tints of Dark Purple #991C8D
RGB
CMYK
RGB Variations
Color information
#991C8D (or 0x991C8D) is known color: Dark Purple. HEX triplet: 99, 1C and 8D. RGB value is (153,28,141). Sum of RGB (Red+Green+Blue) = 153+28+141=322 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.52% from 322); Green value is 28 (11.33% from 255 or 8.70% from 322); Blue value is 141 (55.47% from 255 or 43.79% from 322); Max value from RGB is 153 - color contains mainly: red. Hex color #991C8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #991C8D is #66E372. Grayscale: #4D4D4D. Windows color (decimal): -6742899 or 9247897. OLE color: 9247897.
HSL color Cylindrical-coordinate representation of color #991C8D: hue angle of 305.76º 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 #991C8D is Cyan = 0, Magento = 0.82, Yellow = 0.08 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 28 | 141 | - |
| CMYK | 0 | 0.82 | 0.08 | 0.4 |
| HSL | 305.76º | 0.69% | 0.35% | - |
| HSV(B) | 305.76º | 0.82% | 0.6% | - |
| XYZ | 18.36 | 9.53 | 26.07 | - |
| YUV | 78.26 | 163.41 | 181.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 28 | 141 | 0 | 0.82 | 0.08 | 0.4 | 305.76 | 0.69 | 0.35 |
| Hex | 99 | 1C | 8D | 0 | 52 | 8 | 28 | 132 | 45 | 23 |
| Octal | 231 | 34 | 215 | 0 | 122 | 10 | 50 | 462 | 105 | 43 |
| Binary | 10011001 | 11100 | 10001101 | 0 | 1010010 | 1000 | 101000 | 100110010 | 1000101 | 100011 |
Color Harmonies of #991C8D
Complementary color
Monochromatic Colors of #991C8D
Black with #991C8D
Text Example
Text Example
White with #991C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #991C8D; }
p { color: rgb(153,28,141); }
H1.HeaderClassName
{
color: #991C8D;
}
.AnyTagClassName
{
color: #991C8D;
}
</style>
background-color css
<style>
a { background-color: #991C8D; }
a { background-color: rgb(153,28,141); }
div.DivClassName
{
background-color: #991C8D;
}
.BgClassName
{
background-color: #991C8D;
}
</style>
border-color css
<style>
span { border-color: #991C8D; }
span { border-color: rgb(153,28,141); }
td.TdClassName
{
border-color: #991C8D;
}
.TagClassName
{
border-color: #991C8D;
}
</style>