Shades of Blue Violet #9B40FB
Tints of Blue Violet #9B40FB
RGB
CMYK
RGB Variations
Color information
#9B40FB (or 0x9B40FB) is known color: Blue Violet. HEX triplet: 9B, 40 and FB. RGB value is (155,64,251). Sum of RGB (Red+Green+Blue) = 155+64+251=470 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.98% from 470); Green value is 64 (25.39% from 255 or 13.62% from 470); Blue value is 251 (98.44% from 255 or 53.40% from 470); Max value from RGB is 251 - color contains mainly: blue. Hex color #9B40FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9B40FB is #64BF04. Grayscale: #6F6F6F. Windows color (decimal): -6602501 or 16466075. OLE color: 16466075.
HSL color Cylindrical-coordinate representation of color #9B40FB: hue angle of 269.2º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9B40FB is Cyan = 0.38, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 155 | 64 | 251 | - |
| CMYK | 0.38 | 0.75 | 0 | 0.02 |
| HSL | 269.2º | 0.96% | 0.62% | - |
| HSV(B) | 269.2º | 0.75% | 0.98% | - |
| XYZ | 32.76 | 17.6 | 92.94 | - |
| YUV | 112.53 | 206.15 | 158.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 64 | 251 | 0.38 | 0.75 | 0 | 0.02 | 269.2 | 0.96 | 0.62 |
| Hex | 9B | 40 | FB | 26 | 4B | 0 | 2 | 10D | 60 | 3E |
| Octal | 233 | 100 | 373 | 46 | 113 | 0 | 2 | 415 | 140 | 76 |
| Binary | 10011011 | 1000000 | 11111011 | 100110 | 1001011 | 0 | 10 | 100001101 | 1100000 | 111110 |
Color Harmonies of #9B40FB
Complementary color
Monochromatic Colors of #9B40FB
Black with #9B40FB
Text Example
Text Example
White with #9B40FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B40FB; }
p { color: rgb(155,64,251); }
H1.HeaderClassName
{
color: #9B40FB;
}
.AnyTagClassName
{
color: #9B40FB;
}
</style>
background-color css
<style>
a { background-color: #9B40FB; }
a { background-color: rgb(155,64,251); }
div.DivClassName
{
background-color: #9B40FB;
}
.BgClassName
{
background-color: #9B40FB;
}
</style>
border-color css
<style>
span { border-color: #9B40FB; }
span { border-color: rgb(155,64,251); }
td.TdClassName
{
border-color: #9B40FB;
}
.TagClassName
{
border-color: #9B40FB;
}
</style>