Shades of Vivid Violet #993699
Tints of Vivid Violet #993699
RGB
CMYK
RGB Variations
Color information
#993699 (or 0x993699) is known color: Vivid Violet. HEX triplet: 99, 36 and 99. RGB value is (153,54,153). Sum of RGB (Red+Green+Blue) = 153+54+153=360 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.5% from 360); Green value is 54 (21.48% from 255 or 15% from 360); Blue value is 153 (60.16% from 255 or 42.5% from 360); Max value from RGB is 153 - color contains mainly: red, blue. Hex color #993699 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993699 is #66C966. Grayscale: #5E5E5E. Windows color (decimal): -6736231 or 10040985. OLE color: 10040985.
HSL color Cylindrical-coordinate representation of color #993699: hue angle of 300º 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 #993699 is Cyan = 0, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 54 | 153 | - |
| CMYK | 0 | 0.65 | 0 | 0.4 |
| HSL | 300º | 0.48% | 0.41% | - |
| HSV(B) | 300º | 0.65% | 0.6% | - |
| XYZ | 20.21 | 11.71 | 31.33 | - |
| YUV | 94.89 | 160.8 | 169.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 54 | 153 | 0 | 0.65 | 0 | 0.4 | 300 | 0.48 | 0.41 |
| Hex | 99 | 36 | 99 | 0 | 41 | 0 | 28 | 12C | 30 | 29 |
| Octal | 231 | 66 | 231 | 0 | 101 | 0 | 50 | 454 | 60 | 51 |
| Binary | 10011001 | 110110 | 10011001 | 0 | 1000001 | 0 | 101000 | 100101100 | 110000 | 101001 |
Color Harmonies of #993699
Complementary color
Monochromatic Colors of #993699
Black with #993699
Text Example
Text Example
White with #993699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993699; }
p { color: rgb(153,54,153); }
H1.HeaderClassName
{
color: #993699;
}
.AnyTagClassName
{
color: #993699;
}
</style>
background-color css
<style>
a { background-color: #993699; }
a { background-color: rgb(153,54,153); }
div.DivClassName
{
background-color: #993699;
}
.BgClassName
{
background-color: #993699;
}
</style>
border-color css
<style>
span { border-color: #993699; }
span { border-color: rgb(153,54,153); }
td.TdClassName
{
border-color: #993699;
}
.TagClassName
{
border-color: #993699;
}
</style>