Shades of Blue Violet #9449F1
Tints of Blue Violet #9449F1
RGB
CMYK
RGB Variations
Color information
#9449F1 (or 0x9449F1) is known color: Blue Violet. HEX triplet: 94, 49 and F1. RGB value is (148,73,241). Sum of RGB (Red+Green+Blue) = 148+73+241=462 (61% of max value = 765). Red value is 148 (58.20% from 255 or 32.03% from 462); Green value is 73 (28.91% from 255 or 15.80% from 462); Blue value is 241 (94.53% from 255 or 52.16% from 462); Max value from RGB is 241 - color contains mainly: blue. Hex color #9449F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9449F1 is #6BB60E. Grayscale: #717171. Windows color (decimal): -7058959 or 15813012. OLE color: 15813012.
HSL color Cylindrical-coordinate representation of color #9449F1: hue angle of 266.79º degrees, saturation: 0.86, 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 #9449F1 is Cyan = 0.39, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 148 | 73 | 241 | - |
| CMYK | 0.39 | 0.70 | 0 | 0.05 |
| HSL | 266.79º | 0.86% | 0.62% | - |
| HSV(B) | 266.79º | 0.7% | 0.95% | - |
| XYZ | 30.47 | 17.41 | 84.97 | - |
| YUV | 114.58 | 199.35 | 151.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 73 | 241 | 0.39 | 0.70 | 0 | 0.05 | 266.79 | 0.86 | 0.62 |
| Hex | 94 | 49 | F1 | 27 | 46 | 0 | 5 | 10B | 56 | 3E |
| Octal | 224 | 111 | 361 | 47 | 106 | 0 | 5 | 413 | 126 | 76 |
| Binary | 10010100 | 1001001 | 11110001 | 100111 | 1000110 | 0 | 101 | 100001011 | 1010110 | 111110 |
Color Harmonies of #9449F1
Complementary color
Monochromatic Colors of #9449F1
Black with #9449F1
Text Example
Text Example
White with #9449F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9449F1; }
p { color: rgb(148,73,241); }
H1.HeaderClassName
{
color: #9449F1;
}
.AnyTagClassName
{
color: #9449F1;
}
</style>
background-color css
<style>
a { background-color: #9449F1; }
a { background-color: rgb(148,73,241); }
div.DivClassName
{
background-color: #9449F1;
}
.BgClassName
{
background-color: #9449F1;
}
</style>
border-color css
<style>
span { border-color: #9449F1; }
span { border-color: rgb(148,73,241); }
td.TdClassName
{
border-color: #9449F1;
}
.TagClassName
{
border-color: #9449F1;
}
</style>