Shades of Blue Violet #9449FA
Tints of Blue Violet #9449FA
RGB
CMYK
RGB Variations
Color information
#9449FA (or 0x9449FA) is known color: Blue Violet. HEX triplet: 94, 49 and FA. RGB value is (148,73,250). Sum of RGB (Red+Green+Blue) = 148+73+250=471 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.42% from 471); Green value is 73 (28.91% from 255 or 15.50% from 471); Blue value is 250 (98.05% from 255 or 53.08% from 471); Max value from RGB is 250 - color contains mainly: blue. Hex color #9449FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9449FA is #6BB605. Grayscale: #727272. Windows color (decimal): -7058950 or 16402836. OLE color: 16402836.
HSL color Cylindrical-coordinate representation of color #9449FA: hue angle of 265.42º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9449FA is Cyan = 0.41, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 148 | 73 | 250 | - |
| CMYK | 0.41 | 0.71 | 0 | 0.02 |
| HSL | 265.42º | 0.95% | 0.63% | - |
| HSV(B) | 265.42º | 0.71% | 0.98% | - |
| XYZ | 31.85 | 17.96 | 92.23 | - |
| YUV | 115.6 | 203.85 | 151.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 73 | 250 | 0.41 | 0.71 | 0 | 0.02 | 265.42 | 0.95 | 0.63 |
| Hex | 94 | 49 | FA | 29 | 47 | 0 | 2 | 109 | 5F | 3F |
| Octal | 224 | 111 | 372 | 51 | 107 | 0 | 2 | 411 | 137 | 77 |
| Binary | 10010100 | 1001001 | 11111010 | 101001 | 1000111 | 0 | 10 | 100001001 | 1011111 | 111111 |
Color Harmonies of #9449FA
Complementary color
Monochromatic Colors of #9449FA
Black with #9449FA
Text Example
Text Example
White with #9449FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9449FA; }
p { color: rgb(148,73,250); }
H1.HeaderClassName
{
color: #9449FA;
}
.AnyTagClassName
{
color: #9449FA;
}
</style>
background-color css
<style>
a { background-color: #9449FA; }
a { background-color: rgb(148,73,250); }
div.DivClassName
{
background-color: #9449FA;
}
.BgClassName
{
background-color: #9449FA;
}
</style>
border-color css
<style>
span { border-color: #9449FA; }
span { border-color: rgb(148,73,250); }
td.TdClassName
{
border-color: #9449FA;
}
.TagClassName
{
border-color: #9449FA;
}
</style>