Shades of Blue Violet #9F32FB
Tints of Blue Violet #9F32FB
RGB
CMYK
RGB Variations
Color information
#9F32FB (or 0x9F32FB) is known color: Blue Violet. HEX triplet: 9F, 32 and FB. RGB value is (159,50,251). Sum of RGB (Red+Green+Blue) = 159+50+251=460 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.57% from 460); Green value is 50 (19.92% from 255 or 10.87% from 460); Blue value is 251 (98.44% from 255 or 54.57% from 460); Max value from RGB is 251 - color contains mainly: blue. Hex color #9F32FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9F32FB is #60CD04. Grayscale: #686868. Windows color (decimal): -6343941 or 16462495. OLE color: 16462495.
HSL color Cylindrical-coordinate representation of color #9F32FB: hue angle of 272.54º 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 #9F32FB is Cyan = 0.37, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 159 | 50 | 251 | - |
| CMYK | 0.37 | 0.80 | 0 | 0.02 |
| HSL | 272.54º | 0.96% | 0.59% | - |
| HSV(B) | 272.54º | 0.8% | 0.98% | - |
| XYZ | 32.85 | 16.62 | 92.74 | - |
| YUV | 105.51 | 210.11 | 166.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 50 | 251 | 0.37 | 0.80 | 0 | 0.02 | 272.54 | 0.96 | 0.59 |
| Hex | 9F | 32 | FB | 25 | 50 | 0 | 2 | 111 | 60 | 3B |
| Octal | 237 | 62 | 373 | 45 | 120 | 0 | 2 | 421 | 140 | 73 |
| Binary | 10011111 | 110010 | 11111011 | 100101 | 1010000 | 0 | 10 | 100010001 | 1100000 | 111011 |
Color Harmonies of #9F32FB
Complementary color
Monochromatic Colors of #9F32FB
Black with #9F32FB
Text Example
Text Example
White with #9F32FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F32FB; }
p { color: rgb(159,50,251); }
H1.HeaderClassName
{
color: #9F32FB;
}
.AnyTagClassName
{
color: #9F32FB;
}
</style>
background-color css
<style>
a { background-color: #9F32FB; }
a { background-color: rgb(159,50,251); }
div.DivClassName
{
background-color: #9F32FB;
}
.BgClassName
{
background-color: #9F32FB;
}
</style>
border-color css
<style>
span { border-color: #9F32FB; }
span { border-color: rgb(159,50,251); }
td.TdClassName
{
border-color: #9F32FB;
}
.TagClassName
{
border-color: #9F32FB;
}
</style>