Shades of Vivid Violet #99319F
Tints of Vivid Violet #99319F
RGB
CMYK
RGB Variations
Color information
#99319F (or 0x99319F) is known color: Vivid Violet. HEX triplet: 99, 31 and 9F. RGB value is (153,49,159). Sum of RGB (Red+Green+Blue) = 153+49+159=361 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.38% from 361); Green value is 49 (19.53% from 255 or 13.57% from 361); Blue value is 159 (62.5% from 255 or 44.04% from 361); Max value from RGB is 159 - color contains mainly: blue. Hex color #99319F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #99319F is #66CE60. Grayscale: #5C5C5C. Windows color (decimal): -6737505 or 10432921. OLE color: 10432921.
HSL color Cylindrical-coordinate representation of color #99319F: hue angle of 296.73º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #99319F is Cyan = 0.04, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 153 | 49 | 159 | - |
| CMYK | 0.04 | 0.69 | 0 | 0.38 |
| HSL | 296.73º | 0.53% | 0.41% | - |
| HSV(B) | 296.73º | 0.69% | 0.62% | - |
| XYZ | 20.49 | 11.47 | 33.94 | - |
| YUV | 92.64 | 165.46 | 171.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 49 | 159 | 0.04 | 0.69 | 0 | 0.38 | 296.73 | 0.53 | 0.41 |
| Hex | 99 | 31 | 9F | 4 | 45 | 0 | 26 | 129 | 35 | 29 |
| Octal | 231 | 61 | 237 | 4 | 105 | 0 | 46 | 451 | 65 | 51 |
| Binary | 10011001 | 110001 | 10011111 | 100 | 1000101 | 0 | 100110 | 100101001 | 110101 | 101001 |
Color Harmonies of #99319F
Complementary color
Monochromatic Colors of #99319F
Black with #99319F
Text Example
Text Example
White with #99319F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99319F; }
p { color: rgb(153,49,159); }
H1.HeaderClassName
{
color: #99319F;
}
.AnyTagClassName
{
color: #99319F;
}
</style>
background-color css
<style>
a { background-color: #99319F; }
a { background-color: rgb(153,49,159); }
div.DivClassName
{
background-color: #99319F;
}
.BgClassName
{
background-color: #99319F;
}
</style>
border-color css
<style>
span { border-color: #99319F; }
span { border-color: rgb(153,49,159); }
td.TdClassName
{
border-color: #99319F;
}
.TagClassName
{
border-color: #99319F;
}
</style>