Shades of Blue Violet #9139EC
Tints of Blue Violet #9139EC
RGB
CMYK
RGB Variations
Color information
#9139EC (or 0x9139EC) is known color: Blue Violet. HEX triplet: 91, 39 and EC. RGB value is (145,57,236). Sum of RGB (Red+Green+Blue) = 145+57+236=438 (58% of max value = 765). Red value is 145 (57.03% from 255 or 33.11% from 438); Green value is 57 (22.66% from 255 or 13.01% from 438); Blue value is 236 (92.58% from 255 or 53.88% from 438); Max value from RGB is 236 - color contains mainly: blue. Hex color #9139EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9139EC is #6EC613. Grayscale: #676767. Windows color (decimal): -7259668 or 15481233. OLE color: 15481233.
HSL color Cylindrical-coordinate representation of color #9139EC: hue angle of 269.5º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9139EC is Cyan = 0.39, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 145 | 57 | 236 | - |
| CMYK | 0.39 | 0.76 | 0 | 0.07 |
| HSL | 269.5º | 0.82% | 0.57% | - |
| HSV(B) | 269.5º | 0.76% | 0.93% | - |
| XYZ | 28.28 | 15 | 80.76 | - |
| YUV | 103.72 | 202.65 | 157.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 57 | 236 | 0.39 | 0.76 | 0 | 0.07 | 269.5 | 0.82 | 0.57 |
| Hex | 91 | 39 | EC | 27 | 4C | 0 | 7 | 10D | 52 | 39 |
| Octal | 221 | 71 | 354 | 47 | 114 | 0 | 7 | 415 | 122 | 71 |
| Binary | 10010001 | 111001 | 11101100 | 100111 | 1001100 | 0 | 111 | 100001101 | 1010010 | 111001 |
Color Harmonies of #9139EC
Complementary color
Monochromatic Colors of #9139EC
Black with #9139EC
Text Example
Text Example
White with #9139EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9139EC; }
p { color: rgb(145,57,236); }
H1.HeaderClassName
{
color: #9139EC;
}
.AnyTagClassName
{
color: #9139EC;
}
</style>
background-color css
<style>
a { background-color: #9139EC; }
a { background-color: rgb(145,57,236); }
div.DivClassName
{
background-color: #9139EC;
}
.BgClassName
{
background-color: #9139EC;
}
</style>
border-color css
<style>
span { border-color: #9139EC; }
span { border-color: rgb(145,57,236); }
td.TdClassName
{
border-color: #9139EC;
}
.TagClassName
{
border-color: #9139EC;
}
</style>