Shades of Blue Violet #9B4EEF
Tints of Blue Violet #9B4EEF
RGB
CMYK
RGB Variations
Color information
#9B4EEF (or 0x9B4EEF) is known color: Blue Violet. HEX triplet: 9B, 4E and EF. RGB value is (155,78,239). Sum of RGB (Red+Green+Blue) = 155+78+239=472 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.84% from 472); Green value is 78 (30.86% from 255 or 16.53% from 472); Blue value is 239 (93.75% from 255 or 50.64% from 472); Max value from RGB is 239 - color contains mainly: blue. Hex color #9B4EEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B4EEF is #64B110. Grayscale: #767676. Windows color (decimal): -6598929 or 15683227. OLE color: 15683227.
HSL color Cylindrical-coordinate representation of color #9B4EEF: hue angle of 268.7º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9B4EEF is Cyan = 0.35, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 155 | 78 | 239 | - |
| CMYK | 0.35 | 0.67 | 0 | 0.06 |
| HSL | 268.7º | 0.83% | 0.62% | - |
| HSV(B) | 268.7º | 0.67% | 0.94% | - |
| XYZ | 31.82 | 18.65 | 83.58 | - |
| YUV | 119.38 | 195.51 | 153.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 78 | 239 | 0.35 | 0.67 | 0 | 0.06 | 268.7 | 0.83 | 0.62 |
| Hex | 9B | 4E | EF | 23 | 43 | 0 | 6 | 10D | 53 | 3E |
| Octal | 233 | 116 | 357 | 43 | 103 | 0 | 6 | 415 | 123 | 76 |
| Binary | 10011011 | 1001110 | 11101111 | 100011 | 1000011 | 0 | 110 | 100001101 | 1010011 | 111110 |
Color Harmonies of #9B4EEF
Complementary color
Monochromatic Colors of #9B4EEF
Black with #9B4EEF
Text Example
Text Example
White with #9B4EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B4EEF; }
p { color: rgb(155,78,239); }
H1.HeaderClassName
{
color: #9B4EEF;
}
.AnyTagClassName
{
color: #9B4EEF;
}
</style>
background-color css
<style>
a { background-color: #9B4EEF; }
a { background-color: rgb(155,78,239); }
div.DivClassName
{
background-color: #9B4EEF;
}
.BgClassName
{
background-color: #9B4EEF;
}
</style>
border-color css
<style>
span { border-color: #9B4EEF; }
span { border-color: rgb(155,78,239); }
td.TdClassName
{
border-color: #9B4EEF;
}
.TagClassName
{
border-color: #9B4EEF;
}
</style>