Shades of Dark Purple #991E7A
Tints of Dark Purple #991E7A
RGB
CMYK
RGB Variations
Color information
#991E7A (or 0x991E7A) is known color: Dark Purple. HEX triplet: 99, 1E and 7A. RGB value is (153,30,122). Sum of RGB (Red+Green+Blue) = 153+30+122=305 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.16% from 305); Green value is 30 (12.11% from 255 or 9.84% from 305); Blue value is 122 (48.05% from 255 or 40% from 305); Max value from RGB is 153 - color contains mainly: red. Hex color #991E7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #991E7A is #66E185. Grayscale: #4D4D4D. Windows color (decimal): -6742406 or 8003225. OLE color: 8003225.
HSL color Cylindrical-coordinate representation of color #991E7A: hue angle of 315.12º 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 #991E7A is Cyan = 0, Magento = 0.80, Yellow = 0.20 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 30 | 122 | - |
| CMYK | 0 | 0.80 | 0.20 | 0.4 |
| HSL | 315.12º | 0.67% | 0.36% | - |
| HSV(B) | 315.12º | 0.8% | 0.6% | - |
| XYZ | 17.11 | 9.11 | 19.27 | - |
| YUV | 77.27 | 153.25 | 182.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 30 | 122 | 0 | 0.80 | 0.20 | 0.4 | 315.12 | 0.67 | 0.36 |
| Hex | 99 | 1E | 7A | 0 | 50 | 14 | 28 | 13B | 43 | 24 |
| Octal | 231 | 36 | 172 | 0 | 120 | 24 | 50 | 473 | 103 | 44 |
| Binary | 10011001 | 11110 | 1111010 | 0 | 1010000 | 10100 | 101000 | 100111011 | 1000011 | 100100 |
Color Harmonies of #991E7A
Complementary color
Monochromatic Colors of #991E7A
Black with #991E7A
Text Example
Text Example
White with #991E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #991E7A; }
p { color: rgb(153,30,122); }
H1.HeaderClassName
{
color: #991E7A;
}
.AnyTagClassName
{
color: #991E7A;
}
</style>
background-color css
<style>
a { background-color: #991E7A; }
a { background-color: rgb(153,30,122); }
div.DivClassName
{
background-color: #991E7A;
}
.BgClassName
{
background-color: #991E7A;
}
</style>
border-color css
<style>
span { border-color: #991E7A; }
span { border-color: rgb(153,30,122); }
td.TdClassName
{
border-color: #991E7A;
}
.TagClassName
{
border-color: #991E7A;
}
</style>