Shades of Blue Violet #9549F7
Tints of Blue Violet #9549F7
RGB
CMYK
RGB Variations
Color information
#9549F7 (or 0x9549F7) is known color: Blue Violet. HEX triplet: 95, 49 and F7. RGB value is (149,73,247). Sum of RGB (Red+Green+Blue) = 149+73+247=469 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.77% from 469); Green value is 73 (28.91% from 255 or 15.57% from 469); Blue value is 247 (96.88% from 255 or 52.67% from 469); Max value from RGB is 247 - color contains mainly: blue. Hex color #9549F7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9549F7 is #6AB608. Grayscale: #727272. Windows color (decimal): -6993417 or 16206229. OLE color: 16206229.
HSL color Cylindrical-coordinate representation of color #9549F7: hue angle of 266.21º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9549F7 is Cyan = 0.40, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 149 | 73 | 247 | - |
| CMYK | 0.40 | 0.70 | 0 | 0.03 |
| HSL | 266.21º | 0.92% | 0.63% | - |
| HSV(B) | 266.21º | 0.7% | 0.97% | - |
| XYZ | 31.57 | 17.87 | 89.78 | - |
| YUV | 115.56 | 202.18 | 151.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 73 | 247 | 0.40 | 0.70 | 0 | 0.03 | 266.21 | 0.92 | 0.63 |
| Hex | 95 | 49 | F7 | 28 | 46 | 0 | 3 | 10A | 5C | 3F |
| Octal | 225 | 111 | 367 | 50 | 106 | 0 | 3 | 412 | 134 | 77 |
| Binary | 10010101 | 1001001 | 11110111 | 101000 | 1000110 | 0 | 11 | 100001010 | 1011100 | 111111 |
Color Harmonies of #9549F7
Complementary color
Monochromatic Colors of #9549F7
Black with #9549F7
Text Example
Text Example
White with #9549F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9549F7; }
p { color: rgb(149,73,247); }
H1.HeaderClassName
{
color: #9549F7;
}
.AnyTagClassName
{
color: #9549F7;
}
</style>
background-color css
<style>
a { background-color: #9549F7; }
a { background-color: rgb(149,73,247); }
div.DivClassName
{
background-color: #9549F7;
}
.BgClassName
{
background-color: #9549F7;
}
</style>
border-color css
<style>
span { border-color: #9549F7; }
span { border-color: rgb(149,73,247); }
td.TdClassName
{
border-color: #9549F7;
}
.TagClassName
{
border-color: #9549F7;
}
</style>