Shades of Blue Violet #9344F9
Tints of Blue Violet #9344F9
RGB
CMYK
RGB Variations
Color information
#9344F9 (or 0x9344F9) is known color: Blue Violet. HEX triplet: 93, 44 and F9. RGB value is (147,68,249). Sum of RGB (Red+Green+Blue) = 147+68+249=464 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.68% from 464); Green value is 68 (26.95% from 255 or 14.66% from 464); Blue value is 249 (97.66% from 255 or 53.66% from 464); Max value from RGB is 249 - color contains mainly: blue. Hex color #9344F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9344F9 is #6CBB06. Grayscale: #6F6F6F. Windows color (decimal): -7125767 or 16336019. OLE color: 16336019.
HSL color Cylindrical-coordinate representation of color #9344F9: hue angle of 266.19º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9344F9 is Cyan = 0.41, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 147 | 68 | 249 | - |
| CMYK | 0.41 | 0.73 | 0 | 0.02 |
| HSL | 266.19º | 0.94% | 0.62% | - |
| HSV(B) | 266.19º | 0.73% | 0.98% | - |
| XYZ | 31.2 | 17.18 | 91.29 | - |
| YUV | 112.26 | 205.17 | 152.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 68 | 249 | 0.41 | 0.73 | 0 | 0.02 | 266.19 | 0.94 | 0.62 |
| Hex | 93 | 44 | F9 | 29 | 49 | 0 | 2 | 10A | 5E | 3E |
| Octal | 223 | 104 | 371 | 51 | 111 | 0 | 2 | 412 | 136 | 76 |
| Binary | 10010011 | 1000100 | 11111001 | 101001 | 1001001 | 0 | 10 | 100001010 | 1011110 | 111110 |
Color Harmonies of #9344F9
Complementary color
Monochromatic Colors of #9344F9
Black with #9344F9
Text Example
Text Example
White with #9344F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9344F9; }
p { color: rgb(147,68,249); }
H1.HeaderClassName
{
color: #9344F9;
}
.AnyTagClassName
{
color: #9344F9;
}
</style>
background-color css
<style>
a { background-color: #9344F9; }
a { background-color: rgb(147,68,249); }
div.DivClassName
{
background-color: #9344F9;
}
.BgClassName
{
background-color: #9344F9;
}
</style>
border-color css
<style>
span { border-color: #9344F9; }
span { border-color: rgb(147,68,249); }
td.TdClassName
{
border-color: #9344F9;
}
.TagClassName
{
border-color: #9344F9;
}
</style>