Shades of Dark Purple #991E78
Tints of Dark Purple #991E78
RGB
CMYK
RGB Variations
Color information
#991E78 (or 0x991E78) is known color: Dark Purple. HEX triplet: 99, 1E and 78. RGB value is (153,30,120). Sum of RGB (Red+Green+Blue) = 153+30+120=303 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.50% from 303); Green value is 30 (12.11% from 255 or 9.90% from 303); Blue value is 120 (47.27% from 255 or 39.60% from 303); Max value from RGB is 153 - color contains mainly: red. Hex color #991E78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #991E78 is #66E187. Grayscale: #4C4C4C. Windows color (decimal): -6742408 or 7872153. OLE color: 7872153.
HSL color Cylindrical-coordinate representation of color #991E78: hue angle of 316.1º 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 #991E78 is Cyan = 0, Magento = 0.80, Yellow = 0.22 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 30 | 120 | - |
| CMYK | 0 | 0.80 | 0.22 | 0.4 |
| HSL | 316.1º | 0.67% | 0.36% | - |
| HSV(B) | 316.1º | 0.8% | 0.6% | - |
| XYZ | 16.99 | 9.06 | 18.62 | - |
| YUV | 77.04 | 152.25 | 182.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 30 | 120 | 0 | 0.80 | 0.22 | 0.4 | 316.1 | 0.67 | 0.36 |
| Hex | 99 | 1E | 78 | 0 | 50 | 16 | 28 | 13C | 43 | 24 |
| Octal | 231 | 36 | 170 | 0 | 120 | 26 | 50 | 474 | 103 | 44 |
| Binary | 10011001 | 11110 | 1111000 | 0 | 1010000 | 10110 | 101000 | 100111100 | 1000011 | 100100 |
Color Harmonies of #991E78
Complementary color
Monochromatic Colors of #991E78
Black with #991E78
Text Example
Text Example
White with #991E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #991E78; }
p { color: rgb(153,30,120); }
H1.HeaderClassName
{
color: #991E78;
}
.AnyTagClassName
{
color: #991E78;
}
</style>
background-color css
<style>
a { background-color: #991E78; }
a { background-color: rgb(153,30,120); }
div.DivClassName
{
background-color: #991E78;
}
.BgClassName
{
background-color: #991E78;
}
</style>
border-color css
<style>
span { border-color: #991E78; }
span { border-color: rgb(153,30,120); }
td.TdClassName
{
border-color: #991E78;
}
.TagClassName
{
border-color: #991E78;
}
</style>