Shades of Blue Violet #9F33FB
Tints of Blue Violet #9F33FB
RGB
CMYK
RGB Variations
Color information
#9F33FB (or 0x9F33FB) is known color: Blue Violet. HEX triplet: 9F, 33 and FB. RGB value is (159,51,251). Sum of RGB (Red+Green+Blue) = 159+51+251=461 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.49% from 461); Green value is 51 (20.31% from 255 or 11.06% from 461); Blue value is 251 (98.44% from 255 or 54.45% from 461); Max value from RGB is 251 - color contains mainly: blue. Hex color #9F33FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9F33FB is #60CC04. Grayscale: #696969. Windows color (decimal): -6343685 or 16462751. OLE color: 16462751.
HSL color Cylindrical-coordinate representation of color #9F33FB: hue angle of 272.4º 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 #9F33FB is Cyan = 0.37, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 159 | 51 | 251 | - |
| CMYK | 0.37 | 0.80 | 0 | 0.02 |
| HSL | 272.4º | 0.96% | 0.59% | - |
| HSV(B) | 272.4º | 0.8% | 0.98% | - |
| XYZ | 32.89 | 16.7 | 92.76 | - |
| YUV | 106.09 | 209.78 | 165.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 51 | 251 | 0.37 | 0.80 | 0 | 0.02 | 272.4 | 0.96 | 0.59 |
| Hex | 9F | 33 | FB | 25 | 50 | 0 | 2 | 110 | 60 | 3B |
| Octal | 237 | 63 | 373 | 45 | 120 | 0 | 2 | 420 | 140 | 73 |
| Binary | 10011111 | 110011 | 11111011 | 100101 | 1010000 | 0 | 10 | 100010000 | 1100000 | 111011 |
Color Harmonies of #9F33FB
Complementary color
Monochromatic Colors of #9F33FB
Black with #9F33FB
Text Example
Text Example
White with #9F33FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F33FB; }
p { color: rgb(159,51,251); }
H1.HeaderClassName
{
color: #9F33FB;
}
.AnyTagClassName
{
color: #9F33FB;
}
</style>
background-color css
<style>
a { background-color: #9F33FB; }
a { background-color: rgb(159,51,251); }
div.DivClassName
{
background-color: #9F33FB;
}
.BgClassName
{
background-color: #9F33FB;
}
</style>
border-color css
<style>
span { border-color: #9F33FB; }
span { border-color: rgb(159,51,251); }
td.TdClassName
{
border-color: #9F33FB;
}
.TagClassName
{
border-color: #9F33FB;
}
</style>