Shades of Vivid Violet #992799
Tints of Vivid Violet #992799
RGB
CMYK
RGB Variations
Color information
#992799 (or 0x992799) is known color: Vivid Violet. HEX triplet: 99, 27 and 99. RGB value is (153,39,153). Sum of RGB (Red+Green+Blue) = 153+39+153=345 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.35% from 345); Green value is 39 (15.62% from 255 or 11.30% from 345); Blue value is 153 (60.16% from 255 or 44.35% from 345); Max value from RGB is 153 - color contains mainly: red, blue. Hex color #992799 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992799 is #66D866. Grayscale: #555555. Windows color (decimal): -6740071 or 10037145. OLE color: 10037145.
HSL color Cylindrical-coordinate representation of color #992799: hue angle of 300º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #992799 is Cyan = 0, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 39 | 153 | - |
| CMYK | 0 | 0.75 | 0 | 0.4 |
| HSL | 300º | 0.59% | 0.38% | - |
| HSV(B) | 300º | 0.75% | 0.6% | - |
| XYZ | 19.61 | 10.52 | 31.13 | - |
| YUV | 86.08 | 165.77 | 175.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 39 | 153 | 0 | 0.75 | 0 | 0.4 | 300 | 0.59 | 0.38 |
| Hex | 99 | 27 | 99 | 0 | 4B | 0 | 28 | 12C | 3B | 26 |
| Octal | 231 | 47 | 231 | 0 | 113 | 0 | 50 | 454 | 73 | 46 |
| Binary | 10011001 | 100111 | 10011001 | 0 | 1001011 | 0 | 101000 | 100101100 | 111011 | 100110 |
Color Harmonies of #992799
Complementary color
Monochromatic Colors of #992799
Black with #992799
Text Example
Text Example
White with #992799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992799; }
p { color: rgb(153,39,153); }
H1.HeaderClassName
{
color: #992799;
}
.AnyTagClassName
{
color: #992799;
}
</style>
background-color css
<style>
a { background-color: #992799; }
a { background-color: rgb(153,39,153); }
div.DivClassName
{
background-color: #992799;
}
.BgClassName
{
background-color: #992799;
}
</style>
border-color css
<style>
span { border-color: #992799; }
span { border-color: rgb(153,39,153); }
td.TdClassName
{
border-color: #992799;
}
.TagClassName
{
border-color: #992799;
}
</style>