Shades of Vivid Violet #992BA0
Tints of Vivid Violet #992BA0
RGB
CMYK
RGB Variations
Color information
#992BA0 (or 0x992BA0) is known color: Vivid Violet. HEX triplet: 99, 2B and A0. RGB value is (153,43,160). Sum of RGB (Red+Green+Blue) = 153+43+160=356 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.98% from 356); Green value is 43 (17.19% from 255 or 12.08% from 356); Blue value is 160 (62.89% from 255 or 44.94% from 356); Max value from RGB is 160 - color contains mainly: blue. Hex color #992BA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992BA0 is #66D45F. Grayscale: #585858. Windows color (decimal): -6739040 or 10496921. OLE color: 10496921.
HSL color Cylindrical-coordinate representation of color #992BA0: hue angle of 296.41º 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 #992BA0 is Cyan = 0.04, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 153 | 43 | 160 | - |
| CMYK | 0.04 | 0.73 | 0 | 0.37 |
| HSL | 296.41º | 0.58% | 0.4% | - |
| HSV(B) | 296.41º | 0.73% | 0.63% | - |
| XYZ | 20.35 | 11.04 | 34.32 | - |
| YUV | 89.23 | 167.94 | 173.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 43 | 160 | 0.04 | 0.73 | 0 | 0.37 | 296.41 | 0.58 | 0.4 |
| Hex | 99 | 2B | A0 | 4 | 49 | 0 | 25 | 128 | 3A | 28 |
| Octal | 231 | 53 | 240 | 4 | 111 | 0 | 45 | 450 | 72 | 50 |
| Binary | 10011001 | 101011 | 10100000 | 100 | 1001001 | 0 | 100101 | 100101000 | 111010 | 101000 |
Color Harmonies of #992BA0
Complementary color
Monochromatic Colors of #992BA0
Black with #992BA0
Text Example
Text Example
White with #992BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992BA0; }
p { color: rgb(153,43,160); }
H1.HeaderClassName
{
color: #992BA0;
}
.AnyTagClassName
{
color: #992BA0;
}
</style>
background-color css
<style>
a { background-color: #992BA0; }
a { background-color: rgb(153,43,160); }
div.DivClassName
{
background-color: #992BA0;
}
.BgClassName
{
background-color: #992BA0;
}
</style>
border-color css
<style>
span { border-color: #992BA0; }
span { border-color: rgb(153,43,160); }
td.TdClassName
{
border-color: #992BA0;
}
.TagClassName
{
border-color: #992BA0;
}
</style>