Shades of Blue Violet #9B38E9
Tints of Blue Violet #9B38E9
RGB
CMYK
RGB Variations
Color information
#9B38E9 (or 0x9B38E9) is known color: Blue Violet. HEX triplet: 9B, 38 and E9. RGB value is (155,56,233). Sum of RGB (Red+Green+Blue) = 155+56+233=444 (58% of max value = 765). Red value is 155 (60.94% from 255 or 34.91% from 444); Green value is 56 (22.27% from 255 or 12.61% from 444); Blue value is 233 (91.41% from 255 or 52.48% from 444); Max value from RGB is 233 - color contains mainly: blue. Hex color #9B38E9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9B38E9 is #64C716. Grayscale: #696969. Windows color (decimal): -6604567 or 15284379. OLE color: 15284379.
HSL color Cylindrical-coordinate representation of color #9B38E9: hue angle of 273.56º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9B38E9 is Cyan = 0.33, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 155 | 56 | 233 | - |
| CMYK | 0.33 | 0.76 | 0 | 0.09 |
| HSL | 273.56º | 0.8% | 0.57% | - |
| HSV(B) | 273.56º | 0.76% | 0.91% | - |
| XYZ | 29.64 | 15.68 | 78.56 | - |
| YUV | 105.78 | 199.8 | 163.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 56 | 233 | 0.33 | 0.76 | 0 | 0.09 | 273.56 | 0.8 | 0.57 |
| Hex | 9B | 38 | E9 | 21 | 4C | 0 | 9 | 112 | 50 | 39 |
| Octal | 233 | 70 | 351 | 41 | 114 | 0 | 11 | 422 | 120 | 71 |
| Binary | 10011011 | 111000 | 11101001 | 100001 | 1001100 | 0 | 1001 | 100010010 | 1010000 | 111001 |
Color Harmonies of #9B38E9
Complementary color
Monochromatic Colors of #9B38E9
Black with #9B38E9
Text Example
Text Example
White with #9B38E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B38E9; }
p { color: rgb(155,56,233); }
H1.HeaderClassName
{
color: #9B38E9;
}
.AnyTagClassName
{
color: #9B38E9;
}
</style>
background-color css
<style>
a { background-color: #9B38E9; }
a { background-color: rgb(155,56,233); }
div.DivClassName
{
background-color: #9B38E9;
}
.BgClassName
{
background-color: #9B38E9;
}
</style>
border-color css
<style>
span { border-color: #9B38E9; }
span { border-color: rgb(155,56,233); }
td.TdClassName
{
border-color: #9B38E9;
}
.TagClassName
{
border-color: #9B38E9;
}
</style>