Shades of Blue Violet #9548F9
Tints of Blue Violet #9548F9
RGB
CMYK
RGB Variations
Color information
#9548F9 (or 0x9548F9) is known color: Blue Violet. HEX triplet: 95, 48 and F9. RGB value is (149,72,249). Sum of RGB (Red+Green+Blue) = 149+72+249=470 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.70% from 470); Green value is 72 (28.52% from 255 or 15.32% from 470); Blue value is 249 (97.66% from 255 or 52.98% from 470); Max value from RGB is 249 - color contains mainly: blue. Hex color #9548F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9548F9 is #6AB706. Grayscale: #727272. Windows color (decimal): -6993671 or 16337045. OLE color: 16337045.
HSL color Cylindrical-coordinate representation of color #9548F9: hue angle of 266.1º degrees, saturation: 0.94, 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 #9548F9 is Cyan = 0.40, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 149 | 72 | 249 | - |
| CMYK | 0.40 | 0.71 | 0 | 0.02 |
| HSL | 266.1º | 0.94% | 0.63% | - |
| HSV(B) | 266.1º | 0.71% | 0.98% | - |
| XYZ | 31.81 | 17.86 | 91.39 | - |
| YUV | 115.2 | 203.51 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 72 | 249 | 0.40 | 0.71 | 0 | 0.02 | 266.1 | 0.94 | 0.63 |
| Hex | 95 | 48 | F9 | 28 | 47 | 0 | 2 | 10A | 5E | 3F |
| Octal | 225 | 110 | 371 | 50 | 107 | 0 | 2 | 412 | 136 | 77 |
| Binary | 10010101 | 1001000 | 11111001 | 101000 | 1000111 | 0 | 10 | 100001010 | 1011110 | 111111 |
Color Harmonies of #9548F9
Complementary color
Monochromatic Colors of #9548F9
Black with #9548F9
Text Example
Text Example
White with #9548F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9548F9; }
p { color: rgb(149,72,249); }
H1.HeaderClassName
{
color: #9548F9;
}
.AnyTagClassName
{
color: #9548F9;
}
</style>
background-color css
<style>
a { background-color: #9548F9; }
a { background-color: rgb(149,72,249); }
div.DivClassName
{
background-color: #9548F9;
}
.BgClassName
{
background-color: #9548F9;
}
</style>
border-color css
<style>
span { border-color: #9548F9; }
span { border-color: rgb(149,72,249); }
td.TdClassName
{
border-color: #9548F9;
}
.TagClassName
{
border-color: #9548F9;
}
</style>