Shades of Blue Violet #9B31E9
Tints of Blue Violet #9B31E9
RGB
CMYK
RGB Variations
Color information
#9B31E9 (or 0x9B31E9) is known color: Blue Violet. HEX triplet: 9B, 31 and E9. RGB value is (155,49,233). Sum of RGB (Red+Green+Blue) = 155+49+233=437 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.47% from 437); Green value is 49 (19.53% from 255 or 11.21% from 437); Blue value is 233 (91.41% from 255 or 53.32% from 437); Max value from RGB is 233 - color contains mainly: blue. Hex color #9B31E9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9B31E9 is #64CE16. Grayscale: #656565. Windows color (decimal): -6606359 or 15282587. OLE color: 15282587.
HSL color Cylindrical-coordinate representation of color #9B31E9: hue angle of 274.57º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9B31E9 is Cyan = 0.33, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 155 | 49 | 233 | - |
| CMYK | 0.33 | 0.79 | 0 | 0.09 |
| HSL | 274.57º | 0.81% | 0.55% | - |
| HSV(B) | 274.57º | 0.79% | 0.91% | - |
| XYZ | 29.32 | 15.05 | 78.45 | - |
| YUV | 101.67 | 202.12 | 166.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 49 | 233 | 0.33 | 0.79 | 0 | 0.09 | 274.57 | 0.81 | 0.55 |
| Hex | 9B | 31 | E9 | 21 | 4F | 0 | 9 | 113 | 51 | 37 |
| Octal | 233 | 61 | 351 | 41 | 117 | 0 | 11 | 423 | 121 | 67 |
| Binary | 10011011 | 110001 | 11101001 | 100001 | 1001111 | 0 | 1001 | 100010011 | 1010001 | 110111 |
Color Harmonies of #9B31E9
Complementary color
Monochromatic Colors of #9B31E9
Black with #9B31E9
Text Example
Text Example
White with #9B31E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B31E9; }
p { color: rgb(155,49,233); }
H1.HeaderClassName
{
color: #9B31E9;
}
.AnyTagClassName
{
color: #9B31E9;
}
</style>
background-color css
<style>
a { background-color: #9B31E9; }
a { background-color: rgb(155,49,233); }
div.DivClassName
{
background-color: #9B31E9;
}
.BgClassName
{
background-color: #9B31E9;
}
</style>
border-color css
<style>
span { border-color: #9B31E9; }
span { border-color: rgb(155,49,233); }
td.TdClassName
{
border-color: #9B31E9;
}
.TagClassName
{
border-color: #9B31E9;
}
</style>