Shades of Vivid Violet #993696
Tints of Vivid Violet #993696
RGB
CMYK
RGB Variations
Color information
#993696 (or 0x993696) is known color: Vivid Violet. HEX triplet: 99, 36 and 96. RGB value is (153,54,150). Sum of RGB (Red+Green+Blue) = 153+54+150=357 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.86% from 357); Green value is 54 (21.48% from 255 or 15.13% from 357); Blue value is 150 (58.98% from 255 or 42.02% from 357); Max value from RGB is 153 - color contains mainly: red. Hex color #993696 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993696 is #66C969. Grayscale: #5E5E5E. Windows color (decimal): -6736234 or 9844377. OLE color: 9844377.
HSL color Cylindrical-coordinate representation of color #993696: hue angle of 301.82º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #993696 is Cyan = 0, Magento = 0.65, Yellow = 0.02 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 54 | 150 | - |
| CMYK | 0 | 0.65 | 0.02 | 0.4 |
| HSL | 301.82º | 0.48% | 0.41% | - |
| HSV(B) | 301.82º | 0.65% | 0.6% | - |
| XYZ | 19.96 | 11.61 | 30.04 | - |
| YUV | 94.55 | 159.3 | 169.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 54 | 150 | 0 | 0.65 | 0.02 | 0.4 | 301.82 | 0.48 | 0.41 |
| Hex | 99 | 36 | 96 | 0 | 41 | 2 | 28 | 12E | 30 | 29 |
| Octal | 231 | 66 | 226 | 0 | 101 | 2 | 50 | 456 | 60 | 51 |
| Binary | 10011001 | 110110 | 10010110 | 0 | 1000001 | 10 | 101000 | 100101110 | 110000 | 101001 |
Color Harmonies of #993696
Complementary color
Monochromatic Colors of #993696
Black with #993696
Text Example
Text Example
White with #993696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993696; }
p { color: rgb(153,54,150); }
H1.HeaderClassName
{
color: #993696;
}
.AnyTagClassName
{
color: #993696;
}
</style>
background-color css
<style>
a { background-color: #993696; }
a { background-color: rgb(153,54,150); }
div.DivClassName
{
background-color: #993696;
}
.BgClassName
{
background-color: #993696;
}
</style>
border-color css
<style>
span { border-color: #993696; }
span { border-color: rgb(153,54,150); }
td.TdClassName
{
border-color: #993696;
}
.TagClassName
{
border-color: #993696;
}
</style>