Shades of Blue Violet #9748F9
Tints of Blue Violet #9748F9
RGB
CMYK
RGB Variations
Color information
#9748F9 (or 0x9748F9) is known color: Blue Violet. HEX triplet: 97, 48 and F9. RGB value is (151,72,249). Sum of RGB (Red+Green+Blue) = 151+72+249=472 (62% of max value = 765). Red value is 151 (59.38% from 255 or 31.99% from 472); Green value is 72 (28.52% from 255 or 15.25% from 472); Blue value is 249 (97.66% from 255 or 52.75% from 472); Max value from RGB is 249 - color contains mainly: blue. Hex color #9748F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9748F9 is #68B706. Grayscale: #737373. Windows color (decimal): -6862599 or 16337047. OLE color: 16337047.
HSL color Cylindrical-coordinate representation of color #9748F9: hue angle of 266.78º 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 #9748F9 is Cyan = 0.39, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 151 | 72 | 249 | - |
| CMYK | 0.39 | 0.71 | 0 | 0.02 |
| HSL | 266.78º | 0.94% | 0.63% | - |
| HSV(B) | 266.78º | 0.71% | 0.98% | - |
| XYZ | 32.18 | 18.05 | 91.41 | - |
| YUV | 115.8 | 203.17 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 72 | 249 | 0.39 | 0.71 | 0 | 0.02 | 266.78 | 0.94 | 0.63 |
| Hex | 97 | 48 | F9 | 27 | 47 | 0 | 2 | 10B | 5E | 3F |
| Octal | 227 | 110 | 371 | 47 | 107 | 0 | 2 | 413 | 136 | 77 |
| Binary | 10010111 | 1001000 | 11111001 | 100111 | 1000111 | 0 | 10 | 100001011 | 1011110 | 111111 |
Color Harmonies of #9748F9
Complementary color
Monochromatic Colors of #9748F9
Black with #9748F9
Text Example
Text Example
White with #9748F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9748F9; }
p { color: rgb(151,72,249); }
H1.HeaderClassName
{
color: #9748F9;
}
.AnyTagClassName
{
color: #9748F9;
}
</style>
background-color css
<style>
a { background-color: #9748F9; }
a { background-color: rgb(151,72,249); }
div.DivClassName
{
background-color: #9748F9;
}
.BgClassName
{
background-color: #9748F9;
}
</style>
border-color css
<style>
span { border-color: #9748F9; }
span { border-color: rgb(151,72,249); }
td.TdClassName
{
border-color: #9748F9;
}
.TagClassName
{
border-color: #9748F9;
}
</style>