Shades of Vivid Violet #993299
Tints of Vivid Violet #993299
RGB
CMYK
RGB Variations
Color information
#993299 (or 0x993299) is known color: Vivid Violet. HEX triplet: 99, 32 and 99. RGB value is (153,50,153). Sum of RGB (Red+Green+Blue) = 153+50+153=356 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.98% from 356); Green value is 50 (19.92% from 255 or 14.04% from 356); Blue value is 153 (60.16% from 255 or 42.98% from 356); Max value from RGB is 153 - color contains mainly: red, blue. Hex color #993299 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993299 is #66CD66. Grayscale: #5C5C5C. Windows color (decimal): -6737255 or 10039961. OLE color: 10039961.
HSL color Cylindrical-coordinate representation of color #993299: hue angle of 300º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #993299 is Cyan = 0, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 50 | 153 | - |
| CMYK | 0 | 0.67 | 0 | 0.4 |
| HSL | 300º | 0.51% | 0.4% | - |
| HSV(B) | 300º | 0.67% | 0.6% | - |
| XYZ | 20.03 | 11.35 | 31.27 | - |
| YUV | 92.54 | 162.12 | 171.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 50 | 153 | 0 | 0.67 | 0 | 0.4 | 300 | 0.51 | 0.4 |
| Hex | 99 | 32 | 99 | 0 | 43 | 0 | 28 | 12C | 33 | 28 |
| Octal | 231 | 62 | 231 | 0 | 103 | 0 | 50 | 454 | 63 | 50 |
| Binary | 10011001 | 110010 | 10011001 | 0 | 1000011 | 0 | 101000 | 100101100 | 110011 | 101000 |
Color Harmonies of #993299
Complementary color
Monochromatic Colors of #993299
Black with #993299
Text Example
Text Example
White with #993299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993299; }
p { color: rgb(153,50,153); }
H1.HeaderClassName
{
color: #993299;
}
.AnyTagClassName
{
color: #993299;
}
</style>
background-color css
<style>
a { background-color: #993299; }
a { background-color: rgb(153,50,153); }
div.DivClassName
{
background-color: #993299;
}
.BgClassName
{
background-color: #993299;
}
</style>
border-color css
<style>
span { border-color: #993299; }
span { border-color: rgb(153,50,153); }
td.TdClassName
{
border-color: #993299;
}
.TagClassName
{
border-color: #993299;
}
</style>