Shades of Blue Violet #9B4CEF
Tints of Blue Violet #9B4CEF
RGB
CMYK
RGB Variations
Color information
#9B4CEF (or 0x9B4CEF) is known color: Blue Violet. HEX triplet: 9B, 4C and EF. RGB value is (155,76,239). Sum of RGB (Red+Green+Blue) = 155+76+239=470 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.98% from 470); Green value is 76 (30.08% from 255 or 16.17% from 470); Blue value is 239 (93.75% from 255 or 50.85% from 470); Max value from RGB is 239 - color contains mainly: blue. Hex color #9B4CEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9B4CEF is #64B310. Grayscale: #757575. Windows color (decimal): -6599441 or 15682715. OLE color: 15682715.
HSL color Cylindrical-coordinate representation of color #9B4CEF: hue angle of 269.08º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9B4CEF is Cyan = 0.35, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 155 | 76 | 239 | - |
| CMYK | 0.35 | 0.68 | 0 | 0.06 |
| HSL | 269.08º | 0.84% | 0.62% | - |
| HSV(B) | 269.08º | 0.68% | 0.94% | - |
| XYZ | 31.68 | 18.37 | 83.54 | - |
| YUV | 118.2 | 196.17 | 154.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 76 | 239 | 0.35 | 0.68 | 0 | 0.06 | 269.08 | 0.84 | 0.62 |
| Hex | 9B | 4C | EF | 23 | 44 | 0 | 6 | 10D | 54 | 3E |
| Octal | 233 | 114 | 357 | 43 | 104 | 0 | 6 | 415 | 124 | 76 |
| Binary | 10011011 | 1001100 | 11101111 | 100011 | 1000100 | 0 | 110 | 100001101 | 1010100 | 111110 |
Color Harmonies of #9B4CEF
Complementary color
Monochromatic Colors of #9B4CEF
Black with #9B4CEF
Text Example
Text Example
White with #9B4CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B4CEF; }
p { color: rgb(155,76,239); }
H1.HeaderClassName
{
color: #9B4CEF;
}
.AnyTagClassName
{
color: #9B4CEF;
}
</style>
background-color css
<style>
a { background-color: #9B4CEF; }
a { background-color: rgb(155,76,239); }
div.DivClassName
{
background-color: #9B4CEF;
}
.BgClassName
{
background-color: #9B4CEF;
}
</style>
border-color css
<style>
span { border-color: #9B4CEF; }
span { border-color: rgb(155,76,239); }
td.TdClassName
{
border-color: #9B4CEF;
}
.TagClassName
{
border-color: #9B4CEF;
}
</style>