Shades of Vivid Violet #993197
Tints of Vivid Violet #993197
RGB
CMYK
RGB Variations
Color information
#993197 (or 0x993197) is known color: Vivid Violet. HEX triplet: 99, 31 and 97. RGB value is (153,49,151). Sum of RGB (Red+Green+Blue) = 153+49+151=353 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.34% from 353); Green value is 49 (19.53% from 255 or 13.88% from 353); Blue value is 151 (59.38% from 255 or 42.78% from 353); Max value from RGB is 153 - color contains mainly: red. Hex color #993197 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993197 is #66CE68. Grayscale: #5B5B5B. Windows color (decimal): -6737513 or 9908633. OLE color: 9908633.
HSL color Cylindrical-coordinate representation of color #993197: hue angle of 301.15º 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 #993197 is Cyan = 0, Magento = 0.68, Yellow = 0.01 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 49 | 151 | - |
| CMYK | 0 | 0.68 | 0.01 | 0.4 |
| HSL | 301.15º | 0.51% | 0.4% | - |
| HSV(B) | 301.15º | 0.68% | 0.6% | - |
| XYZ | 19.82 | 11.2 | 30.4 | - |
| YUV | 91.72 | 161.46 | 171.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 49 | 151 | 0 | 0.68 | 0.01 | 0.4 | 301.15 | 0.51 | 0.4 |
| Hex | 99 | 31 | 97 | 0 | 44 | 1 | 28 | 12D | 33 | 28 |
| Octal | 231 | 61 | 227 | 0 | 104 | 1 | 50 | 455 | 63 | 50 |
| Binary | 10011001 | 110001 | 10010111 | 0 | 1000100 | 1 | 101000 | 100101101 | 110011 | 101000 |
Color Harmonies of #993197
Complementary color
Monochromatic Colors of #993197
Black with #993197
Text Example
Text Example
White with #993197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993197; }
p { color: rgb(153,49,151); }
H1.HeaderClassName
{
color: #993197;
}
.AnyTagClassName
{
color: #993197;
}
</style>
background-color css
<style>
a { background-color: #993197; }
a { background-color: rgb(153,49,151); }
div.DivClassName
{
background-color: #993197;
}
.BgClassName
{
background-color: #993197;
}
</style>
border-color css
<style>
span { border-color: #993197; }
span { border-color: rgb(153,49,151); }
td.TdClassName
{
border-color: #993197;
}
.TagClassName
{
border-color: #993197;
}
</style>