Shades of Vivid Violet #99359C
Tints of Vivid Violet #99359C
RGB
CMYK
RGB Variations
Color information
#99359C (or 0x99359C) is known color: Vivid Violet. HEX triplet: 99, 35 and 9C. RGB value is (153,53,156). Sum of RGB (Red+Green+Blue) = 153+53+156=362 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.27% from 362); Green value is 53 (21.09% from 255 or 14.64% from 362); Blue value is 156 (61.33% from 255 or 43.09% from 362); Max value from RGB is 156 - color contains mainly: blue. Hex color #99359C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #99359C is #66CA63. Grayscale: #5E5E5E. Windows color (decimal): -6736484 or 10237337. OLE color: 10237337.
HSL color Cylindrical-coordinate representation of color #99359C: hue angle of 298.25º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #99359C is Cyan = 0.02, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 153 | 53 | 156 | - |
| CMYK | 0.02 | 0.66 | 0 | 0.39 |
| HSL | 298.25º | 0.49% | 0.41% | - |
| HSV(B) | 298.25º | 0.66% | 0.61% | - |
| XYZ | 20.41 | 11.72 | 32.64 | - |
| YUV | 94.64 | 162.63 | 169.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 53 | 156 | 0.02 | 0.66 | 0 | 0.39 | 298.25 | 0.49 | 0.41 |
| Hex | 99 | 35 | 9C | 2 | 42 | 0 | 27 | 12A | 31 | 29 |
| Octal | 231 | 65 | 234 | 2 | 102 | 0 | 47 | 452 | 61 | 51 |
| Binary | 10011001 | 110101 | 10011100 | 10 | 1000010 | 0 | 100111 | 100101010 | 110001 | 101001 |
Color Harmonies of #99359C
Complementary color
Monochromatic Colors of #99359C
Black with #99359C
Text Example
Text Example
White with #99359C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99359C; }
p { color: rgb(153,53,156); }
H1.HeaderClassName
{
color: #99359C;
}
.AnyTagClassName
{
color: #99359C;
}
</style>
background-color css
<style>
a { background-color: #99359C; }
a { background-color: rgb(153,53,156); }
div.DivClassName
{
background-color: #99359C;
}
.BgClassName
{
background-color: #99359C;
}
</style>
border-color css
<style>
span { border-color: #99359C; }
span { border-color: rgb(153,53,156); }
td.TdClassName
{
border-color: #99359C;
}
.TagClassName
{
border-color: #99359C;
}
</style>