Shades of Blue Violet #9320F1
Tints of Blue Violet #9320F1
RGB
CMYK
RGB Variations
Color information
#9320F1 (or 0x9320F1) is known color: Blue Violet. HEX triplet: 93, 20 and F1. RGB value is (147,32,241). Sum of RGB (Red+Green+Blue) = 147+32+241=420 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35% from 420); Green value is 32 (12.89% from 255 or 7.62% from 420); Blue value is 241 (94.53% from 255 or 57.38% from 420); Max value from RGB is 241 - color contains mainly: blue. Hex color #9320F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9320F1 is #6CDF0E. Grayscale: #595959. Windows color (decimal): -7134991 or 15802515. OLE color: 15802515.
HSL color Cylindrical-coordinate representation of color #9320F1: hue angle of 273.01º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9320F1 is Cyan = 0.39, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 147 | 32 | 241 | - |
| CMYK | 0.39 | 0.87 | 0 | 0.05 |
| HSL | 273.01º | 0.88% | 0.54% | - |
| HSV(B) | 273.01º | 0.87% | 0.95% | - |
| XYZ | 28.43 | 13.59 | 84.34 | - |
| YUV | 90.21 | 213.1 | 168.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 32 | 241 | 0.39 | 0.87 | 0 | 0.05 | 273.01 | 0.88 | 0.54 |
| Hex | 93 | 20 | F1 | 27 | 57 | 0 | 5 | 111 | 58 | 36 |
| Octal | 223 | 40 | 361 | 47 | 127 | 0 | 5 | 421 | 130 | 66 |
| Binary | 10010011 | 100000 | 11110001 | 100111 | 1010111 | 0 | 101 | 100010001 | 1011000 | 110110 |
Color Harmonies of #9320F1
Complementary color
Monochromatic Colors of #9320F1
Black with #9320F1
Text Example
Text Example
White with #9320F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9320F1; }
p { color: rgb(147,32,241); }
H1.HeaderClassName
{
color: #9320F1;
}
.AnyTagClassName
{
color: #9320F1;
}
</style>
background-color css
<style>
a { background-color: #9320F1; }
a { background-color: rgb(147,32,241); }
div.DivClassName
{
background-color: #9320F1;
}
.BgClassName
{
background-color: #9320F1;
}
</style>
border-color css
<style>
span { border-color: #9320F1; }
span { border-color: rgb(147,32,241); }
td.TdClassName
{
border-color: #9320F1;
}
.TagClassName
{
border-color: #9320F1;
}
</style>