Shades of Dark Purple #991E8E
Tints of Dark Purple #991E8E
RGB
CMYK
RGB Variations
Color information
#991E8E (or 0x991E8E) is known color: Dark Purple. HEX triplet: 99, 1E and 8E. RGB value is (153,30,142). Sum of RGB (Red+Green+Blue) = 153+30+142=325 (43% of max value = 765). Red value is 153 (60.16% from 255 or 47.08% from 325); Green value is 30 (12.11% from 255 or 9.23% from 325); Blue value is 142 (55.86% from 255 or 43.69% from 325); Max value from RGB is 153 - color contains mainly: red. Hex color #991E8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #991E8E is #66E171. Grayscale: #4F4F4F. Windows color (decimal): -6742386 or 9313945. OLE color: 9313945.
HSL color Cylindrical-coordinate representation of color #991E8E: hue angle of 305.37º 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 #991E8E is Cyan = 0, Magento = 0.80, Yellow = 0.07 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 30 | 142 | - |
| CMYK | 0 | 0.80 | 0.07 | 0.4 |
| HSL | 305.37º | 0.67% | 0.36% | - |
| HSV(B) | 305.37º | 0.8% | 0.6% | - |
| XYZ | 18.48 | 9.65 | 26.48 | - |
| YUV | 79.55 | 163.25 | 180.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 30 | 142 | 0 | 0.80 | 0.07 | 0.4 | 305.37 | 0.67 | 0.36 |
| Hex | 99 | 1E | 8E | 0 | 50 | 7 | 28 | 131 | 43 | 24 |
| Octal | 231 | 36 | 216 | 0 | 120 | 7 | 50 | 461 | 103 | 44 |
| Binary | 10011001 | 11110 | 10001110 | 0 | 1010000 | 111 | 101000 | 100110001 | 1000011 | 100100 |
Color Harmonies of #991E8E
Complementary color
Monochromatic Colors of #991E8E
Black with #991E8E
Text Example
Text Example
White with #991E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #991E8E; }
p { color: rgb(153,30,142); }
H1.HeaderClassName
{
color: #991E8E;
}
.AnyTagClassName
{
color: #991E8E;
}
</style>
background-color css
<style>
a { background-color: #991E8E; }
a { background-color: rgb(153,30,142); }
div.DivClassName
{
background-color: #991E8E;
}
.BgClassName
{
background-color: #991E8E;
}
</style>
border-color css
<style>
span { border-color: #991E8E; }
span { border-color: rgb(153,30,142); }
td.TdClassName
{
border-color: #991E8E;
}
.TagClassName
{
border-color: #991E8E;
}
</style>