Shades of Vivid Violet #993591
Tints of Vivid Violet #993591
RGB
CMYK
RGB Variations
Color information
#993591 (or 0x993591) is known color: Vivid Violet. HEX triplet: 99, 35 and 91. RGB value is (153,53,145). Sum of RGB (Red+Green+Blue) = 153+53+145=351 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.59% from 351); Green value is 53 (21.09% from 255 or 15.10% from 351); Blue value is 145 (57.03% from 255 or 41.31% from 351); Max value from RGB is 153 - color contains mainly: red. Hex color #993591 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993591 is #66CA6E. Grayscale: #5D5D5D. Windows color (decimal): -6736495 or 9516441. OLE color: 9516441.
HSL color Cylindrical-coordinate representation of color #993591: hue angle of 304.8º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #993591 is Cyan = 0, Magento = 0.65, Yellow = 0.05 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 53 | 145 | - |
| CMYK | 0 | 0.65 | 0.05 | 0.4 |
| HSL | 304.8º | 0.49% | 0.4% | - |
| HSV(B) | 304.8º | 0.65% | 0.6% | - |
| XYZ | 19.52 | 11.36 | 27.95 | - |
| YUV | 93.39 | 157.13 | 170.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 53 | 145 | 0 | 0.65 | 0.05 | 0.4 | 304.8 | 0.49 | 0.4 |
| Hex | 99 | 35 | 91 | 0 | 41 | 5 | 28 | 131 | 31 | 28 |
| Octal | 231 | 65 | 221 | 0 | 101 | 5 | 50 | 461 | 61 | 50 |
| Binary | 10011001 | 110101 | 10010001 | 0 | 1000001 | 101 | 101000 | 100110001 | 110001 | 101000 |
Color Harmonies of #993591
Complementary color
Monochromatic Colors of #993591
Black with #993591
Text Example
Text Example
White with #993591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993591; }
p { color: rgb(153,53,145); }
H1.HeaderClassName
{
color: #993591;
}
.AnyTagClassName
{
color: #993591;
}
</style>
background-color css
<style>
a { background-color: #993591; }
a { background-color: rgb(153,53,145); }
div.DivClassName
{
background-color: #993591;
}
.BgClassName
{
background-color: #993591;
}
</style>
border-color css
<style>
span { border-color: #993591; }
span { border-color: rgb(153,53,145); }
td.TdClassName
{
border-color: #993591;
}
.TagClassName
{
border-color: #993591;
}
</style>