Shades of Blue Violet #9124EC
Tints of Blue Violet #9124EC
RGB
CMYK
RGB Variations
Color information
#9124EC (or 0x9124EC) is known color: Blue Violet. HEX triplet: 91, 24 and EC. RGB value is (145,36,236). Sum of RGB (Red+Green+Blue) = 145+36+236=417 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.77% from 417); Green value is 36 (14.45% from 255 or 8.63% from 417); Blue value is 236 (92.58% from 255 or 56.59% from 417); Max value from RGB is 236 - color contains mainly: blue. Hex color #9124EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9124EC is #6EDB13. Grayscale: #5A5A5A. Windows color (decimal): -7265044 or 15475857. OLE color: 15475857.
HSL color Cylindrical-coordinate representation of color #9124EC: hue angle of 272.7º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9124EC is Cyan = 0.39, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 145 | 36 | 236 | - |
| CMYK | 0.39 | 0.85 | 0 | 0.07 |
| HSL | 272.7º | 0.84% | 0.53% | - |
| HSV(B) | 272.7º | 0.85% | 0.93% | - |
| XYZ | 27.45 | 13.34 | 80.48 | - |
| YUV | 91.39 | 209.61 | 166.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 36 | 236 | 0.39 | 0.85 | 0 | 0.07 | 272.7 | 0.84 | 0.53 |
| Hex | 91 | 24 | EC | 27 | 55 | 0 | 7 | 111 | 54 | 35 |
| Octal | 221 | 44 | 354 | 47 | 125 | 0 | 7 | 421 | 124 | 65 |
| Binary | 10010001 | 100100 | 11101100 | 100111 | 1010101 | 0 | 111 | 100010001 | 1010100 | 110101 |
Color Harmonies of #9124EC
Complementary color
Monochromatic Colors of #9124EC
Black with #9124EC
Text Example
Text Example
White with #9124EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9124EC; }
p { color: rgb(145,36,236); }
H1.HeaderClassName
{
color: #9124EC;
}
.AnyTagClassName
{
color: #9124EC;
}
</style>
background-color css
<style>
a { background-color: #9124EC; }
a { background-color: rgb(145,36,236); }
div.DivClassName
{
background-color: #9124EC;
}
.BgClassName
{
background-color: #9124EC;
}
</style>
border-color css
<style>
span { border-color: #9124EC; }
span { border-color: rgb(145,36,236); }
td.TdClassName
{
border-color: #9124EC;
}
.TagClassName
{
border-color: #9124EC;
}
</style>