Shades of Blue Violet #9124E9
Tints of Blue Violet #9124E9
RGB
CMYK
RGB Variations
Color information
#9124E9 (or 0x9124E9) is known color: Blue Violet. HEX triplet: 91, 24 and E9. RGB value is (145,36,233). Sum of RGB (Red+Green+Blue) = 145+36+233=414 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.02% from 414); Green value is 36 (14.45% from 255 or 8.70% from 414); Blue value is 233 (91.41% from 255 or 56.28% from 414); Max value from RGB is 233 - color contains mainly: blue. Hex color #9124E9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9124E9 is #6EDB16. Grayscale: #5A5A5A. Windows color (decimal): -7265047 or 15279249. OLE color: 15279249.
HSL color Cylindrical-coordinate representation of color #9124E9: hue angle of 273.2º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9124E9 is Cyan = 0.38, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 145 | 36 | 233 | - |
| CMYK | 0.38 | 0.85 | 0 | 0.09 |
| HSL | 273.2º | 0.82% | 0.53% | - |
| HSV(B) | 273.2º | 0.85% | 0.91% | - |
| XYZ | 27.02 | 13.16 | 78.21 | - |
| YUV | 91.05 | 208.11 | 166.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 36 | 233 | 0.38 | 0.85 | 0 | 0.09 | 273.2 | 0.82 | 0.53 |
| Hex | 91 | 24 | E9 | 26 | 55 | 0 | 9 | 111 | 52 | 35 |
| Octal | 221 | 44 | 351 | 46 | 125 | 0 | 11 | 421 | 122 | 65 |
| Binary | 10010001 | 100100 | 11101001 | 100110 | 1010101 | 0 | 1001 | 100010001 | 1010010 | 110101 |
Color Harmonies of #9124E9
Complementary color
Monochromatic Colors of #9124E9
Black with #9124E9
Text Example
Text Example
White with #9124E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9124E9; }
p { color: rgb(145,36,233); }
H1.HeaderClassName
{
color: #9124E9;
}
.AnyTagClassName
{
color: #9124E9;
}
</style>
background-color css
<style>
a { background-color: #9124E9; }
a { background-color: rgb(145,36,233); }
div.DivClassName
{
background-color: #9124E9;
}
.BgClassName
{
background-color: #9124E9;
}
</style>
border-color css
<style>
span { border-color: #9124E9; }
span { border-color: rgb(145,36,233); }
td.TdClassName
{
border-color: #9124E9;
}
.TagClassName
{
border-color: #9124E9;
}
</style>