Shades of Blue Violet #9B4CF5
Tints of Blue Violet #9B4CF5
RGB
CMYK
RGB Variations
Color information
#9B4CF5 (or 0x9B4CF5) is known color: Blue Violet. HEX triplet: 9B, 4C and F5. RGB value is (155,76,245). Sum of RGB (Red+Green+Blue) = 155+76+245=476 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.56% from 476); Green value is 76 (30.08% from 255 or 15.97% from 476); Blue value is 245 (96.09% from 255 or 51.47% from 476); Max value from RGB is 245 - color contains mainly: blue. Hex color #9B4CF5 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9B4CF5 is #64B30A. Grayscale: #767676. Windows color (decimal): -6599435 or 16075931. OLE color: 16075931.
HSL color Cylindrical-coordinate representation of color #9B4CF5: hue angle of 268.05º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9B4CF5 is Cyan = 0.37, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 155 | 76 | 245 | - |
| CMYK | 0.37 | 0.69 | 0 | 0.04 |
| HSL | 268.05º | 0.89% | 0.63% | - |
| HSV(B) | 268.05º | 0.69% | 0.96% | - |
| XYZ | 32.58 | 18.73 | 88.28 | - |
| YUV | 118.89 | 199.17 | 153.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 76 | 245 | 0.37 | 0.69 | 0 | 0.04 | 268.05 | 0.89 | 0.63 |
| Hex | 9B | 4C | F5 | 25 | 45 | 0 | 4 | 10C | 59 | 3F |
| Octal | 233 | 114 | 365 | 45 | 105 | 0 | 4 | 414 | 131 | 77 |
| Binary | 10011011 | 1001100 | 11110101 | 100101 | 1000101 | 0 | 100 | 100001100 | 1011001 | 111111 |
Color Harmonies of #9B4CF5
Complementary color
Monochromatic Colors of #9B4CF5
Black with #9B4CF5
Text Example
Text Example
White with #9B4CF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B4CF5; }
p { color: rgb(155,76,245); }
H1.HeaderClassName
{
color: #9B4CF5;
}
.AnyTagClassName
{
color: #9B4CF5;
}
</style>
background-color css
<style>
a { background-color: #9B4CF5; }
a { background-color: rgb(155,76,245); }
div.DivClassName
{
background-color: #9B4CF5;
}
.BgClassName
{
background-color: #9B4CF5;
}
</style>
border-color css
<style>
span { border-color: #9B4CF5; }
span { border-color: rgb(155,76,245); }
td.TdClassName
{
border-color: #9B4CF5;
}
.TagClassName
{
border-color: #9B4CF5;
}
</style>