Shades of Vivid Violet #992BA3
Tints of Vivid Violet #992BA3
RGB
CMYK
RGB Variations
Color information
#992BA3 (or 0x992BA3) is known color: Vivid Violet. HEX triplet: 99, 2B and A3. RGB value is (153,43,163). Sum of RGB (Red+Green+Blue) = 153+43+163=359 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.62% from 359); Green value is 43 (17.19% from 255 or 11.98% from 359); Blue value is 163 (64.06% from 255 or 45.40% from 359); Max value from RGB is 163 - color contains mainly: blue. Hex color #992BA3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992BA3 is #66D45C. Grayscale: #595959. Windows color (decimal): -6739037 or 10693529. OLE color: 10693529.
HSL color Cylindrical-coordinate representation of color #992BA3: hue angle of 295º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #992BA3 is Cyan = 0.06, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 153 | 43 | 163 | - |
| CMYK | 0.06 | 0.74 | 0 | 0.36 |
| HSL | 295º | 0.58% | 0.4% | - |
| HSV(B) | 295º | 0.74% | 0.64% | - |
| XYZ | 20.61 | 11.14 | 35.72 | - |
| YUV | 89.57 | 169.44 | 173.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 43 | 163 | 0.06 | 0.74 | 0 | 0.36 | 295 | 0.58 | 0.4 |
| Hex | 99 | 2B | A3 | 6 | 4A | 0 | 24 | 127 | 3A | 28 |
| Octal | 231 | 53 | 243 | 6 | 112 | 0 | 44 | 447 | 72 | 50 |
| Binary | 10011001 | 101011 | 10100011 | 110 | 1001010 | 0 | 100100 | 100100111 | 111010 | 101000 |
Color Harmonies of #992BA3
Complementary color
Monochromatic Colors of #992BA3
Black with #992BA3
Text Example
Text Example
White with #992BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992BA3; }
p { color: rgb(153,43,163); }
H1.HeaderClassName
{
color: #992BA3;
}
.AnyTagClassName
{
color: #992BA3;
}
</style>
background-color css
<style>
a { background-color: #992BA3; }
a { background-color: rgb(153,43,163); }
div.DivClassName
{
background-color: #992BA3;
}
.BgClassName
{
background-color: #992BA3;
}
</style>
border-color css
<style>
span { border-color: #992BA3; }
span { border-color: rgb(153,43,163); }
td.TdClassName
{
border-color: #992BA3;
}
.TagClassName
{
border-color: #992BA3;
}
</style>