Shades of Vivid Violet #991EA9
Tints of Vivid Violet #991EA9
RGB
CMYK
RGB Variations
Color information
#991EA9 (or 0x991EA9) is known color: Vivid Violet. HEX triplet: 99, 1E and A9. RGB value is (153,30,169). Sum of RGB (Red+Green+Blue) = 153+30+169=352 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.47% from 352); Green value is 30 (12.11% from 255 or 8.52% from 352); Blue value is 169 (66.41% from 255 or 48.01% from 352); Max value from RGB is 169 - color contains mainly: blue. Hex color #991EA9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #991EA9 is #66E156. Grayscale: #525252. Windows color (decimal): -6742359 or 11083417. OLE color: 11083417.
HSL color Cylindrical-coordinate representation of color #991EA9: hue angle of 293.09º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #991EA9 is Cyan = 0.09, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 153 | 30 | 169 | - |
| CMYK | 0.09 | 0.82 | 0 | 0.34 |
| HSL | 293.09º | 0.7% | 0.39% | - |
| HSV(B) | 293.09º | 0.82% | 0.66% | - |
| XYZ | 20.76 | 10.57 | 38.48 | - |
| YUV | 82.62 | 176.75 | 178.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 30 | 169 | 0.09 | 0.82 | 0 | 0.34 | 293.09 | 0.7 | 0.39 |
| Hex | 99 | 1E | A9 | 9 | 52 | 0 | 22 | 125 | 46 | 27 |
| Octal | 231 | 36 | 251 | 11 | 122 | 0 | 42 | 445 | 106 | 47 |
| Binary | 10011001 | 11110 | 10101001 | 1001 | 1010010 | 0 | 100010 | 100100101 | 1000110 | 100111 |
Color Harmonies of #991EA9
Complementary color
Monochromatic Colors of #991EA9
Black with #991EA9
Text Example
Text Example
White with #991EA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #991EA9; }
p { color: rgb(153,30,169); }
H1.HeaderClassName
{
color: #991EA9;
}
.AnyTagClassName
{
color: #991EA9;
}
</style>
background-color css
<style>
a { background-color: #991EA9; }
a { background-color: rgb(153,30,169); }
div.DivClassName
{
background-color: #991EA9;
}
.BgClassName
{
background-color: #991EA9;
}
</style>
border-color css
<style>
span { border-color: #991EA9; }
span { border-color: rgb(153,30,169); }
td.TdClassName
{
border-color: #991EA9;
}
.TagClassName
{
border-color: #991EA9;
}
</style>