Shades of Blue Violet #9149E9
Tints of Blue Violet #9149E9
RGB
CMYK
RGB Variations
Color information
#9149E9 (or 0x9149E9) is known color: Blue Violet. HEX triplet: 91, 49 and E9. RGB value is (145,73,233). Sum of RGB (Red+Green+Blue) = 145+73+233=451 (59% of max value = 765). Red value is 145 (57.03% from 255 or 32.15% from 451); Green value is 73 (28.91% from 255 or 16.19% from 451); Blue value is 233 (91.41% from 255 or 51.66% from 451); Max value from RGB is 233 - color contains mainly: blue. Hex color #9149E9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9149E9 is #6EB616. Grayscale: #707070. Windows color (decimal): -7255575 or 15288721. OLE color: 15288721.
HSL color Cylindrical-coordinate representation of color #9149E9: hue angle of 267º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9149E9 is Cyan = 0.38, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 145 | 73 | 233 | - |
| CMYK | 0.38 | 0.69 | 0 | 0.09 |
| HSL | 267º | 0.78% | 0.6% | - |
| HSV(B) | 267º | 0.69% | 0.91% | - |
| XYZ | 28.77 | 16.67 | 78.79 | - |
| YUV | 112.77 | 195.85 | 150.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 73 | 233 | 0.38 | 0.69 | 0 | 0.09 | 267 | 0.78 | 0.6 |
| Hex | 91 | 49 | E9 | 26 | 45 | 0 | 9 | 10B | 4E | 3C |
| Octal | 221 | 111 | 351 | 46 | 105 | 0 | 11 | 413 | 116 | 74 |
| Binary | 10010001 | 1001001 | 11101001 | 100110 | 1000101 | 0 | 1001 | 100001011 | 1001110 | 111100 |
Color Harmonies of #9149E9
Complementary color
Monochromatic Colors of #9149E9
Black with #9149E9
Text Example
Text Example
White with #9149E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9149E9; }
p { color: rgb(145,73,233); }
H1.HeaderClassName
{
color: #9149E9;
}
.AnyTagClassName
{
color: #9149E9;
}
</style>
background-color css
<style>
a { background-color: #9149E9; }
a { background-color: rgb(145,73,233); }
div.DivClassName
{
background-color: #9149E9;
}
.BgClassName
{
background-color: #9149E9;
}
</style>
border-color css
<style>
span { border-color: #9149E9; }
span { border-color: rgb(145,73,233); }
td.TdClassName
{
border-color: #9149E9;
}
.TagClassName
{
border-color: #9149E9;
}
</style>