Shades of Vivid Violet #99359D
Tints of Vivid Violet #99359D
RGB
CMYK
RGB Variations
Color information
#99359D (or 0x99359D) is known color: Vivid Violet. HEX triplet: 99, 35 and 9D. RGB value is (153,53,157). Sum of RGB (Red+Green+Blue) = 153+53+157=363 (48% of max value = 765). Red value is 153 (60.16% from 255 or 42.15% from 363); Green value is 53 (21.09% from 255 or 14.60% from 363); Blue value is 157 (61.72% from 255 or 43.25% from 363); Max value from RGB is 157 - color contains mainly: blue. Hex color #99359D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #99359D is #66CA62. Grayscale: #5E5E5E. Windows color (decimal): -6736483 or 10302873. OLE color: 10302873.
HSL color Cylindrical-coordinate representation of color #99359D: hue angle of 297.69º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #99359D is Cyan = 0.03, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 153 | 53 | 157 | - |
| CMYK | 0.03 | 0.66 | 0 | 0.38 |
| HSL | 297.69º | 0.5% | 0.41% | - |
| HSV(B) | 297.69º | 0.66% | 0.62% | - |
| XYZ | 20.5 | 11.75 | 33.09 | - |
| YUV | 94.76 | 163.13 | 169.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 53 | 157 | 0.03 | 0.66 | 0 | 0.38 | 297.69 | 0.5 | 0.41 |
| Hex | 99 | 35 | 9D | 3 | 42 | 0 | 26 | 12A | 32 | 29 |
| Octal | 231 | 65 | 235 | 3 | 102 | 0 | 46 | 452 | 62 | 51 |
| Binary | 10011001 | 110101 | 10011101 | 11 | 1000010 | 0 | 100110 | 100101010 | 110010 | 101001 |
Color Harmonies of #99359D
Complementary color
Monochromatic Colors of #99359D
Black with #99359D
Text Example
Text Example
White with #99359D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99359D; }
p { color: rgb(153,53,157); }
H1.HeaderClassName
{
color: #99359D;
}
.AnyTagClassName
{
color: #99359D;
}
</style>
background-color css
<style>
a { background-color: #99359D; }
a { background-color: rgb(153,53,157); }
div.DivClassName
{
background-color: #99359D;
}
.BgClassName
{
background-color: #99359D;
}
</style>
border-color css
<style>
span { border-color: #99359D; }
span { border-color: rgb(153,53,157); }
td.TdClassName
{
border-color: #99359D;
}
.TagClassName
{
border-color: #99359D;
}
</style>