Shades of Blue Violet #9319EC
Tints of Blue Violet #9319EC
RGB
CMYK
RGB Variations
Color information
#9319EC (or 0x9319EC) is known color: Blue Violet. HEX triplet: 93, 19 and EC. RGB value is (147,25,236). Sum of RGB (Red+Green+Blue) = 147+25+236=408 (54% of max value = 765). Red value is 147 (57.81% from 255 or 36.03% from 408); Green value is 25 (10.16% from 255 or 6.13% from 408); Blue value is 236 (92.58% from 255 or 57.84% from 408); Max value from RGB is 236 - color contains mainly: blue. Hex color #9319EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9319EC is #6CE613. Grayscale: #545454. Windows color (decimal): -7136788 or 15473043. OLE color: 15473043.
HSL color Cylindrical-coordinate representation of color #9319EC: hue angle of 274.69º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9319EC is Cyan = 0.38, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 147 | 25 | 236 | - |
| CMYK | 0.38 | 0.89 | 0 | 0.07 |
| HSL | 274.69º | 0.85% | 0.51% | - |
| HSV(B) | 274.69º | 0.89% | 0.93% | - |
| XYZ | 27.52 | 12.95 | 80.41 | - |
| YUV | 85.53 | 212.92 | 171.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 25 | 236 | 0.38 | 0.89 | 0 | 0.07 | 274.69 | 0.85 | 0.51 |
| Hex | 93 | 19 | EC | 26 | 59 | 0 | 7 | 113 | 55 | 33 |
| Octal | 223 | 31 | 354 | 46 | 131 | 0 | 7 | 423 | 125 | 63 |
| Binary | 10010011 | 11001 | 11101100 | 100110 | 1011001 | 0 | 111 | 100010011 | 1010101 | 110011 |
Color Harmonies of #9319EC
Complementary color
Monochromatic Colors of #9319EC
Black with #9319EC
Text Example
Text Example
White with #9319EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9319EC; }
p { color: rgb(147,25,236); }
H1.HeaderClassName
{
color: #9319EC;
}
.AnyTagClassName
{
color: #9319EC;
}
</style>
background-color css
<style>
a { background-color: #9319EC; }
a { background-color: rgb(147,25,236); }
div.DivClassName
{
background-color: #9319EC;
}
.BgClassName
{
background-color: #9319EC;
}
</style>
border-color css
<style>
span { border-color: #9319EC; }
span { border-color: rgb(147,25,236); }
td.TdClassName
{
border-color: #9319EC;
}
.TagClassName
{
border-color: #9319EC;
}
</style>