Shades of Blue Violet #9449F0
Tints of Blue Violet #9449F0
RGB
CMYK
RGB Variations
Color information
#9449F0 (or 0x9449F0) is known color: Blue Violet. HEX triplet: 94, 49 and F0. RGB value is (148,73,240). Sum of RGB (Red+Green+Blue) = 148+73+240=461 (61% of max value = 765). Red value is 148 (58.20% from 255 or 32.10% from 461); Green value is 73 (28.91% from 255 or 15.84% from 461); Blue value is 240 (94.14% from 255 or 52.06% from 461); Max value from RGB is 240 - color contains mainly: blue. Hex color #9449F0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9449F0 is #6BB60F. Grayscale: #717171. Windows color (decimal): -7058960 or 15747476. OLE color: 15747476.
HSL color Cylindrical-coordinate representation of color #9449F0: hue angle of 266.95º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9449F0 is Cyan = 0.38, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 148 | 73 | 240 | - |
| CMYK | 0.38 | 0.70 | 0 | 0.06 |
| HSL | 266.95º | 0.85% | 0.61% | - |
| HSV(B) | 266.95º | 0.7% | 0.94% | - |
| XYZ | 30.32 | 17.35 | 84.19 | - |
| YUV | 114.46 | 198.85 | 151.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 73 | 240 | 0.38 | 0.70 | 0 | 0.06 | 266.95 | 0.85 | 0.61 |
| Hex | 94 | 49 | F0 | 26 | 46 | 0 | 6 | 10B | 55 | 3D |
| Octal | 224 | 111 | 360 | 46 | 106 | 0 | 6 | 413 | 125 | 75 |
| Binary | 10010100 | 1001001 | 11110000 | 100110 | 1000110 | 0 | 110 | 100001011 | 1010101 | 111101 |
Color Harmonies of #9449F0
Complementary color
Monochromatic Colors of #9449F0
Black with #9449F0
Text Example
Text Example
White with #9449F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9449F0; }
p { color: rgb(148,73,240); }
H1.HeaderClassName
{
color: #9449F0;
}
.AnyTagClassName
{
color: #9449F0;
}
</style>
background-color css
<style>
a { background-color: #9449F0; }
a { background-color: rgb(148,73,240); }
div.DivClassName
{
background-color: #9449F0;
}
.BgClassName
{
background-color: #9449F0;
}
</style>
border-color css
<style>
span { border-color: #9449F0; }
span { border-color: rgb(148,73,240); }
td.TdClassName
{
border-color: #9449F0;
}
.TagClassName
{
border-color: #9449F0;
}
</style>