Shades of Blue Violet #9131E9
Tints of Blue Violet #9131E9
RGB
CMYK
RGB Variations
Color information
#9131E9 (or 0x9131E9) is known color: Blue Violet. HEX triplet: 91, 31 and E9. RGB value is (145,49,233). Sum of RGB (Red+Green+Blue) = 145+49+233=427 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.96% from 427); Green value is 49 (19.53% from 255 or 11.48% from 427); Blue value is 233 (91.41% from 255 or 54.57% from 427); Max value from RGB is 233 - color contains mainly: blue. Hex color #9131E9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9131E9 is #6ECE16. Grayscale: #626262. Windows color (decimal): -7261719 or 15282577. OLE color: 15282577.
HSL color Cylindrical-coordinate representation of color #9131E9: hue angle of 271.3º 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 #9131E9 is Cyan = 0.38, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 145 | 49 | 233 | - |
| CMYK | 0.38 | 0.79 | 0 | 0.09 |
| HSL | 271.3º | 0.81% | 0.55% | - |
| HSV(B) | 271.3º | 0.79% | 0.91% | - |
| XYZ | 27.48 | 14.1 | 78.36 | - |
| YUV | 98.68 | 203.8 | 161.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 49 | 233 | 0.38 | 0.79 | 0 | 0.09 | 271.3 | 0.81 | 0.55 |
| Hex | 91 | 31 | E9 | 26 | 4F | 0 | 9 | 10F | 51 | 37 |
| Octal | 221 | 61 | 351 | 46 | 117 | 0 | 11 | 417 | 121 | 67 |
| Binary | 10010001 | 110001 | 11101001 | 100110 | 1001111 | 0 | 1001 | 100001111 | 1010001 | 110111 |
Color Harmonies of #9131E9
Complementary color
Monochromatic Colors of #9131E9
Black with #9131E9
Text Example
Text Example
White with #9131E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9131E9; }
p { color: rgb(145,49,233); }
H1.HeaderClassName
{
color: #9131E9;
}
.AnyTagClassName
{
color: #9131E9;
}
</style>
background-color css
<style>
a { background-color: #9131E9; }
a { background-color: rgb(145,49,233); }
div.DivClassName
{
background-color: #9131E9;
}
.BgClassName
{
background-color: #9131E9;
}
</style>
border-color css
<style>
span { border-color: #9131E9; }
span { border-color: rgb(145,49,233); }
td.TdClassName
{
border-color: #9131E9;
}
.TagClassName
{
border-color: #9131E9;
}
</style>