Shades of Blue Violet #9749EF
Tints of Blue Violet #9749EF
RGB
CMYK
RGB Variations
Color information
#9749EF (or 0x9749EF) is known color: Blue Violet. HEX triplet: 97, 49 and EF. RGB value is (151,73,239). Sum of RGB (Red+Green+Blue) = 151+73+239=463 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.61% from 463); Green value is 73 (28.91% from 255 or 15.77% from 463); Blue value is 239 (93.75% from 255 or 51.62% from 463); Max value from RGB is 239 - color contains mainly: blue. Hex color #9749EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9749EF is #68B610. Grayscale: #727272. Windows color (decimal): -6862353 or 15681943. OLE color: 15681943.
HSL color Cylindrical-coordinate representation of color #9749EF: hue angle of 268.19º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9749EF is Cyan = 0.37, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 151 | 73 | 239 | - |
| CMYK | 0.37 | 0.69 | 0 | 0.06 |
| HSL | 268.19º | 0.84% | 0.61% | - |
| HSV(B) | 268.19º | 0.69% | 0.94% | - |
| XYZ | 30.73 | 17.58 | 83.43 | - |
| YUV | 115.25 | 197.84 | 153.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 73 | 239 | 0.37 | 0.69 | 0 | 0.06 | 268.19 | 0.84 | 0.61 |
| Hex | 97 | 49 | EF | 25 | 45 | 0 | 6 | 10C | 54 | 3D |
| Octal | 227 | 111 | 357 | 45 | 105 | 0 | 6 | 414 | 124 | 75 |
| Binary | 10010111 | 1001001 | 11101111 | 100101 | 1000101 | 0 | 110 | 100001100 | 1010100 | 111101 |
Color Harmonies of #9749EF
Complementary color
Monochromatic Colors of #9749EF
Black with #9749EF
Text Example
Text Example
White with #9749EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9749EF; }
p { color: rgb(151,73,239); }
H1.HeaderClassName
{
color: #9749EF;
}
.AnyTagClassName
{
color: #9749EF;
}
</style>
background-color css
<style>
a { background-color: #9749EF; }
a { background-color: rgb(151,73,239); }
div.DivClassName
{
background-color: #9749EF;
}
.BgClassName
{
background-color: #9749EF;
}
</style>
border-color css
<style>
span { border-color: #9749EF; }
span { border-color: rgb(151,73,239); }
td.TdClassName
{
border-color: #9749EF;
}
.TagClassName
{
border-color: #9749EF;
}
</style>