Shades of Blue Violet #9125EC
Tints of Blue Violet #9125EC
RGB
CMYK
RGB Variations
Color information
#9125EC (or 0x9125EC) is known color: Blue Violet. HEX triplet: 91, 25 and EC. RGB value is (145,37,236). Sum of RGB (Red+Green+Blue) = 145+37+236=418 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.69% from 418); Green value is 37 (14.84% from 255 or 8.85% from 418); Blue value is 236 (92.58% from 255 or 56.46% from 418); Max value from RGB is 236 - color contains mainly: blue. Hex color #9125EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9125EC is #6EDA13. Grayscale: #5B5B5B. Windows color (decimal): -7264788 or 15476113. OLE color: 15476113.
HSL color Cylindrical-coordinate representation of color #9125EC: hue angle of 272.56º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9125EC is Cyan = 0.39, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 145 | 37 | 236 | - |
| CMYK | 0.39 | 0.84 | 0 | 0.07 |
| HSL | 272.56º | 0.84% | 0.54% | - |
| HSV(B) | 272.56º | 0.84% | 0.93% | - |
| XYZ | 27.48 | 13.4 | 80.49 | - |
| YUV | 91.98 | 209.28 | 165.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 37 | 236 | 0.39 | 0.84 | 0 | 0.07 | 272.56 | 0.84 | 0.54 |
| Hex | 91 | 25 | EC | 27 | 54 | 0 | 7 | 111 | 54 | 36 |
| Octal | 221 | 45 | 354 | 47 | 124 | 0 | 7 | 421 | 124 | 66 |
| Binary | 10010001 | 100101 | 11101100 | 100111 | 1010100 | 0 | 111 | 100010001 | 1010100 | 110110 |
Color Harmonies of #9125EC
Complementary color
Monochromatic Colors of #9125EC
Black with #9125EC
Text Example
Text Example
White with #9125EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9125EC; }
p { color: rgb(145,37,236); }
H1.HeaderClassName
{
color: #9125EC;
}
.AnyTagClassName
{
color: #9125EC;
}
</style>
background-color css
<style>
a { background-color: #9125EC; }
a { background-color: rgb(145,37,236); }
div.DivClassName
{
background-color: #9125EC;
}
.BgClassName
{
background-color: #9125EC;
}
</style>
border-color css
<style>
span { border-color: #9125EC; }
span { border-color: rgb(145,37,236); }
td.TdClassName
{
border-color: #9125EC;
}
.TagClassName
{
border-color: #9125EC;
}
</style>