Shades of Vivid Violet #993691
Tints of Vivid Violet #993691
RGB
CMYK
RGB Variations
Color information
#993691 (or 0x993691) is known color: Vivid Violet. HEX triplet: 99, 36 and 91. RGB value is (153,54,145). Sum of RGB (Red+Green+Blue) = 153+54+145=352 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.47% from 352); Green value is 54 (21.48% from 255 or 15.34% from 352); Blue value is 145 (57.03% from 255 or 41.19% from 352); Max value from RGB is 153 - color contains mainly: red. Hex color #993691 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993691 is #66C96E. Grayscale: #5D5D5D. Windows color (decimal): -6736239 or 9516697. OLE color: 9516697.
HSL color Cylindrical-coordinate representation of color #993691: hue angle of 304.85º 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 #993691 is Cyan = 0, Magento = 0.65, Yellow = 0.05 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 54 | 145 | - |
| CMYK | 0 | 0.65 | 0.05 | 0.4 |
| HSL | 304.85º | 0.48% | 0.41% | - |
| HSV(B) | 304.85º | 0.65% | 0.6% | - |
| XYZ | 19.57 | 11.45 | 27.97 | - |
| YUV | 93.98 | 156.8 | 170.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 54 | 145 | 0 | 0.65 | 0.05 | 0.4 | 304.85 | 0.48 | 0.41 |
| Hex | 99 | 36 | 91 | 0 | 41 | 5 | 28 | 131 | 30 | 29 |
| Octal | 231 | 66 | 221 | 0 | 101 | 5 | 50 | 461 | 60 | 51 |
| Binary | 10011001 | 110110 | 10010001 | 0 | 1000001 | 101 | 101000 | 100110001 | 110000 | 101001 |
Color Harmonies of #993691
Complementary color
Monochromatic Colors of #993691
Black with #993691
Text Example
Text Example
White with #993691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993691; }
p { color: rgb(153,54,145); }
H1.HeaderClassName
{
color: #993691;
}
.AnyTagClassName
{
color: #993691;
}
</style>
background-color css
<style>
a { background-color: #993691; }
a { background-color: rgb(153,54,145); }
div.DivClassName
{
background-color: #993691;
}
.BgClassName
{
background-color: #993691;
}
</style>
border-color css
<style>
span { border-color: #993691; }
span { border-color: rgb(153,54,145); }
td.TdClassName
{
border-color: #993691;
}
.TagClassName
{
border-color: #993691;
}
</style>