Shades of Vivid Violet #993396
Tints of Vivid Violet #993396
RGB
CMYK
RGB Variations
Color information
#993396 (or 0x993396) is known color: Vivid Violet. HEX triplet: 99, 33 and 96. RGB value is (153,51,150). Sum of RGB (Red+Green+Blue) = 153+51+150=354 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.22% from 354); Green value is 51 (20.31% from 255 or 14.41% from 354); Blue value is 150 (58.98% from 255 or 42.37% from 354); Max value from RGB is 153 - color contains mainly: red. Hex color #993396 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993396 is #66CC69. Grayscale: #5C5C5C. Windows color (decimal): -6737002 or 9843609. OLE color: 9843609.
HSL color Cylindrical-coordinate representation of color #993396: hue angle of 301.76º degrees, saturation: 0.5, 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 #993396 is Cyan = 0, Magento = 0.67, Yellow = 0.02 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 51 | 150 | - |
| CMYK | 0 | 0.67 | 0.02 | 0.4 |
| HSL | 301.76º | 0.5% | 0.4% | - |
| HSV(B) | 301.76º | 0.67% | 0.6% | - |
| XYZ | 19.83 | 11.34 | 30 | - |
| YUV | 92.78 | 160.29 | 170.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 51 | 150 | 0 | 0.67 | 0.02 | 0.4 | 301.76 | 0.5 | 0.4 |
| Hex | 99 | 33 | 96 | 0 | 43 | 2 | 28 | 12E | 32 | 28 |
| Octal | 231 | 63 | 226 | 0 | 103 | 2 | 50 | 456 | 62 | 50 |
| Binary | 10011001 | 110011 | 10010110 | 0 | 1000011 | 10 | 101000 | 100101110 | 110010 | 101000 |
Color Harmonies of #993396
Complementary color
Monochromatic Colors of #993396
Black with #993396
Text Example
Text Example
White with #993396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993396; }
p { color: rgb(153,51,150); }
H1.HeaderClassName
{
color: #993396;
}
.AnyTagClassName
{
color: #993396;
}
</style>
background-color css
<style>
a { background-color: #993396; }
a { background-color: rgb(153,51,150); }
div.DivClassName
{
background-color: #993396;
}
.BgClassName
{
background-color: #993396;
}
</style>
border-color css
<style>
span { border-color: #993396; }
span { border-color: rgb(153,51,150); }
td.TdClassName
{
border-color: #993396;
}
.TagClassName
{
border-color: #993396;
}
</style>