Shades of Vivid Violet #993196
Tints of Vivid Violet #993196
RGB
CMYK
RGB Variations
Color information
#993196 (or 0x993196) is known color: Vivid Violet. HEX triplet: 99, 31 and 96. RGB value is (153,49,150). Sum of RGB (Red+Green+Blue) = 153+49+150=352 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.47% from 352); Green value is 49 (19.53% from 255 or 13.92% from 352); Blue value is 150 (58.98% from 255 or 42.61% from 352); Max value from RGB is 153 - color contains mainly: red. Hex color #993196 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993196 is #66CE69. Grayscale: #5B5B5B. Windows color (decimal): -6737514 or 9843097. OLE color: 9843097.
HSL color Cylindrical-coordinate representation of color #993196: hue angle of 301.73º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #993196 is Cyan = 0, Magento = 0.68, Yellow = 0.02 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 49 | 150 | - |
| CMYK | 0 | 0.68 | 0.02 | 0.4 |
| HSL | 301.73º | 0.51% | 0.4% | - |
| HSV(B) | 301.73º | 0.68% | 0.6% | - |
| XYZ | 19.74 | 11.17 | 29.97 | - |
| YUV | 91.61 | 160.96 | 171.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 49 | 150 | 0 | 0.68 | 0.02 | 0.4 | 301.73 | 0.51 | 0.4 |
| Hex | 99 | 31 | 96 | 0 | 44 | 2 | 28 | 12E | 33 | 28 |
| Octal | 231 | 61 | 226 | 0 | 104 | 2 | 50 | 456 | 63 | 50 |
| Binary | 10011001 | 110001 | 10010110 | 0 | 1000100 | 10 | 101000 | 100101110 | 110011 | 101000 |
Color Harmonies of #993196
Complementary color
Monochromatic Colors of #993196
Black with #993196
Text Example
Text Example
White with #993196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993196; }
p { color: rgb(153,49,150); }
H1.HeaderClassName
{
color: #993196;
}
.AnyTagClassName
{
color: #993196;
}
</style>
background-color css
<style>
a { background-color: #993196; }
a { background-color: rgb(153,49,150); }
div.DivClassName
{
background-color: #993196;
}
.BgClassName
{
background-color: #993196;
}
</style>
border-color css
<style>
span { border-color: #993196; }
span { border-color: rgb(153,49,150); }
td.TdClassName
{
border-color: #993196;
}
.TagClassName
{
border-color: #993196;
}
</style>