Shades of Vivid Violet #9F3997
Tints of Vivid Violet #9F3997
RGB
CMYK
RGB Variations
Color information
#9F3997 (or 0x9F3997) is known color: Vivid Violet. HEX triplet: 9F, 39 and 97. RGB value is (159,57,151). Sum of RGB (Red+Green+Blue) = 159+57+151=367 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.32% from 367); Green value is 57 (22.66% from 255 or 15.53% from 367); Blue value is 151 (59.38% from 255 or 41.14% from 367); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3997 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F3997 is #60C668. Grayscale: #616161. Windows color (decimal): -6342249 or 9910687. OLE color: 9910687.
HSL color Cylindrical-coordinate representation of color #9F3997: hue angle of 304.71º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9F3997 is Cyan = 0, Magento = 0.64, Yellow = 0.05 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 57 | 151 | - |
| CMYK | 0 | 0.64 | 0.05 | 0.38 |
| HSL | 304.71º | 0.47% | 0.42% | - |
| HSV(B) | 304.71º | 0.64% | 0.62% | - |
| XYZ | 21.35 | 12.53 | 30.57 | - |
| YUV | 98.21 | 157.79 | 171.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 57 | 151 | 0 | 0.64 | 0.05 | 0.38 | 304.71 | 0.47 | 0.42 |
| Hex | 9F | 39 | 97 | 0 | 40 | 5 | 26 | 131 | 2F | 2A |
| Octal | 237 | 71 | 227 | 0 | 100 | 5 | 46 | 461 | 57 | 52 |
| Binary | 10011111 | 111001 | 10010111 | 0 | 1000000 | 101 | 100110 | 100110001 | 101111 | 101010 |
Color Harmonies of #9F3997
Complementary color
Monochromatic Colors of #9F3997
Black with #9F3997
Text Example
Text Example
White with #9F3997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3997; }
p { color: rgb(159,57,151); }
H1.HeaderClassName
{
color: #9F3997;
}
.AnyTagClassName
{
color: #9F3997;
}
</style>
background-color css
<style>
a { background-color: #9F3997; }
a { background-color: rgb(159,57,151); }
div.DivClassName
{
background-color: #9F3997;
}
.BgClassName
{
background-color: #9F3997;
}
</style>
border-color css
<style>
span { border-color: #9F3997; }
span { border-color: rgb(159,57,151); }
td.TdClassName
{
border-color: #9F3997;
}
.TagClassName
{
border-color: #9F3997;
}
</style>