Shades of Blue Violet #9349EE
Tints of Blue Violet #9349EE
RGB
CMYK
RGB Variations
Color information
#9349EE (or 0x9349EE) is known color: Blue Violet. HEX triplet: 93, 49 and EE. RGB value is (147,73,238). Sum of RGB (Red+Green+Blue) = 147+73+238=458 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.10% from 458); Green value is 73 (28.91% from 255 or 15.94% from 458); Blue value is 238 (93.36% from 255 or 51.97% from 458); Max value from RGB is 238 - color contains mainly: blue. Hex color #9349EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9349EE is #6CB611. Grayscale: #717171. Windows color (decimal): -7124498 or 15616403. OLE color: 15616403.
HSL color Cylindrical-coordinate representation of color #9349EE: hue angle of 266.91º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9349EE is Cyan = 0.38, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 147 | 73 | 238 | - |
| CMYK | 0.38 | 0.69 | 0 | 0.07 |
| HSL | 266.91º | 0.83% | 0.61% | - |
| HSV(B) | 266.91º | 0.69% | 0.93% | - |
| XYZ | 29.85 | 17.14 | 82.62 | - |
| YUV | 113.94 | 198.02 | 151.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 73 | 238 | 0.38 | 0.69 | 0 | 0.07 | 266.91 | 0.83 | 0.61 |
| Hex | 93 | 49 | EE | 26 | 45 | 0 | 7 | 10B | 53 | 3D |
| Octal | 223 | 111 | 356 | 46 | 105 | 0 | 7 | 413 | 123 | 75 |
| Binary | 10010011 | 1001001 | 11101110 | 100110 | 1000101 | 0 | 111 | 100001011 | 1010011 | 111101 |
Color Harmonies of #9349EE
Complementary color
Monochromatic Colors of #9349EE
Black with #9349EE
Text Example
Text Example
White with #9349EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9349EE; }
p { color: rgb(147,73,238); }
H1.HeaderClassName
{
color: #9349EE;
}
.AnyTagClassName
{
color: #9349EE;
}
</style>
background-color css
<style>
a { background-color: #9349EE; }
a { background-color: rgb(147,73,238); }
div.DivClassName
{
background-color: #9349EE;
}
.BgClassName
{
background-color: #9349EE;
}
</style>
border-color css
<style>
span { border-color: #9349EE; }
span { border-color: rgb(147,73,238); }
td.TdClassName
{
border-color: #9349EE;
}
.TagClassName
{
border-color: #9349EE;
}
</style>