Shades of Vivid Violet #992999
Tints of Vivid Violet #992999
RGB
CMYK
RGB Variations
Color information
#992999 (or 0x992999) is known color: Vivid Violet. HEX triplet: 99, 29 and 99. RGB value is (153,41,153). Sum of RGB (Red+Green+Blue) = 153+41+153=347 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.09% from 347); Green value is 41 (16.41% from 255 or 11.82% from 347); Blue value is 153 (60.16% from 255 or 44.09% from 347); Max value from RGB is 153 - color contains mainly: red, blue. Hex color #992999 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992999 is #66D666. Grayscale: #565656. Windows color (decimal): -6739559 or 10037657. OLE color: 10037657.
HSL color Cylindrical-coordinate representation of color #992999: hue angle of 300º degrees, saturation: 0.58, 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 #992999 is Cyan = 0, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 41 | 153 | - |
| CMYK | 0 | 0.73 | 0 | 0.4 |
| HSL | 300º | 0.58% | 0.38% | - |
| HSV(B) | 300º | 0.73% | 0.6% | - |
| XYZ | 19.68 | 10.66 | 31.16 | - |
| YUV | 87.26 | 165.11 | 174.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 41 | 153 | 0 | 0.73 | 0 | 0.4 | 300 | 0.58 | 0.38 |
| Hex | 99 | 29 | 99 | 0 | 49 | 0 | 28 | 12C | 3A | 26 |
| Octal | 231 | 51 | 231 | 0 | 111 | 0 | 50 | 454 | 72 | 46 |
| Binary | 10011001 | 101001 | 10011001 | 0 | 1001001 | 0 | 101000 | 100101100 | 111010 | 100110 |
Color Harmonies of #992999
Complementary color
Monochromatic Colors of #992999
Black with #992999
Text Example
Text Example
White with #992999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992999; }
p { color: rgb(153,41,153); }
H1.HeaderClassName
{
color: #992999;
}
.AnyTagClassName
{
color: #992999;
}
</style>
background-color css
<style>
a { background-color: #992999; }
a { background-color: rgb(153,41,153); }
div.DivClassName
{
background-color: #992999;
}
.BgClassName
{
background-color: #992999;
}
</style>
border-color css
<style>
span { border-color: #992999; }
span { border-color: rgb(153,41,153); }
td.TdClassName
{
border-color: #992999;
}
.TagClassName
{
border-color: #992999;
}
</style>