Shades of Blue Violet #9B3EFB
Tints of Blue Violet #9B3EFB
RGB
CMYK
RGB Variations
Color information
#9B3EFB (or 0x9B3EFB) is known color: Blue Violet. HEX triplet: 9B, 3E and FB. RGB value is (155,62,251). Sum of RGB (Red+Green+Blue) = 155+62+251=468 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.12% from 468); Green value is 62 (24.61% from 255 or 13.25% from 468); Blue value is 251 (98.44% from 255 or 53.63% from 468); Max value from RGB is 251 - color contains mainly: blue. Hex color #9B3EFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9B3EFB is #64C104. Grayscale: #6E6E6E. Windows color (decimal): -6603013 or 16465563. OLE color: 16465563.
HSL color Cylindrical-coordinate representation of color #9B3EFB: hue angle of 269.52º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9B3EFB is Cyan = 0.38, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 155 | 62 | 251 | - |
| CMYK | 0.38 | 0.75 | 0 | 0.02 |
| HSL | 269.52º | 0.96% | 0.61% | - |
| HSV(B) | 269.52º | 0.75% | 0.98% | - |
| XYZ | 32.65 | 17.38 | 92.9 | - |
| YUV | 111.35 | 206.81 | 159.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 62 | 251 | 0.38 | 0.75 | 0 | 0.02 | 269.52 | 0.96 | 0.61 |
| Hex | 9B | 3E | FB | 26 | 4B | 0 | 2 | 10E | 60 | 3D |
| Octal | 233 | 76 | 373 | 46 | 113 | 0 | 2 | 416 | 140 | 75 |
| Binary | 10011011 | 111110 | 11111011 | 100110 | 1001011 | 0 | 10 | 100001110 | 1100000 | 111101 |
Color Harmonies of #9B3EFB
Complementary color
Monochromatic Colors of #9B3EFB
Black with #9B3EFB
Text Example
Text Example
White with #9B3EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B3EFB; }
p { color: rgb(155,62,251); }
H1.HeaderClassName
{
color: #9B3EFB;
}
.AnyTagClassName
{
color: #9B3EFB;
}
</style>
background-color css
<style>
a { background-color: #9B3EFB; }
a { background-color: rgb(155,62,251); }
div.DivClassName
{
background-color: #9B3EFB;
}
.BgClassName
{
background-color: #9B3EFB;
}
</style>
border-color css
<style>
span { border-color: #9B3EFB; }
span { border-color: rgb(155,62,251); }
td.TdClassName
{
border-color: #9B3EFB;
}
.TagClassName
{
border-color: #9B3EFB;
}
</style>