Shades of Blue Violet #9449F3
Tints of Blue Violet #9449F3
RGB
CMYK
RGB Variations
Color information
#9449F3 (or 0x9449F3) is known color: Blue Violet. HEX triplet: 94, 49 and F3. RGB value is (148,73,243). Sum of RGB (Red+Green+Blue) = 148+73+243=464 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.90% from 464); Green value is 73 (28.91% from 255 or 15.73% from 464); Blue value is 243 (95.31% from 255 or 52.37% from 464); Max value from RGB is 243 - color contains mainly: blue. Hex color #9449F3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9449F3 is #6BB60C. Grayscale: #727272. Windows color (decimal): -7058957 or 15944084. OLE color: 15944084.
HSL color Cylindrical-coordinate representation of color #9449F3: hue angle of 266.47º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9449F3 is Cyan = 0.39, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 148 | 73 | 243 | - |
| CMYK | 0.39 | 0.70 | 0 | 0.05 |
| HSL | 266.47º | 0.88% | 0.62% | - |
| HSV(B) | 266.47º | 0.7% | 0.95% | - |
| XYZ | 30.77 | 17.53 | 86.56 | - |
| YUV | 114.81 | 200.35 | 151.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 73 | 243 | 0.39 | 0.70 | 0 | 0.05 | 266.47 | 0.88 | 0.62 |
| Hex | 94 | 49 | F3 | 27 | 46 | 0 | 5 | 10A | 58 | 3E |
| Octal | 224 | 111 | 363 | 47 | 106 | 0 | 5 | 412 | 130 | 76 |
| Binary | 10010100 | 1001001 | 11110011 | 100111 | 1000110 | 0 | 101 | 100001010 | 1011000 | 111110 |
Color Harmonies of #9449F3
Complementary color
Monochromatic Colors of #9449F3
Black with #9449F3
Text Example
Text Example
White with #9449F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9449F3; }
p { color: rgb(148,73,243); }
H1.HeaderClassName
{
color: #9449F3;
}
.AnyTagClassName
{
color: #9449F3;
}
</style>
background-color css
<style>
a { background-color: #9449F3; }
a { background-color: rgb(148,73,243); }
div.DivClassName
{
background-color: #9449F3;
}
.BgClassName
{
background-color: #9449F3;
}
</style>
border-color css
<style>
span { border-color: #9449F3; }
span { border-color: rgb(148,73,243); }
td.TdClassName
{
border-color: #9449F3;
}
.TagClassName
{
border-color: #9449F3;
}
</style>