Shades of Dark Purple #990E7A
Tints of Dark Purple #990E7A
RGB
CMYK
RGB Variations
Color information
#990E7A (or 0x990E7A) is known color: Dark Purple. HEX triplet: 99, 0E and 7A. RGB value is (153,14,122). Sum of RGB (Red+Green+Blue) = 153+14+122=289 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.94% from 289); Green value is 14 (5.86% from 255 or 4.84% from 289); Blue value is 122 (48.05% from 255 or 42.21% from 289); Max value from RGB is 153 - color contains mainly: red. Hex color #990E7A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990E7A is #66F185. Grayscale: #434343. Windows color (decimal): -6746502 or 7999129. OLE color: 7999129.
HSL color Cylindrical-coordinate representation of color #990E7A: hue angle of 313.38º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #990E7A is Cyan = 0, Magento = 0.91, Yellow = 0.20 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 14 | 122 | - |
| CMYK | 0 | 0.91 | 0.20 | 0.4 |
| HSL | 313.38º | 0.83% | 0.33% | - |
| HSV(B) | 313.38º | 0.91% | 0.6% | - |
| XYZ | 16.81 | 8.49 | 19.17 | - |
| YUV | 67.87 | 158.55 | 188.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 14 | 122 | 0 | 0.91 | 0.20 | 0.4 | 313.38 | 0.83 | 0.33 |
| Hex | 99 | E | 7A | 0 | 5B | 14 | 28 | 139 | 53 | 21 |
| Octal | 231 | 16 | 172 | 0 | 133 | 24 | 50 | 471 | 123 | 41 |
| Binary | 10011001 | 1110 | 1111010 | 0 | 1011011 | 10100 | 101000 | 100111001 | 1010011 | 100001 |
Color Harmonies of #990E7A
Complementary color
Monochromatic Colors of #990E7A
Black with #990E7A
Text Example
Text Example
White with #990E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990E7A; }
p { color: rgb(153,14,122); }
H1.HeaderClassName
{
color: #990E7A;
}
.AnyTagClassName
{
color: #990E7A;
}
</style>
background-color css
<style>
a { background-color: #990E7A; }
a { background-color: rgb(153,14,122); }
div.DivClassName
{
background-color: #990E7A;
}
.BgClassName
{
background-color: #990E7A;
}
</style>
border-color css
<style>
span { border-color: #990E7A; }
span { border-color: rgb(153,14,122); }
td.TdClassName
{
border-color: #990E7A;
}
.TagClassName
{
border-color: #990E7A;
}
</style>