Shades of Dark Purple #991E72
Tints of Dark Purple #991E72
RGB
CMYK
RGB Variations
Color information
#991E72 (or 0x991E72) is known color: Dark Purple. HEX triplet: 99, 1E and 72. RGB value is (153,30,114). Sum of RGB (Red+Green+Blue) = 153+30+114=297 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.52% from 297); Green value is 30 (12.11% from 255 or 10.10% from 297); Blue value is 114 (44.92% from 255 or 38.38% from 297); Max value from RGB is 153 - color contains mainly: red. Hex color #991E72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #991E72 is #66E18D. Grayscale: #4C4C4C. Windows color (decimal): -6742414 or 7478937. OLE color: 7478937.
HSL color Cylindrical-coordinate representation of color #991E72: hue angle of 319.02º 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 #991E72 is Cyan = 0, Magento = 0.80, Yellow = 0.25 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 30 | 114 | - |
| CMYK | 0 | 0.80 | 0.25 | 0.4 |
| HSL | 319.02º | 0.67% | 0.36% | - |
| HSV(B) | 319.02º | 0.8% | 0.6% | - |
| XYZ | 16.64 | 8.92 | 16.76 | - |
| YUV | 76.35 | 149.25 | 182.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 30 | 114 | 0 | 0.80 | 0.25 | 0.4 | 319.02 | 0.67 | 0.36 |
| Hex | 99 | 1E | 72 | 0 | 50 | 19 | 28 | 13F | 43 | 24 |
| Octal | 231 | 36 | 162 | 0 | 120 | 31 | 50 | 477 | 103 | 44 |
| Binary | 10011001 | 11110 | 1110010 | 0 | 1010000 | 11001 | 101000 | 100111111 | 1000011 | 100100 |
Color Harmonies of #991E72
Complementary color
Monochromatic Colors of #991E72
Black with #991E72
Text Example
Text Example
White with #991E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #991E72; }
p { color: rgb(153,30,114); }
H1.HeaderClassName
{
color: #991E72;
}
.AnyTagClassName
{
color: #991E72;
}
</style>
background-color css
<style>
a { background-color: #991E72; }
a { background-color: rgb(153,30,114); }
div.DivClassName
{
background-color: #991E72;
}
.BgClassName
{
background-color: #991E72;
}
</style>
border-color css
<style>
span { border-color: #991E72; }
span { border-color: rgb(153,30,114); }
td.TdClassName
{
border-color: #991E72;
}
.TagClassName
{
border-color: #991E72;
}
</style>