Shades of Vivid Violet #99359F
Tints of Vivid Violet #99359F
RGB
CMYK
RGB Variations
Color information
#99359F (or 0x99359F) is known color: Vivid Violet. HEX triplet: 99, 35 and 9F. RGB value is (153,53,159). Sum of RGB (Red+Green+Blue) = 153+53+159=365 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.92% from 365); Green value is 53 (21.09% from 255 or 14.52% from 365); Blue value is 159 (62.5% from 255 or 43.56% from 365); Max value from RGB is 159 - color contains mainly: blue. Hex color #99359F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #99359F is #66CA60. Grayscale: #5E5E5E. Windows color (decimal): -6736481 or 10433945. OLE color: 10433945.
HSL color Cylindrical-coordinate representation of color #99359F: hue angle of 296.6º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #99359F is Cyan = 0.04, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 153 | 53 | 159 | - |
| CMYK | 0.04 | 0.67 | 0 | 0.38 |
| HSL | 296.6º | 0.5% | 0.42% | - |
| HSV(B) | 296.6º | 0.67% | 0.62% | - |
| XYZ | 20.67 | 11.82 | 33.99 | - |
| YUV | 94.98 | 164.13 | 169.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 53 | 159 | 0.04 | 0.67 | 0 | 0.38 | 296.6 | 0.5 | 0.42 |
| Hex | 99 | 35 | 9F | 4 | 43 | 0 | 26 | 129 | 32 | 2A |
| Octal | 231 | 65 | 237 | 4 | 103 | 0 | 46 | 451 | 62 | 52 |
| Binary | 10011001 | 110101 | 10011111 | 100 | 1000011 | 0 | 100110 | 100101001 | 110010 | 101010 |
Color Harmonies of #99359F
Complementary color
Monochromatic Colors of #99359F
Black with #99359F
Text Example
Text Example
White with #99359F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99359F; }
p { color: rgb(153,53,159); }
H1.HeaderClassName
{
color: #99359F;
}
.AnyTagClassName
{
color: #99359F;
}
</style>
background-color css
<style>
a { background-color: #99359F; }
a { background-color: rgb(153,53,159); }
div.DivClassName
{
background-color: #99359F;
}
.BgClassName
{
background-color: #99359F;
}
</style>
border-color css
<style>
span { border-color: #99359F; }
span { border-color: rgb(153,53,159); }
td.TdClassName
{
border-color: #99359F;
}
.TagClassName
{
border-color: #99359F;
}
</style>