Shades of Blue Violet #9748F4
Tints of Blue Violet #9748F4
RGB
CMYK
RGB Variations
Color information
#9748F4 (or 0x9748F4) is known color: Blue Violet. HEX triplet: 97, 48 and F4. RGB value is (151,72,244). Sum of RGB (Red+Green+Blue) = 151+72+244=467 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.33% from 467); Green value is 72 (28.52% from 255 or 15.42% from 467); Blue value is 244 (95.70% from 255 or 52.25% from 467); Max value from RGB is 244 - color contains mainly: blue. Hex color #9748F4 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9748F4 is #68B70B. Grayscale: #727272. Windows color (decimal): -6862604 or 16009367. OLE color: 16009367.
HSL color Cylindrical-coordinate representation of color #9748F4: hue angle of 267.56º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9748F4 is Cyan = 0.38, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 151 | 72 | 244 | - |
| CMYK | 0.38 | 0.70 | 0 | 0.04 |
| HSL | 267.56º | 0.89% | 0.62% | - |
| HSV(B) | 267.56º | 0.7% | 0.96% | - |
| XYZ | 31.41 | 17.75 | 87.36 | - |
| YUV | 115.23 | 200.67 | 153.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 72 | 244 | 0.38 | 0.70 | 0 | 0.04 | 267.56 | 0.89 | 0.62 |
| Hex | 97 | 48 | F4 | 26 | 46 | 0 | 4 | 10C | 59 | 3E |
| Octal | 227 | 110 | 364 | 46 | 106 | 0 | 4 | 414 | 131 | 76 |
| Binary | 10010111 | 1001000 | 11110100 | 100110 | 1000110 | 0 | 100 | 100001100 | 1011001 | 111110 |
Color Harmonies of #9748F4
Complementary color
Monochromatic Colors of #9748F4
Black with #9748F4
Text Example
Text Example
White with #9748F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9748F4; }
p { color: rgb(151,72,244); }
H1.HeaderClassName
{
color: #9748F4;
}
.AnyTagClassName
{
color: #9748F4;
}
</style>
background-color css
<style>
a { background-color: #9748F4; }
a { background-color: rgb(151,72,244); }
div.DivClassName
{
background-color: #9748F4;
}
.BgClassName
{
background-color: #9748F4;
}
</style>
border-color css
<style>
span { border-color: #9748F4; }
span { border-color: rgb(151,72,244); }
td.TdClassName
{
border-color: #9748F4;
}
.TagClassName
{
border-color: #9748F4;
}
</style>