Shades of Vivid Violet #9F3494
Tints of Vivid Violet #9F3494
RGB
CMYK
RGB Variations
Color information
#9F3494 (or 0x9F3494) is known color: Vivid Violet. HEX triplet: 9F, 34 and 94. RGB value is (159,52,148). Sum of RGB (Red+Green+Blue) = 159+52+148=359 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.29% from 359); Green value is 52 (20.70% from 255 or 14.48% from 359); Blue value is 148 (58.20% from 255 or 41.23% from 359); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3494 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F3494 is #60CB6B. Grayscale: #5E5E5E. Windows color (decimal): -6343532 or 9712799. OLE color: 9712799.
HSL color Cylindrical-coordinate representation of color #9F3494: hue angle of 306.17º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9F3494 is Cyan = 0, Magento = 0.67, Yellow = 0.07 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 52 | 148 | - |
| CMYK | 0 | 0.67 | 0.07 | 0.38 |
| HSL | 306.17º | 0.51% | 0.41% | - |
| HSV(B) | 306.17º | 0.67% | 0.62% | - |
| XYZ | 20.87 | 11.97 | 29.23 | - |
| YUV | 94.94 | 157.95 | 173.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 52 | 148 | 0 | 0.67 | 0.07 | 0.38 | 306.17 | 0.51 | 0.41 |
| Hex | 9F | 34 | 94 | 0 | 43 | 7 | 26 | 132 | 33 | 29 |
| Octal | 237 | 64 | 224 | 0 | 103 | 7 | 46 | 462 | 63 | 51 |
| Binary | 10011111 | 110100 | 10010100 | 0 | 1000011 | 111 | 100110 | 100110010 | 110011 | 101001 |
Color Harmonies of #9F3494
Complementary color
Monochromatic Colors of #9F3494
Black with #9F3494
Text Example
Text Example
White with #9F3494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3494; }
p { color: rgb(159,52,148); }
H1.HeaderClassName
{
color: #9F3494;
}
.AnyTagClassName
{
color: #9F3494;
}
</style>
background-color css
<style>
a { background-color: #9F3494; }
a { background-color: rgb(159,52,148); }
div.DivClassName
{
background-color: #9F3494;
}
.BgClassName
{
background-color: #9F3494;
}
</style>
border-color css
<style>
span { border-color: #9F3494; }
span { border-color: rgb(159,52,148); }
td.TdClassName
{
border-color: #9F3494;
}
.TagClassName
{
border-color: #9F3494;
}
</style>