Shades of Vivid Violet #992399
Tints of Vivid Violet #992399
RGB
CMYK
RGB Variations
Color information
#992399 (or 0x992399) is known color: Vivid Violet. HEX triplet: 99, 23 and 99. RGB value is (153,35,153). Sum of RGB (Red+Green+Blue) = 153+35+153=341 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.87% from 341); Green value is 35 (14.06% from 255 or 10.26% from 341); Blue value is 153 (60.16% from 255 or 44.87% from 341); Max value from RGB is 153 - color contains mainly: red, blue. Hex color #992399 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992399 is #66DC66. Grayscale: #535353. Windows color (decimal): -6741095 or 10036121. OLE color: 10036121.
HSL color Cylindrical-coordinate representation of color #992399: hue angle of 300º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #992399 is Cyan = 0, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 35 | 153 | - |
| CMYK | 0 | 0.77 | 0 | 0.4 |
| HSL | 300º | 0.63% | 0.37% | - |
| HSV(B) | 300º | 0.77% | 0.6% | - |
| XYZ | 19.49 | 10.27 | 31.09 | - |
| YUV | 83.73 | 167.09 | 177.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 35 | 153 | 0 | 0.77 | 0 | 0.4 | 300 | 0.63 | 0.37 |
| Hex | 99 | 23 | 99 | 0 | 4D | 0 | 28 | 12C | 3F | 25 |
| Octal | 231 | 43 | 231 | 0 | 115 | 0 | 50 | 454 | 77 | 45 |
| Binary | 10011001 | 100011 | 10011001 | 0 | 1001101 | 0 | 101000 | 100101100 | 111111 | 100101 |
Color Harmonies of #992399
Complementary color
Monochromatic Colors of #992399
Black with #992399
Text Example
Text Example
White with #992399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992399; }
p { color: rgb(153,35,153); }
H1.HeaderClassName
{
color: #992399;
}
.AnyTagClassName
{
color: #992399;
}
</style>
background-color css
<style>
a { background-color: #992399; }
a { background-color: rgb(153,35,153); }
div.DivClassName
{
background-color: #992399;
}
.BgClassName
{
background-color: #992399;
}
</style>
border-color css
<style>
span { border-color: #992399; }
span { border-color: rgb(153,35,153); }
td.TdClassName
{
border-color: #992399;
}
.TagClassName
{
border-color: #992399;
}
</style>