Shades of Vivid Violet #992FA1
Tints of Vivid Violet #992FA1
RGB
CMYK
RGB Variations
Color information
#992FA1 (or 0x992FA1) is known color: Vivid Violet. HEX triplet: 99, 2F and A1. RGB value is (153,47,161). Sum of RGB (Red+Green+Blue) = 153+47+161=361 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.38% from 361); Green value is 47 (18.75% from 255 or 13.02% from 361); Blue value is 161 (63.28% from 255 or 44.60% from 361); Max value from RGB is 161 - color contains mainly: blue. Hex color #992FA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992FA1 is #66D05E. Grayscale: #5B5B5B. Windows color (decimal): -6738015 or 10563481. OLE color: 10563481.
HSL color Cylindrical-coordinate representation of color #992FA1: hue angle of 295.79º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #992FA1 is Cyan = 0.05, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 153 | 47 | 161 | - |
| CMYK | 0.05 | 0.71 | 0 | 0.37 |
| HSL | 295.79º | 0.55% | 0.41% | - |
| HSV(B) | 295.79º | 0.71% | 0.63% | - |
| XYZ | 20.59 | 11.38 | 34.83 | - |
| YUV | 91.69 | 167.12 | 171.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 47 | 161 | 0.05 | 0.71 | 0 | 0.37 | 295.79 | 0.55 | 0.41 |
| Hex | 99 | 2F | A1 | 5 | 47 | 0 | 25 | 128 | 37 | 29 |
| Octal | 231 | 57 | 241 | 5 | 107 | 0 | 45 | 450 | 67 | 51 |
| Binary | 10011001 | 101111 | 10100001 | 101 | 1000111 | 0 | 100101 | 100101000 | 110111 | 101001 |
Color Harmonies of #992FA1
Complementary color
Monochromatic Colors of #992FA1
Black with #992FA1
Text Example
Text Example
White with #992FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992FA1; }
p { color: rgb(153,47,161); }
H1.HeaderClassName
{
color: #992FA1;
}
.AnyTagClassName
{
color: #992FA1;
}
</style>
background-color css
<style>
a { background-color: #992FA1; }
a { background-color: rgb(153,47,161); }
div.DivClassName
{
background-color: #992FA1;
}
.BgClassName
{
background-color: #992FA1;
}
</style>
border-color css
<style>
span { border-color: #992FA1; }
span { border-color: rgb(153,47,161); }
td.TdClassName
{
border-color: #992FA1;
}
.TagClassName
{
border-color: #992FA1;
}
</style>