Shades of Blue Violet #9F31FE
Tints of Blue Violet #9F31FE
RGB
CMYK
RGB Variations
Color information
#9F31FE (or 0x9F31FE) is known color: Blue Violet. HEX triplet: 9F, 31 and FE. RGB value is (159,49,254). Sum of RGB (Red+Green+Blue) = 159+49+254=462 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.42% from 462); Green value is 49 (19.53% from 255 or 10.61% from 462); Blue value is 254 (99.61% from 255 or 54.98% from 462); Max value from RGB is 254 - color contains mainly: blue. Hex color #9F31FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9F31FE is #60CE01. Grayscale: #686868. Windows color (decimal): -6344194 or 16658847. OLE color: 16658847.
HSL color Cylindrical-coordinate representation of color #9F31FE: hue angle of 272.2º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9F31FE is Cyan = 0.37, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 159 | 49 | 254 | - |
| CMYK | 0.37 | 0.81 | 0 | 0.00 |
| HSL | 272.2º | 0.99% | 0.59% | - |
| HSV(B) | 272.2º | 0.81% | 1% | - |
| XYZ | 33.29 | 16.72 | 95.24 | - |
| YUV | 105.26 | 211.94 | 166.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 49 | 254 | 0.37 | 0.81 | 0 | 0.00 | 272.2 | 0.99 | 0.59 |
| Hex | 9F | 31 | FE | 25 | 51 | 0 | 0 | 110 | 63 | 3B |
| Octal | 237 | 61 | 376 | 45 | 121 | 0 | 0 | 420 | 143 | 73 |
| Binary | 10011111 | 110001 | 11111110 | 100101 | 1010001 | 0 | 0 | 100010000 | 1100011 | 111011 |
Color Harmonies of #9F31FE
Complementary color
Monochromatic Colors of #9F31FE
Black with #9F31FE
Text Example
Text Example
White with #9F31FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F31FE; }
p { color: rgb(159,49,254); }
H1.HeaderClassName
{
color: #9F31FE;
}
.AnyTagClassName
{
color: #9F31FE;
}
</style>
background-color css
<style>
a { background-color: #9F31FE; }
a { background-color: rgb(159,49,254); }
div.DivClassName
{
background-color: #9F31FE;
}
.BgClassName
{
background-color: #9F31FE;
}
</style>
border-color css
<style>
span { border-color: #9F31FE; }
span { border-color: rgb(159,49,254); }
td.TdClassName
{
border-color: #9F31FE;
}
.TagClassName
{
border-color: #9F31FE;
}
</style>