Shades of Blue Violet #9748EF
Tints of Blue Violet #9748EF
RGB
CMYK
RGB Variations
Color information
#9748EF (or 0x9748EF) is known color: Blue Violet. HEX triplet: 97, 48 and EF. RGB value is (151,72,239). Sum of RGB (Red+Green+Blue) = 151+72+239=462 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.68% from 462); Green value is 72 (28.52% from 255 or 15.58% from 462); Blue value is 239 (93.75% from 255 or 51.73% from 462); Max value from RGB is 239 - color contains mainly: blue. Hex color #9748EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9748EF is #68B710. Grayscale: #727272. Windows color (decimal): -6862609 or 15681687. OLE color: 15681687.
HSL color Cylindrical-coordinate representation of color #9748EF: hue angle of 268.38º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9748EF is Cyan = 0.37, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 151 | 72 | 239 | - |
| CMYK | 0.37 | 0.70 | 0 | 0.06 |
| HSL | 268.38º | 0.84% | 0.61% | - |
| HSV(B) | 268.38º | 0.7% | 0.94% | - |
| XYZ | 30.66 | 17.45 | 83.41 | - |
| YUV | 114.66 | 198.17 | 153.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 72 | 239 | 0.37 | 0.70 | 0 | 0.06 | 268.38 | 0.84 | 0.61 |
| Hex | 97 | 48 | EF | 25 | 46 | 0 | 6 | 10C | 54 | 3D |
| Octal | 227 | 110 | 357 | 45 | 106 | 0 | 6 | 414 | 124 | 75 |
| Binary | 10010111 | 1001000 | 11101111 | 100101 | 1000110 | 0 | 110 | 100001100 | 1010100 | 111101 |
Color Harmonies of #9748EF
Complementary color
Monochromatic Colors of #9748EF
Black with #9748EF
Text Example
Text Example
White with #9748EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9748EF; }
p { color: rgb(151,72,239); }
H1.HeaderClassName
{
color: #9748EF;
}
.AnyTagClassName
{
color: #9748EF;
}
</style>
background-color css
<style>
a { background-color: #9748EF; }
a { background-color: rgb(151,72,239); }
div.DivClassName
{
background-color: #9748EF;
}
.BgClassName
{
background-color: #9748EF;
}
</style>
border-color css
<style>
span { border-color: #9748EF; }
span { border-color: rgb(151,72,239); }
td.TdClassName
{
border-color: #9748EF;
}
.TagClassName
{
border-color: #9748EF;
}
</style>