Shades of Vivid Violet #9F3694
Tints of Vivid Violet #9F3694
RGB
CMYK
RGB Variations
Color information
#9F3694 (or 0x9F3694) is known color: Vivid Violet. HEX triplet: 9F, 36 and 94. RGB value is (159,54,148). Sum of RGB (Red+Green+Blue) = 159+54+148=361 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.04% from 361); Green value is 54 (21.48% from 255 or 14.96% from 361); Blue value is 148 (58.20% from 255 or 41.00% from 361); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3694 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F3694 is #60C96B. Grayscale: #5F5F5F. Windows color (decimal): -6343020 or 9713311. OLE color: 9713311.
HSL color Cylindrical-coordinate representation of color #9F3694: hue angle of 306.29º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9F3694 is Cyan = 0, Magento = 0.66, Yellow = 0.07 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 54 | 148 | - |
| CMYK | 0 | 0.66 | 0.07 | 0.38 |
| HSL | 306.29º | 0.49% | 0.42% | - |
| HSV(B) | 306.29º | 0.66% | 0.62% | - |
| XYZ | 20.96 | 12.15 | 29.26 | - |
| YUV | 96.11 | 157.29 | 172.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 54 | 148 | 0 | 0.66 | 0.07 | 0.38 | 306.29 | 0.49 | 0.42 |
| Hex | 9F | 36 | 94 | 0 | 42 | 7 | 26 | 132 | 31 | 2A |
| Octal | 237 | 66 | 224 | 0 | 102 | 7 | 46 | 462 | 61 | 52 |
| Binary | 10011111 | 110110 | 10010100 | 0 | 1000010 | 111 | 100110 | 100110010 | 110001 | 101010 |
Color Harmonies of #9F3694
Complementary color
Monochromatic Colors of #9F3694
Black with #9F3694
Text Example
Text Example
White with #9F3694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3694; }
p { color: rgb(159,54,148); }
H1.HeaderClassName
{
color: #9F3694;
}
.AnyTagClassName
{
color: #9F3694;
}
</style>
background-color css
<style>
a { background-color: #9F3694; }
a { background-color: rgb(159,54,148); }
div.DivClassName
{
background-color: #9F3694;
}
.BgClassName
{
background-color: #9F3694;
}
</style>
border-color css
<style>
span { border-color: #9F3694; }
span { border-color: rgb(159,54,148); }
td.TdClassName
{
border-color: #9F3694;
}
.TagClassName
{
border-color: #9F3694;
}
</style>