Shades of Vivid Violet #99339F
Tints of Vivid Violet #99339F
RGB
CMYK
RGB Variations
Color information
#99339F (or 0x99339F) is known color: Vivid Violet. HEX triplet: 99, 33 and 9F. RGB value is (153,51,159). Sum of RGB (Red+Green+Blue) = 153+51+159=363 (48% of max value = 765). Red value is 153 (60.16% from 255 or 42.15% from 363); Green value is 51 (20.31% from 255 or 14.05% from 363); Blue value is 159 (62.5% from 255 or 43.80% from 363); Max value from RGB is 159 - color contains mainly: blue. Hex color #99339F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #99339F is #66CC60. Grayscale: #5D5D5D. Windows color (decimal): -6736993 or 10433433. OLE color: 10433433.
HSL color Cylindrical-coordinate representation of color #99339F: hue angle of 296.67º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #99339F is Cyan = 0.04, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 153 | 51 | 159 | - |
| CMYK | 0.04 | 0.68 | 0 | 0.38 |
| HSL | 296.67º | 0.51% | 0.41% | - |
| HSV(B) | 296.67º | 0.68% | 0.62% | - |
| XYZ | 20.58 | 11.64 | 33.96 | - |
| YUV | 93.81 | 164.79 | 170.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 51 | 159 | 0.04 | 0.68 | 0 | 0.38 | 296.67 | 0.51 | 0.41 |
| Hex | 99 | 33 | 9F | 4 | 44 | 0 | 26 | 129 | 33 | 29 |
| Octal | 231 | 63 | 237 | 4 | 104 | 0 | 46 | 451 | 63 | 51 |
| Binary | 10011001 | 110011 | 10011111 | 100 | 1000100 | 0 | 100110 | 100101001 | 110011 | 101001 |
Color Harmonies of #99339F
Complementary color
Monochromatic Colors of #99339F
Black with #99339F
Text Example
Text Example
White with #99339F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99339F; }
p { color: rgb(153,51,159); }
H1.HeaderClassName
{
color: #99339F;
}
.AnyTagClassName
{
color: #99339F;
}
</style>
background-color css
<style>
a { background-color: #99339F; }
a { background-color: rgb(153,51,159); }
div.DivClassName
{
background-color: #99339F;
}
.BgClassName
{
background-color: #99339F;
}
</style>
border-color css
<style>
span { border-color: #99339F; }
span { border-color: rgb(153,51,159); }
td.TdClassName
{
border-color: #99339F;
}
.TagClassName
{
border-color: #99339F;
}
</style>