Shades of Dark Purple #991C8B
Tints of Dark Purple #991C8B
RGB
CMYK
RGB Variations
Color information
#991C8B (or 0x991C8B) is known color: Dark Purple. HEX triplet: 99, 1C and 8B. RGB value is (153,28,139). Sum of RGB (Red+Green+Blue) = 153+28+139=320 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.81% from 320); Green value is 28 (11.33% from 255 or 8.75% from 320); Blue value is 139 (54.69% from 255 or 43.44% from 320); Max value from RGB is 153 - color contains mainly: red. Hex color #991C8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #991C8B is #66E374. Grayscale: #4D4D4D. Windows color (decimal): -6742901 or 9116825. OLE color: 9116825.
HSL color Cylindrical-coordinate representation of color #991C8B: hue angle of 306.72º 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 #991C8B is Cyan = 0, Magento = 0.82, Yellow = 0.09 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 28 | 139 | - |
| CMYK | 0 | 0.82 | 0.09 | 0.4 |
| HSL | 306.72º | 0.69% | 0.35% | - |
| HSV(B) | 306.72º | 0.82% | 0.6% | - |
| XYZ | 18.21 | 9.47 | 25.29 | - |
| YUV | 78.03 | 162.41 | 181.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 28 | 139 | 0 | 0.82 | 0.09 | 0.4 | 306.72 | 0.69 | 0.35 |
| Hex | 99 | 1C | 8B | 0 | 52 | 9 | 28 | 133 | 45 | 23 |
| Octal | 231 | 34 | 213 | 0 | 122 | 11 | 50 | 463 | 105 | 43 |
| Binary | 10011001 | 11100 | 10001011 | 0 | 1010010 | 1001 | 101000 | 100110011 | 1000101 | 100011 |
Color Harmonies of #991C8B
Complementary color
Monochromatic Colors of #991C8B
Black with #991C8B
Text Example
Text Example
White with #991C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #991C8B; }
p { color: rgb(153,28,139); }
H1.HeaderClassName
{
color: #991C8B;
}
.AnyTagClassName
{
color: #991C8B;
}
</style>
background-color css
<style>
a { background-color: #991C8B; }
a { background-color: rgb(153,28,139); }
div.DivClassName
{
background-color: #991C8B;
}
.BgClassName
{
background-color: #991C8B;
}
</style>
border-color css
<style>
span { border-color: #991C8B; }
span { border-color: rgb(153,28,139); }
td.TdClassName
{
border-color: #991C8B;
}
.TagClassName
{
border-color: #991C8B;
}
</style>