Shades of Vivid Violet #993499
Tints of Vivid Violet #993499
RGB
CMYK
RGB Variations
Color information
#993499 (or 0x993499) is known color: Vivid Violet. HEX triplet: 99, 34 and 99. RGB value is (153,52,153). Sum of RGB (Red+Green+Blue) = 153+52+153=358 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.74% from 358); Green value is 52 (20.70% from 255 or 14.53% from 358); Blue value is 153 (60.16% from 255 or 42.74% from 358); Max value from RGB is 153 - color contains mainly: red, blue. Hex color #993499 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993499 is #66CB66. Grayscale: #5D5D5D. Windows color (decimal): -6736743 or 10040473. OLE color: 10040473.
HSL color Cylindrical-coordinate representation of color #993499: hue angle of 300º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #993499 is Cyan = 0, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 52 | 153 | - |
| CMYK | 0 | 0.66 | 0 | 0.4 |
| HSL | 300º | 0.49% | 0.4% | - |
| HSV(B) | 300º | 0.66% | 0.6% | - |
| XYZ | 20.11 | 11.53 | 31.3 | - |
| YUV | 93.71 | 161.46 | 170.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 52 | 153 | 0 | 0.66 | 0 | 0.4 | 300 | 0.49 | 0.4 |
| Hex | 99 | 34 | 99 | 0 | 42 | 0 | 28 | 12C | 31 | 28 |
| Octal | 231 | 64 | 231 | 0 | 102 | 0 | 50 | 454 | 61 | 50 |
| Binary | 10011001 | 110100 | 10011001 | 0 | 1000010 | 0 | 101000 | 100101100 | 110001 | 101000 |
Color Harmonies of #993499
Complementary color
Monochromatic Colors of #993499
Black with #993499
Text Example
Text Example
White with #993499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993499; }
p { color: rgb(153,52,153); }
H1.HeaderClassName
{
color: #993499;
}
.AnyTagClassName
{
color: #993499;
}
</style>
background-color css
<style>
a { background-color: #993499; }
a { background-color: rgb(153,52,153); }
div.DivClassName
{
background-color: #993499;
}
.BgClassName
{
background-color: #993499;
}
</style>
border-color css
<style>
span { border-color: #993499; }
span { border-color: rgb(153,52,153); }
td.TdClassName
{
border-color: #993499;
}
.TagClassName
{
border-color: #993499;
}
</style>