Shades of Dark Purple #991E7F
Tints of Dark Purple #991E7F
RGB
CMYK
RGB Variations
Color information
#991E7F (or 0x991E7F) is known color: Dark Purple. HEX triplet: 99, 1E and 7F. RGB value is (153,30,127). Sum of RGB (Red+Green+Blue) = 153+30+127=310 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.35% from 310); Green value is 30 (12.11% from 255 or 9.68% from 310); Blue value is 127 (50% from 255 or 40.97% from 310); Max value from RGB is 153 - color contains mainly: red. Hex color #991E7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #991E7F is #66E180. Grayscale: #4D4D4D. Windows color (decimal): -6742401 or 8330905. OLE color: 8330905.
HSL color Cylindrical-coordinate representation of color #991E7F: hue angle of 312.68º 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 #991E7F is Cyan = 0, Magento = 0.80, Yellow = 0.17 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 30 | 127 | - |
| CMYK | 0 | 0.80 | 0.17 | 0.4 |
| HSL | 312.68º | 0.67% | 0.36% | - |
| HSV(B) | 312.68º | 0.8% | 0.6% | - |
| XYZ | 17.43 | 9.23 | 20.94 | - |
| YUV | 77.84 | 155.75 | 181.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 30 | 127 | 0 | 0.80 | 0.17 | 0.4 | 312.68 | 0.67 | 0.36 |
| Hex | 99 | 1E | 7F | 0 | 50 | 11 | 28 | 139 | 43 | 24 |
| Octal | 231 | 36 | 177 | 0 | 120 | 21 | 50 | 471 | 103 | 44 |
| Binary | 10011001 | 11110 | 1111111 | 0 | 1010000 | 10001 | 101000 | 100111001 | 1000011 | 100100 |
Color Harmonies of #991E7F
Complementary color
Monochromatic Colors of #991E7F
Black with #991E7F
Text Example
Text Example
White with #991E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #991E7F; }
p { color: rgb(153,30,127); }
H1.HeaderClassName
{
color: #991E7F;
}
.AnyTagClassName
{
color: #991E7F;
}
</style>
background-color css
<style>
a { background-color: #991E7F; }
a { background-color: rgb(153,30,127); }
div.DivClassName
{
background-color: #991E7F;
}
.BgClassName
{
background-color: #991E7F;
}
</style>
border-color css
<style>
span { border-color: #991E7F; }
span { border-color: rgb(153,30,127); }
td.TdClassName
{
border-color: #991E7F;
}
.TagClassName
{
border-color: #991E7F;
}
</style>