Shades of Vivid Violet #991EA3
Tints of Vivid Violet #991EA3
RGB
CMYK
RGB Variations
Color information
#991EA3 (or 0x991EA3) is known color: Vivid Violet. HEX triplet: 99, 1E and A3. RGB value is (153,30,163). Sum of RGB (Red+Green+Blue) = 153+30+163=346 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.22% from 346); Green value is 30 (12.11% from 255 or 8.67% from 346); Blue value is 163 (64.06% from 255 or 47.11% from 346); Max value from RGB is 163 - color contains mainly: blue. Hex color #991EA3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #991EA3 is #66E15C. Grayscale: #515151. Windows color (decimal): -6742365 or 10690201. OLE color: 10690201.
HSL color Cylindrical-coordinate representation of color #991EA3: hue angle of 295.49º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #991EA3 is Cyan = 0.06, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 153 | 30 | 163 | - |
| CMYK | 0.06 | 0.82 | 0 | 0.36 |
| HSL | 295.49º | 0.69% | 0.38% | - |
| HSV(B) | 295.49º | 0.82% | 0.64% | - |
| XYZ | 20.21 | 10.35 | 35.58 | - |
| YUV | 81.94 | 173.75 | 178.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 30 | 163 | 0.06 | 0.82 | 0 | 0.36 | 295.49 | 0.69 | 0.38 |
| Hex | 99 | 1E | A3 | 6 | 52 | 0 | 24 | 127 | 45 | 26 |
| Octal | 231 | 36 | 243 | 6 | 122 | 0 | 44 | 447 | 105 | 46 |
| Binary | 10011001 | 11110 | 10100011 | 110 | 1010010 | 0 | 100100 | 100100111 | 1000101 | 100110 |
Color Harmonies of #991EA3
Complementary color
Monochromatic Colors of #991EA3
Black with #991EA3
Text Example
Text Example
White with #991EA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #991EA3; }
p { color: rgb(153,30,163); }
H1.HeaderClassName
{
color: #991EA3;
}
.AnyTagClassName
{
color: #991EA3;
}
</style>
background-color css
<style>
a { background-color: #991EA3; }
a { background-color: rgb(153,30,163); }
div.DivClassName
{
background-color: #991EA3;
}
.BgClassName
{
background-color: #991EA3;
}
</style>
border-color css
<style>
span { border-color: #991EA3; }
span { border-color: rgb(153,30,163); }
td.TdClassName
{
border-color: #991EA3;
}
.TagClassName
{
border-color: #991EA3;
}
</style>