Shades of Dark Purple #991E8B
Tints of Dark Purple #991E8B
RGB
CMYK
RGB Variations
Color information
#991E8B (or 0x991E8B) is known color: Dark Purple. HEX triplet: 99, 1E and 8B. RGB value is (153,30,139). Sum of RGB (Red+Green+Blue) = 153+30+139=322 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.52% from 322); Green value is 30 (12.11% from 255 or 9.32% from 322); Blue value is 139 (54.69% from 255 or 43.17% from 322); Max value from RGB is 153 - color contains mainly: red. Hex color #991E8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #991E8B is #66E174. Grayscale: #4E4E4E. Windows color (decimal): -6742389 or 9117337. OLE color: 9117337.
HSL color Cylindrical-coordinate representation of color #991E8B: hue angle of 306.83º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #991E8B is Cyan = 0, Magento = 0.80, Yellow = 0.09 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 30 | 139 | - |
| CMYK | 0 | 0.80 | 0.09 | 0.4 |
| HSL | 306.83º | 0.67% | 0.36% | - |
| HSV(B) | 306.83º | 0.8% | 0.6% | - |
| XYZ | 18.26 | 9.56 | 25.31 | - |
| YUV | 79.2 | 161.75 | 180.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 30 | 139 | 0 | 0.80 | 0.09 | 0.4 | 306.83 | 0.67 | 0.36 |
| Hex | 99 | 1E | 8B | 0 | 50 | 9 | 28 | 133 | 43 | 24 |
| Octal | 231 | 36 | 213 | 0 | 120 | 11 | 50 | 463 | 103 | 44 |
| Binary | 10011001 | 11110 | 10001011 | 0 | 1010000 | 1001 | 101000 | 100110011 | 1000011 | 100100 |
Color Harmonies of #991E8B
Complementary color
Monochromatic Colors of #991E8B
Black with #991E8B
Text Example
Text Example
White with #991E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #991E8B; }
p { color: rgb(153,30,139); }
H1.HeaderClassName
{
color: #991E8B;
}
.AnyTagClassName
{
color: #991E8B;
}
</style>
background-color css
<style>
a { background-color: #991E8B; }
a { background-color: rgb(153,30,139); }
div.DivClassName
{
background-color: #991E8B;
}
.BgClassName
{
background-color: #991E8B;
}
</style>
border-color css
<style>
span { border-color: #991E8B; }
span { border-color: rgb(153,30,139); }
td.TdClassName
{
border-color: #991E8B;
}
.TagClassName
{
border-color: #991E8B;
}
</style>