Shades of Vivid Violet #9F3199
Tints of Vivid Violet #9F3199
RGB
CMYK
RGB Variations
Color information
#9F3199 (or 0x9F3199) is known color: Vivid Violet. HEX triplet: 9F, 31 and 99. RGB value is (159,49,153). Sum of RGB (Red+Green+Blue) = 159+49+153=361 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.04% from 361); Green value is 49 (19.53% from 255 or 13.57% from 361); Blue value is 153 (60.16% from 255 or 42.38% from 361); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3199 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F3199 is #60CE66. Grayscale: #5D5D5D. Windows color (decimal): -6344295 or 10039711. OLE color: 10039711.
HSL color Cylindrical-coordinate representation of color #9F3199: hue angle of 303.27º 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 #9F3199 is Cyan = 0, Magento = 0.69, Yellow = 0.04 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 49 | 153 | - |
| CMYK | 0 | 0.69 | 0.04 | 0.38 |
| HSL | 303.27º | 0.53% | 0.41% | - |
| HSV(B) | 303.27º | 0.69% | 0.62% | - |
| XYZ | 21.15 | 11.87 | 31.31 | - |
| YUV | 93.75 | 161.44 | 174.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 49 | 153 | 0 | 0.69 | 0.04 | 0.38 | 303.27 | 0.53 | 0.41 |
| Hex | 9F | 31 | 99 | 0 | 45 | 4 | 26 | 12F | 35 | 29 |
| Octal | 237 | 61 | 231 | 0 | 105 | 4 | 46 | 457 | 65 | 51 |
| Binary | 10011111 | 110001 | 10011001 | 0 | 1000101 | 100 | 100110 | 100101111 | 110101 | 101001 |
Color Harmonies of #9F3199
Complementary color
Monochromatic Colors of #9F3199
Black with #9F3199
Text Example
Text Example
White with #9F3199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3199; }
p { color: rgb(159,49,153); }
H1.HeaderClassName
{
color: #9F3199;
}
.AnyTagClassName
{
color: #9F3199;
}
</style>
background-color css
<style>
a { background-color: #9F3199; }
a { background-color: rgb(159,49,153); }
div.DivClassName
{
background-color: #9F3199;
}
.BgClassName
{
background-color: #9F3199;
}
</style>
border-color css
<style>
span { border-color: #9F3199; }
span { border-color: rgb(159,49,153); }
td.TdClassName
{
border-color: #9F3199;
}
.TagClassName
{
border-color: #9F3199;
}
</style>