Shades of Blue Violet #9349FF
Tints of Blue Violet #9349FF
RGB
CMYK
RGB Variations
Color information
#9349FF (or 0x9349FF) is known color: Blue Violet. HEX triplet: 93, 49 and FF. RGB value is (147,73,255). Sum of RGB (Red+Green+Blue) = 147+73+255=475 (62% of max value = 765). Red value is 147 (57.81% from 255 or 30.95% from 475); Green value is 73 (28.91% from 255 or 15.37% from 475); Blue value is 255 (100% from 255 or 53.68% from 475); Max value from RGB is 255 - color contains mainly: blue. Hex color #9349FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9349FF is #6CB600. Grayscale: #737373. Windows color (decimal): -7124481 or 16730515. OLE color: 16730515.
HSL color Cylindrical-coordinate representation of color #9349FF: hue angle of 264.4º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9349FF is Cyan = 0.42, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 147 | 73 | 255 | - |
| CMYK | 0.42 | 0.71 | 0 | 0 |
| HSL | 264.4º | 1% | 0.64% | - |
| HSV(B) | 264.4º | 0.71% | 1% | - |
| XYZ | 32.47 | 18.19 | 96.41 | - |
| YUV | 115.87 | 206.52 | 150.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 73 | 255 | 0.42 | 0.71 | 0 | 0 | 264.4 | 1 | 0.64 |
| Hex | 93 | 49 | FF | 2A | 47 | 0 | 0 | 108 | 64 | 40 |
| Octal | 223 | 111 | 377 | 52 | 107 | 0 | 0 | 410 | 144 | 100 |
| Binary | 10010011 | 1001001 | 11111111 | 101010 | 1000111 | 0 | 0 | 100001000 | 1100100 | 1000000 |
Color Harmonies of #9349FF
Complementary color
Monochromatic Colors of #9349FF
Black with #9349FF
Text Example
Text Example
White with #9349FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9349FF; }
p { color: rgb(147,73,255); }
H1.HeaderClassName
{
color: #9349FF;
}
.AnyTagClassName
{
color: #9349FF;
}
</style>
background-color css
<style>
a { background-color: #9349FF; }
a { background-color: rgb(147,73,255); }
div.DivClassName
{
background-color: #9349FF;
}
.BgClassName
{
background-color: #9349FF;
}
</style>
border-color css
<style>
span { border-color: #9349FF; }
span { border-color: rgb(147,73,255); }
td.TdClassName
{
border-color: #9349FF;
}
.TagClassName
{
border-color: #9349FF;
}
</style>