Shades of Vivid Violet #992DA2
Tints of Vivid Violet #992DA2
RGB
CMYK
RGB Variations
Color information
#992DA2 (or 0x992DA2) is known color: Vivid Violet. HEX triplet: 99, 2D and A2. RGB value is (153,45,162). Sum of RGB (Red+Green+Blue) = 153+45+162=360 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.5% from 360); Green value is 45 (17.97% from 255 or 12.5% from 360); Blue value is 162 (63.67% from 255 or 45% from 360); Max value from RGB is 162 - color contains mainly: blue. Hex color #992DA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992DA2 is #66D25D. Grayscale: #5A5A5A. Windows color (decimal): -6738526 or 10628505. OLE color: 10628505.
HSL color Cylindrical-coordinate representation of color #992DA2: hue angle of 295.38º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #992DA2 is Cyan = 0.06, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 153 | 45 | 162 | - |
| CMYK | 0.06 | 0.72 | 0 | 0.36 |
| HSL | 295.38º | 0.57% | 0.41% | - |
| HSV(B) | 295.38º | 0.72% | 0.64% | - |
| XYZ | 20.6 | 11.26 | 35.27 | - |
| YUV | 90.63 | 168.28 | 172.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 45 | 162 | 0.06 | 0.72 | 0 | 0.36 | 295.38 | 0.57 | 0.41 |
| Hex | 99 | 2D | A2 | 6 | 48 | 0 | 24 | 127 | 39 | 29 |
| Octal | 231 | 55 | 242 | 6 | 110 | 0 | 44 | 447 | 71 | 51 |
| Binary | 10011001 | 101101 | 10100010 | 110 | 1001000 | 0 | 100100 | 100100111 | 111001 | 101001 |
Color Harmonies of #992DA2
Complementary color
Monochromatic Colors of #992DA2
Black with #992DA2
Text Example
Text Example
White with #992DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992DA2; }
p { color: rgb(153,45,162); }
H1.HeaderClassName
{
color: #992DA2;
}
.AnyTagClassName
{
color: #992DA2;
}
</style>
background-color css
<style>
a { background-color: #992DA2; }
a { background-color: rgb(153,45,162); }
div.DivClassName
{
background-color: #992DA2;
}
.BgClassName
{
background-color: #992DA2;
}
</style>
border-color css
<style>
span { border-color: #992DA2; }
span { border-color: rgb(153,45,162); }
td.TdClassName
{
border-color: #992DA2;
}
.TagClassName
{
border-color: #992DA2;
}
</style>