Shades of Blue Violet #9B32FA
Tints of Blue Violet #9B32FA
RGB
CMYK
RGB Variations
Color information
#9B32FA (or 0x9B32FA) is known color: Blue Violet. HEX triplet: 9B, 32 and FA. RGB value is (155,50,250). Sum of RGB (Red+Green+Blue) = 155+50+250=455 (60% of max value = 765). Red value is 155 (60.94% from 255 or 34.07% from 455); Green value is 50 (19.92% from 255 or 10.99% from 455); Blue value is 250 (98.05% from 255 or 54.95% from 455); Max value from RGB is 250 - color contains mainly: blue. Hex color #9B32FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9B32FA is #64CD05. Grayscale: #676767. Windows color (decimal): -6606086 or 16396955. OLE color: 16396955.
HSL color Cylindrical-coordinate representation of color #9B32FA: hue angle of 271.5º degrees, saturation: 0.95, 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 #9B32FA is Cyan = 0.38, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 155 | 50 | 250 | - |
| CMYK | 0.38 | 0.8 | 0 | 0.02 |
| HSL | 271.5º | 0.95% | 0.59% | - |
| HSV(B) | 271.5º | 0.8% | 0.98% | - |
| XYZ | 31.91 | 16.15 | 91.88 | - |
| YUV | 104.2 | 210.29 | 164.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 50 | 250 | 0.38 | 0.8 | 0 | 0.02 | 271.5 | 0.95 | 0.59 |
| Hex | 9B | 32 | FA | 26 | 50 | 0 | 2 | 110 | 5F | 3B |
| Octal | 233 | 62 | 372 | 46 | 120 | 0 | 2 | 420 | 137 | 73 |
| Binary | 10011011 | 110010 | 11111010 | 100110 | 1010000 | 0 | 10 | 100010000 | 1011111 | 111011 |
Color Harmonies of #9B32FA
Complementary color
Monochromatic Colors of #9B32FA
Black with #9B32FA
Text Example
Text Example
White with #9B32FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B32FA; }
p { color: rgb(155,50,250); }
H1.HeaderClassName
{
color: #9B32FA;
}
.AnyTagClassName
{
color: #9B32FA;
}
</style>
background-color css
<style>
a { background-color: #9B32FA; }
a { background-color: rgb(155,50,250); }
div.DivClassName
{
background-color: #9B32FA;
}
.BgClassName
{
background-color: #9B32FA;
}
</style>
border-color css
<style>
span { border-color: #9B32FA; }
span { border-color: rgb(155,50,250); }
td.TdClassName
{
border-color: #9B32FA;
}
.TagClassName
{
border-color: #9B32FA;
}
</style>