Shades of Blue Violet #9744EF
Tints of Blue Violet #9744EF
RGB
CMYK
RGB Variations
Color information
#9744EF (or 0x9744EF) is known color: Blue Violet. HEX triplet: 97, 44 and EF. RGB value is (151,68,239). Sum of RGB (Red+Green+Blue) = 151+68+239=458 (60% of max value = 765). Red value is 151 (59.38% from 255 or 32.97% from 458); Green value is 68 (26.95% from 255 or 14.85% from 458); Blue value is 239 (93.75% from 255 or 52.18% from 458); Max value from RGB is 239 - color contains mainly: blue. Hex color #9744EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9744EF is #68BB10. Grayscale: #6F6F6F. Windows color (decimal): -6863633 or 15680663. OLE color: 15680663.
HSL color Cylindrical-coordinate representation of color #9744EF: hue angle of 269.12º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9744EF is Cyan = 0.37, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 151 | 68 | 239 | - |
| CMYK | 0.37 | 0.72 | 0 | 0.06 |
| HSL | 269.12º | 0.84% | 0.6% | - |
| HSV(B) | 269.12º | 0.72% | 0.94% | - |
| XYZ | 30.41 | 16.95 | 83.33 | - |
| YUV | 112.31 | 199.5 | 155.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 68 | 239 | 0.37 | 0.72 | 0 | 0.06 | 269.12 | 0.84 | 0.6 |
| Hex | 97 | 44 | EF | 25 | 48 | 0 | 6 | 10D | 54 | 3C |
| Octal | 227 | 104 | 357 | 45 | 110 | 0 | 6 | 415 | 124 | 74 |
| Binary | 10010111 | 1000100 | 11101111 | 100101 | 1001000 | 0 | 110 | 100001101 | 1010100 | 111100 |
Color Harmonies of #9744EF
Complementary color
Monochromatic Colors of #9744EF
Black with #9744EF
Text Example
Text Example
White with #9744EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9744EF; }
p { color: rgb(151,68,239); }
H1.HeaderClassName
{
color: #9744EF;
}
.AnyTagClassName
{
color: #9744EF;
}
</style>
background-color css
<style>
a { background-color: #9744EF; }
a { background-color: rgb(151,68,239); }
div.DivClassName
{
background-color: #9744EF;
}
.BgClassName
{
background-color: #9744EF;
}
</style>
border-color css
<style>
span { border-color: #9744EF; }
span { border-color: rgb(151,68,239); }
td.TdClassName
{
border-color: #9744EF;
}
.TagClassName
{
border-color: #9744EF;
}
</style>