Shades of Blue Violet #9B32FB
Tints of Blue Violet #9B32FB
RGB
CMYK
RGB Variations
Color information
#9B32FB (or 0x9B32FB) is known color: Blue Violet. HEX triplet: 9B, 32 and FB. RGB value is (155,50,251). Sum of RGB (Red+Green+Blue) = 155+50+251=456 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.99% from 456); Green value is 50 (19.92% from 255 or 10.96% from 456); Blue value is 251 (98.44% from 255 or 55.04% from 456); Max value from RGB is 251 - color contains mainly: blue. Hex color #9B32FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9B32FB is #64CD04. Grayscale: #676767. Windows color (decimal): -6606085 or 16462491. OLE color: 16462491.
HSL color Cylindrical-coordinate representation of color #9B32FB: hue angle of 271.34º 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 #9B32FB is Cyan = 0.38, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 155 | 50 | 251 | - |
| CMYK | 0.38 | 0.80 | 0 | 0.02 |
| HSL | 271.34º | 0.96% | 0.59% | - |
| HSV(B) | 271.34º | 0.8% | 0.98% | - |
| XYZ | 32.07 | 16.21 | 92.71 | - |
| YUV | 104.31 | 210.79 | 164.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 50 | 251 | 0.38 | 0.80 | 0 | 0.02 | 271.34 | 0.96 | 0.59 |
| Hex | 9B | 32 | FB | 26 | 50 | 0 | 2 | 10F | 60 | 3B |
| Octal | 233 | 62 | 373 | 46 | 120 | 0 | 2 | 417 | 140 | 73 |
| Binary | 10011011 | 110010 | 11111011 | 100110 | 1010000 | 0 | 10 | 100001111 | 1100000 | 111011 |
Color Harmonies of #9B32FB
Complementary color
Monochromatic Colors of #9B32FB
Black with #9B32FB
Text Example
Text Example
White with #9B32FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B32FB; }
p { color: rgb(155,50,251); }
H1.HeaderClassName
{
color: #9B32FB;
}
.AnyTagClassName
{
color: #9B32FB;
}
</style>
background-color css
<style>
a { background-color: #9B32FB; }
a { background-color: rgb(155,50,251); }
div.DivClassName
{
background-color: #9B32FB;
}
.BgClassName
{
background-color: #9B32FB;
}
</style>
border-color css
<style>
span { border-color: #9B32FB; }
span { border-color: rgb(155,50,251); }
td.TdClassName
{
border-color: #9B32FB;
}
.TagClassName
{
border-color: #9B32FB;
}
</style>