Shades of Blue Violet #9B4CFC
Tints of Blue Violet #9B4CFC
RGB
CMYK
RGB Variations
Color information
#9B4CFC (or 0x9B4CFC) is known color: Blue Violet. HEX triplet: 9B, 4C and FC. RGB value is (155,76,252). Sum of RGB (Red+Green+Blue) = 155+76+252=483 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.09% from 483); Green value is 76 (30.08% from 255 or 15.73% from 483); Blue value is 252 (98.83% from 255 or 52.17% from 483); Max value from RGB is 252 - color contains mainly: blue. Hex color #9B4CFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9B4CFC is #64B303. Grayscale: #777777. Windows color (decimal): -6599428 or 16534683. OLE color: 16534683.
HSL color Cylindrical-coordinate representation of color #9B4CFC: hue angle of 266.93º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9B4CFC is Cyan = 0.38, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 155 | 76 | 252 | - |
| CMYK | 0.38 | 0.70 | 0 | 0.01 |
| HSL | 266.93º | 0.97% | 0.64% | - |
| HSV(B) | 266.93º | 0.7% | 0.99% | - |
| XYZ | 33.67 | 19.17 | 94.02 | - |
| YUV | 119.69 | 202.67 | 153.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 76 | 252 | 0.38 | 0.70 | 0 | 0.01 | 266.93 | 0.97 | 0.64 |
| Hex | 9B | 4C | FC | 26 | 46 | 0 | 1 | 10B | 61 | 40 |
| Octal | 233 | 114 | 374 | 46 | 106 | 0 | 1 | 413 | 141 | 100 |
| Binary | 10011011 | 1001100 | 11111100 | 100110 | 1000110 | 0 | 1 | 100001011 | 1100001 | 1000000 |
Color Harmonies of #9B4CFC
Complementary color
Monochromatic Colors of #9B4CFC
Black with #9B4CFC
Text Example
Text Example
White with #9B4CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B4CFC; }
p { color: rgb(155,76,252); }
H1.HeaderClassName
{
color: #9B4CFC;
}
.AnyTagClassName
{
color: #9B4CFC;
}
</style>
background-color css
<style>
a { background-color: #9B4CFC; }
a { background-color: rgb(155,76,252); }
div.DivClassName
{
background-color: #9B4CFC;
}
.BgClassName
{
background-color: #9B4CFC;
}
</style>
border-color css
<style>
span { border-color: #9B4CFC; }
span { border-color: rgb(155,76,252); }
td.TdClassName
{
border-color: #9B4CFC;
}
.TagClassName
{
border-color: #9B4CFC;
}
</style>