Shades of Blue Violet #9B33FB
Tints of Blue Violet #9B33FB
RGB
CMYK
RGB Variations
Color information
#9B33FB (or 0x9B33FB) is known color: Blue Violet. HEX triplet: 9B, 33 and FB. RGB value is (155,51,251). Sum of RGB (Red+Green+Blue) = 155+51+251=457 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.92% from 457); Green value is 51 (20.31% from 255 or 11.16% from 457); Blue value is 251 (98.44% from 255 or 54.92% from 457); Max value from RGB is 251 - color contains mainly: blue. Hex color #9B33FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9B33FB is #64CC04. Grayscale: #686868. Windows color (decimal): -6605829 or 16462747. OLE color: 16462747.
HSL color Cylindrical-coordinate representation of color #9B33FB: hue angle of 271.2º 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 #9B33FB is Cyan = 0.38, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 155 | 51 | 251 | - |
| CMYK | 0.38 | 0.80 | 0 | 0.02 |
| HSL | 271.2º | 0.96% | 0.59% | - |
| HSV(B) | 271.2º | 0.8% | 0.98% | - |
| XYZ | 32.11 | 16.3 | 92.72 | - |
| YUV | 104.9 | 210.46 | 163.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 51 | 251 | 0.38 | 0.80 | 0 | 0.02 | 271.2 | 0.96 | 0.59 |
| Hex | 9B | 33 | FB | 26 | 50 | 0 | 2 | 10F | 60 | 3B |
| Octal | 233 | 63 | 373 | 46 | 120 | 0 | 2 | 417 | 140 | 73 |
| Binary | 10011011 | 110011 | 11111011 | 100110 | 1010000 | 0 | 10 | 100001111 | 1100000 | 111011 |
Color Harmonies of #9B33FB
Complementary color
Monochromatic Colors of #9B33FB
Black with #9B33FB
Text Example
Text Example
White with #9B33FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B33FB; }
p { color: rgb(155,51,251); }
H1.HeaderClassName
{
color: #9B33FB;
}
.AnyTagClassName
{
color: #9B33FB;
}
</style>
background-color css
<style>
a { background-color: #9B33FB; }
a { background-color: rgb(155,51,251); }
div.DivClassName
{
background-color: #9B33FB;
}
.BgClassName
{
background-color: #9B33FB;
}
</style>
border-color css
<style>
span { border-color: #9B33FB; }
span { border-color: rgb(155,51,251); }
td.TdClassName
{
border-color: #9B33FB;
}
.TagClassName
{
border-color: #9B33FB;
}
</style>