Shades of Vivid Violet #9F31A7
Tints of Vivid Violet #9F31A7
RGB
CMYK
RGB Variations
Color information
#9F31A7 (or 0x9F31A7) is known color: Vivid Violet. HEX triplet: 9F, 31 and A7. RGB value is (159,49,167). Sum of RGB (Red+Green+Blue) = 159+49+167=375 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.4% from 375); Green value is 49 (19.53% from 255 or 13.07% from 375); Blue value is 167 (65.62% from 255 or 44.53% from 375); Max value from RGB is 167 - color contains mainly: blue. Hex color #9F31A7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F31A7 is #60CE58. Grayscale: #5E5E5E. Windows color (decimal): -6344281 or 10957215. OLE color: 10957215.
HSL color Cylindrical-coordinate representation of color #9F31A7: hue angle of 295.93º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9F31A7 is Cyan = 0.05, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 159 | 49 | 167 | - |
| CMYK | 0.05 | 0.71 | 0 | 0.35 |
| HSL | 295.93º | 0.55% | 0.42% | - |
| HSV(B) | 295.93º | 0.71% | 0.65% | - |
| XYZ | 22.37 | 12.36 | 37.77 | - |
| YUV | 95.34 | 168.44 | 173.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 49 | 167 | 0.05 | 0.71 | 0 | 0.35 | 295.93 | 0.55 | 0.42 |
| Hex | 9F | 31 | A7 | 5 | 47 | 0 | 23 | 128 | 37 | 2A |
| Octal | 237 | 61 | 247 | 5 | 107 | 0 | 43 | 450 | 67 | 52 |
| Binary | 10011111 | 110001 | 10100111 | 101 | 1000111 | 0 | 100011 | 100101000 | 110111 | 101010 |
Color Harmonies of #9F31A7
Complementary color
Monochromatic Colors of #9F31A7
Black with #9F31A7
Text Example
Text Example
White with #9F31A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F31A7; }
p { color: rgb(159,49,167); }
H1.HeaderClassName
{
color: #9F31A7;
}
.AnyTagClassName
{
color: #9F31A7;
}
</style>
background-color css
<style>
a { background-color: #9F31A7; }
a { background-color: rgb(159,49,167); }
div.DivClassName
{
background-color: #9F31A7;
}
.BgClassName
{
background-color: #9F31A7;
}
</style>
border-color css
<style>
span { border-color: #9F31A7; }
span { border-color: rgb(159,49,167); }
td.TdClassName
{
border-color: #9F31A7;
}
.TagClassName
{
border-color: #9F31A7;
}
</style>