Shades of Vivid Violet #993791
Tints of Vivid Violet #993791
RGB
CMYK
RGB Variations
Color information
#993791 (or 0x993791) is known color: Vivid Violet. HEX triplet: 99, 37 and 91. RGB value is (153,55,145). Sum of RGB (Red+Green+Blue) = 153+55+145=353 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.34% from 353); Green value is 55 (21.88% from 255 or 15.58% from 353); Blue value is 145 (57.03% from 255 or 41.08% from 353); Max value from RGB is 153 - color contains mainly: red. Hex color #993791 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993791 is #66C86E. Grayscale: #5E5E5E. Windows color (decimal): -6735983 or 9516953. OLE color: 9516953.
HSL color Cylindrical-coordinate representation of color #993791: hue angle of 304.9º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #993791 is Cyan = 0, Magento = 0.64, Yellow = 0.05 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 55 | 145 | - |
| CMYK | 0 | 0.64 | 0.05 | 0.4 |
| HSL | 304.9º | 0.47% | 0.41% | - |
| HSV(B) | 304.9º | 0.64% | 0.6% | - |
| XYZ | 19.61 | 11.55 | 27.98 | - |
| YUV | 94.56 | 156.47 | 169.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 55 | 145 | 0 | 0.64 | 0.05 | 0.4 | 304.9 | 0.47 | 0.41 |
| Hex | 99 | 37 | 91 | 0 | 40 | 5 | 28 | 131 | 2F | 29 |
| Octal | 231 | 67 | 221 | 0 | 100 | 5 | 50 | 461 | 57 | 51 |
| Binary | 10011001 | 110111 | 10010001 | 0 | 1000000 | 101 | 101000 | 100110001 | 101111 | 101001 |
Color Harmonies of #993791
Complementary color
Monochromatic Colors of #993791
Black with #993791
Text Example
Text Example
White with #993791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993791; }
p { color: rgb(153,55,145); }
H1.HeaderClassName
{
color: #993791;
}
.AnyTagClassName
{
color: #993791;
}
</style>
background-color css
<style>
a { background-color: #993791; }
a { background-color: rgb(153,55,145); }
div.DivClassName
{
background-color: #993791;
}
.BgClassName
{
background-color: #993791;
}
</style>
border-color css
<style>
span { border-color: #993791; }
span { border-color: rgb(153,55,145); }
td.TdClassName
{
border-color: #993791;
}
.TagClassName
{
border-color: #993791;
}
</style>