Shades of Vivid Violet #992BA1
Tints of Vivid Violet #992BA1
RGB
CMYK
RGB Variations
Color information
#992BA1 (or 0x992BA1) is known color: Vivid Violet. HEX triplet: 99, 2B and A1. RGB value is (153,43,161). Sum of RGB (Red+Green+Blue) = 153+43+161=357 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.86% from 357); Green value is 43 (17.19% from 255 or 12.04% from 357); Blue value is 161 (63.28% from 255 or 45.10% from 357); Max value from RGB is 161 - color contains mainly: blue. Hex color #992BA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992BA1 is #66D45E. Grayscale: #585858. Windows color (decimal): -6739039 or 10562457. OLE color: 10562457.
HSL color Cylindrical-coordinate representation of color #992BA1: hue angle of 295.93º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #992BA1 is Cyan = 0.05, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 153 | 43 | 161 | - |
| CMYK | 0.05 | 0.73 | 0 | 0.37 |
| HSL | 295.93º | 0.58% | 0.4% | - |
| HSV(B) | 295.93º | 0.73% | 0.63% | - |
| XYZ | 20.43 | 11.07 | 34.78 | - |
| YUV | 89.34 | 168.44 | 173.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 43 | 161 | 0.05 | 0.73 | 0 | 0.37 | 295.93 | 0.58 | 0.4 |
| Hex | 99 | 2B | A1 | 5 | 49 | 0 | 25 | 128 | 3A | 28 |
| Octal | 231 | 53 | 241 | 5 | 111 | 0 | 45 | 450 | 72 | 50 |
| Binary | 10011001 | 101011 | 10100001 | 101 | 1001001 | 0 | 100101 | 100101000 | 111010 | 101000 |
Color Harmonies of #992BA1
Complementary color
Monochromatic Colors of #992BA1
Black with #992BA1
Text Example
Text Example
White with #992BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992BA1; }
p { color: rgb(153,43,161); }
H1.HeaderClassName
{
color: #992BA1;
}
.AnyTagClassName
{
color: #992BA1;
}
</style>
background-color css
<style>
a { background-color: #992BA1; }
a { background-color: rgb(153,43,161); }
div.DivClassName
{
background-color: #992BA1;
}
.BgClassName
{
background-color: #992BA1;
}
</style>
border-color css
<style>
span { border-color: #992BA1; }
span { border-color: rgb(153,43,161); }
td.TdClassName
{
border-color: #992BA1;
}
.TagClassName
{
border-color: #992BA1;
}
</style>