Shades of Vivid Violet #99359B
Tints of Vivid Violet #99359B
RGB
CMYK
RGB Variations
Color information
#99359B (or 0x99359B) is known color: Vivid Violet. HEX triplet: 99, 35 and 9B. RGB value is (153,53,155). Sum of RGB (Red+Green+Blue) = 153+53+155=361 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.38% from 361); Green value is 53 (21.09% from 255 or 14.68% from 361); Blue value is 155 (60.94% from 255 or 42.94% from 361); Max value from RGB is 155 - color contains mainly: blue. Hex color #99359B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #99359B is #66CA64. Grayscale: #5E5E5E. Windows color (decimal): -6736485 or 10171801. OLE color: 10171801.
HSL color Cylindrical-coordinate representation of color #99359B: hue angle of 298.82º 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 #99359B is Cyan = 0.01, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 153 | 53 | 155 | - |
| CMYK | 0.01 | 0.66 | 0 | 0.39 |
| HSL | 298.82º | 0.49% | 0.41% | - |
| HSV(B) | 298.82º | 0.66% | 0.61% | - |
| XYZ | 20.33 | 11.69 | 32.19 | - |
| YUV | 94.53 | 162.13 | 169.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 53 | 155 | 0.01 | 0.66 | 0 | 0.39 | 298.82 | 0.49 | 0.41 |
| Hex | 99 | 35 | 9B | 1 | 42 | 0 | 27 | 12B | 31 | 29 |
| Octal | 231 | 65 | 233 | 1 | 102 | 0 | 47 | 453 | 61 | 51 |
| Binary | 10011001 | 110101 | 10011011 | 1 | 1000010 | 0 | 100111 | 100101011 | 110001 | 101001 |
Color Harmonies of #99359B
Complementary color
Monochromatic Colors of #99359B
Black with #99359B
Text Example
Text Example
White with #99359B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99359B; }
p { color: rgb(153,53,155); }
H1.HeaderClassName
{
color: #99359B;
}
.AnyTagClassName
{
color: #99359B;
}
</style>
background-color css
<style>
a { background-color: #99359B; }
a { background-color: rgb(153,53,155); }
div.DivClassName
{
background-color: #99359B;
}
.BgClassName
{
background-color: #99359B;
}
</style>
border-color css
<style>
span { border-color: #99359B; }
span { border-color: rgb(153,53,155); }
td.TdClassName
{
border-color: #99359B;
}
.TagClassName
{
border-color: #99359B;
}
</style>