Shades of Blue Violet #9F31FB
Tints of Blue Violet #9F31FB
RGB
CMYK
RGB Variations
Color information
#9F31FB (or 0x9F31FB) is known color: Blue Violet. HEX triplet: 9F, 31 and FB. RGB value is (159,49,251). Sum of RGB (Red+Green+Blue) = 159+49+251=459 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.64% from 459); Green value is 49 (19.53% from 255 or 10.68% from 459); Blue value is 251 (98.44% from 255 or 54.68% from 459); Max value from RGB is 251 - color contains mainly: blue. Hex color #9F31FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9F31FB is #60CE04. Grayscale: #686868. Windows color (decimal): -6344197 or 16462239. OLE color: 16462239.
HSL color Cylindrical-coordinate representation of color #9F31FB: hue angle of 272.67º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9F31FB is Cyan = 0.37, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 159 | 49 | 251 | - |
| CMYK | 0.37 | 0.80 | 0 | 0.02 |
| HSL | 272.67º | 0.96% | 0.59% | - |
| HSV(B) | 272.67º | 0.8% | 0.98% | - |
| XYZ | 32.81 | 16.53 | 92.73 | - |
| YUV | 104.92 | 210.44 | 166.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 49 | 251 | 0.37 | 0.80 | 0 | 0.02 | 272.67 | 0.96 | 0.59 |
| Hex | 9F | 31 | FB | 25 | 50 | 0 | 2 | 111 | 60 | 3B |
| Octal | 237 | 61 | 373 | 45 | 120 | 0 | 2 | 421 | 140 | 73 |
| Binary | 10011111 | 110001 | 11111011 | 100101 | 1010000 | 0 | 10 | 100010001 | 1100000 | 111011 |
Color Harmonies of #9F31FB
Complementary color
Monochromatic Colors of #9F31FB
Black with #9F31FB
Text Example
Text Example
White with #9F31FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F31FB; }
p { color: rgb(159,49,251); }
H1.HeaderClassName
{
color: #9F31FB;
}
.AnyTagClassName
{
color: #9F31FB;
}
</style>
background-color css
<style>
a { background-color: #9F31FB; }
a { background-color: rgb(159,49,251); }
div.DivClassName
{
background-color: #9F31FB;
}
.BgClassName
{
background-color: #9F31FB;
}
</style>
border-color css
<style>
span { border-color: #9F31FB; }
span { border-color: rgb(159,49,251); }
td.TdClassName
{
border-color: #9F31FB;
}
.TagClassName
{
border-color: #9F31FB;
}
</style>