Shades of Blue Violet #9131EC
Tints of Blue Violet #9131EC
RGB
CMYK
RGB Variations
Color information
#9131EC (or 0x9131EC) is known color: Blue Violet. HEX triplet: 91, 31 and EC. RGB value is (145,49,236). Sum of RGB (Red+Green+Blue) = 145+49+236=430 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.72% from 430); Green value is 49 (19.53% from 255 or 11.40% from 430); Blue value is 236 (92.58% from 255 or 54.88% from 430); Max value from RGB is 236 - color contains mainly: blue. Hex color #9131EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9131EC is #6ECE13. Grayscale: #626262. Windows color (decimal): -7261716 or 15479185. OLE color: 15479185.
HSL color Cylindrical-coordinate representation of color #9131EC: hue angle of 270.8º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9131EC is Cyan = 0.39, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 145 | 49 | 236 | - |
| CMYK | 0.39 | 0.79 | 0 | 0.07 |
| HSL | 270.8º | 0.83% | 0.56% | - |
| HSV(B) | 270.8º | 0.79% | 0.93% | - |
| XYZ | 27.92 | 14.27 | 80.64 | - |
| YUV | 99.02 | 205.3 | 160.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 49 | 236 | 0.39 | 0.79 | 0 | 0.07 | 270.8 | 0.83 | 0.56 |
| Hex | 91 | 31 | EC | 27 | 4F | 0 | 7 | 10F | 53 | 38 |
| Octal | 221 | 61 | 354 | 47 | 117 | 0 | 7 | 417 | 123 | 70 |
| Binary | 10010001 | 110001 | 11101100 | 100111 | 1001111 | 0 | 111 | 100001111 | 1010011 | 111000 |
Color Harmonies of #9131EC
Complementary color
Monochromatic Colors of #9131EC
Black with #9131EC
Text Example
Text Example
White with #9131EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9131EC; }
p { color: rgb(145,49,236); }
H1.HeaderClassName
{
color: #9131EC;
}
.AnyTagClassName
{
color: #9131EC;
}
</style>
background-color css
<style>
a { background-color: #9131EC; }
a { background-color: rgb(145,49,236); }
div.DivClassName
{
background-color: #9131EC;
}
.BgClassName
{
background-color: #9131EC;
}
</style>
border-color css
<style>
span { border-color: #9131EC; }
span { border-color: rgb(145,49,236); }
td.TdClassName
{
border-color: #9131EC;
}
.TagClassName
{
border-color: #9131EC;
}
</style>