Shades of Vivid Violet #992CA1
Tints of Vivid Violet #992CA1
RGB
CMYK
RGB Variations
Color information
#992CA1 (or 0x992CA1) is known color: Vivid Violet. HEX triplet: 99, 2C and A1. RGB value is (153,44,161). Sum of RGB (Red+Green+Blue) = 153+44+161=358 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.74% from 358); Green value is 44 (17.58% from 255 or 12.29% from 358); Blue value is 161 (63.28% from 255 or 44.97% from 358); Max value from RGB is 161 - color contains mainly: blue. Hex color #992CA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992CA1 is #66D35E. Grayscale: #595959. Windows color (decimal): -6738783 or 10562713. OLE color: 10562713.
HSL color Cylindrical-coordinate representation of color #992CA1: hue angle of 295.9º degrees, saturation: 0.57, 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 #992CA1 is Cyan = 0.05, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 153 | 44 | 161 | - |
| CMYK | 0.05 | 0.73 | 0 | 0.37 |
| HSL | 295.9º | 0.57% | 0.4% | - |
| HSV(B) | 295.9º | 0.73% | 0.63% | - |
| XYZ | 20.47 | 11.15 | 34.79 | - |
| YUV | 89.93 | 168.11 | 172.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 44 | 161 | 0.05 | 0.73 | 0 | 0.37 | 295.9 | 0.57 | 0.4 |
| Hex | 99 | 2C | A1 | 5 | 49 | 0 | 25 | 128 | 39 | 28 |
| Octal | 231 | 54 | 241 | 5 | 111 | 0 | 45 | 450 | 71 | 50 |
| Binary | 10011001 | 101100 | 10100001 | 101 | 1001001 | 0 | 100101 | 100101000 | 111001 | 101000 |
Color Harmonies of #992CA1
Complementary color
Monochromatic Colors of #992CA1
Black with #992CA1
Text Example
Text Example
White with #992CA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992CA1; }
p { color: rgb(153,44,161); }
H1.HeaderClassName
{
color: #992CA1;
}
.AnyTagClassName
{
color: #992CA1;
}
</style>
background-color css
<style>
a { background-color: #992CA1; }
a { background-color: rgb(153,44,161); }
div.DivClassName
{
background-color: #992CA1;
}
.BgClassName
{
background-color: #992CA1;
}
</style>
border-color css
<style>
span { border-color: #992CA1; }
span { border-color: rgb(153,44,161); }
td.TdClassName
{
border-color: #992CA1;
}
.TagClassName
{
border-color: #992CA1;
}
</style>