Shades of Vivid Violet #992A95
Tints of Vivid Violet #992A95
RGB
CMYK
RGB Variations
Color information
#992A95 (or 0x992A95) is known color: Vivid Violet. HEX triplet: 99, 2A and 95. RGB value is (153,42,149). Sum of RGB (Red+Green+Blue) = 153+42+149=344 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.48% from 344); Green value is 42 (16.80% from 255 or 12.21% from 344); Blue value is 149 (58.59% from 255 or 43.31% from 344); Max value from RGB is 153 - color contains mainly: red. Hex color #992A95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992A95 is #66D56A. Grayscale: #575757. Windows color (decimal): -6739307 or 9775769. OLE color: 9775769.
HSL color Cylindrical-coordinate representation of color #992A95: hue angle of 302.16º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #992A95 is Cyan = 0, Magento = 0.73, Yellow = 0.03 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 42 | 149 | - |
| CMYK | 0 | 0.73 | 0.03 | 0.4 |
| HSL | 302.16º | 0.57% | 0.38% | - |
| HSV(B) | 302.16º | 0.73% | 0.6% | - |
| XYZ | 19.39 | 10.6 | 29.46 | - |
| YUV | 87.39 | 162.77 | 174.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 42 | 149 | 0 | 0.73 | 0.03 | 0.4 | 302.16 | 0.57 | 0.38 |
| Hex | 99 | 2A | 95 | 0 | 49 | 3 | 28 | 12E | 39 | 26 |
| Octal | 231 | 52 | 225 | 0 | 111 | 3 | 50 | 456 | 71 | 46 |
| Binary | 10011001 | 101010 | 10010101 | 0 | 1001001 | 11 | 101000 | 100101110 | 111001 | 100110 |
Color Harmonies of #992A95
Complementary color
Monochromatic Colors of #992A95
Black with #992A95
Text Example
Text Example
White with #992A95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992A95; }
p { color: rgb(153,42,149); }
H1.HeaderClassName
{
color: #992A95;
}
.AnyTagClassName
{
color: #992A95;
}
</style>
background-color css
<style>
a { background-color: #992A95; }
a { background-color: rgb(153,42,149); }
div.DivClassName
{
background-color: #992A95;
}
.BgClassName
{
background-color: #992A95;
}
</style>
border-color css
<style>
span { border-color: #992A95; }
span { border-color: rgb(153,42,149); }
td.TdClassName
{
border-color: #992A95;
}
.TagClassName
{
border-color: #992A95;
}
</style>