Shades of Blue Violet #944DF9
Tints of Blue Violet #944DF9
RGB
CMYK
RGB Variations
Color information
#944DF9 (or 0x944DF9) is known color: Blue Violet. HEX triplet: 94, 4D and F9. RGB value is (148,77,249). Sum of RGB (Red+Green+Blue) = 148+77+249=474 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.22% from 474); Green value is 77 (30.47% from 255 or 16.24% from 474); Blue value is 249 (97.66% from 255 or 52.53% from 474); Max value from RGB is 249 - color contains mainly: blue. Hex color #944DF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #944DF9 is #6BB206. Grayscale: #757575. Windows color (decimal): -7057927 or 16338324. OLE color: 16338324.
HSL color Cylindrical-coordinate representation of color #944DF9: hue angle of 264.77º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #944DF9 is Cyan = 0.41, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 148 | 77 | 249 | - |
| CMYK | 0.41 | 0.69 | 0 | 0.02 |
| HSL | 264.77º | 0.93% | 0.64% | - |
| HSV(B) | 264.77º | 0.69% | 0.98% | - |
| XYZ | 31.97 | 18.44 | 91.5 | - |
| YUV | 117.84 | 202.02 | 149.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 77 | 249 | 0.41 | 0.69 | 0 | 0.02 | 264.77 | 0.93 | 0.64 |
| Hex | 94 | 4D | F9 | 29 | 45 | 0 | 2 | 109 | 5D | 40 |
| Octal | 224 | 115 | 371 | 51 | 105 | 0 | 2 | 411 | 135 | 100 |
| Binary | 10010100 | 1001101 | 11111001 | 101001 | 1000101 | 0 | 10 | 100001001 | 1011101 | 1000000 |
Color Harmonies of #944DF9
Complementary color
Monochromatic Colors of #944DF9
Black with #944DF9
Text Example
Text Example
White with #944DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944DF9; }
p { color: rgb(148,77,249); }
H1.HeaderClassName
{
color: #944DF9;
}
.AnyTagClassName
{
color: #944DF9;
}
</style>
background-color css
<style>
a { background-color: #944DF9; }
a { background-color: rgb(148,77,249); }
div.DivClassName
{
background-color: #944DF9;
}
.BgClassName
{
background-color: #944DF9;
}
</style>
border-color css
<style>
span { border-color: #944DF9; }
span { border-color: rgb(148,77,249); }
td.TdClassName
{
border-color: #944DF9;
}
.TagClassName
{
border-color: #944DF9;
}
</style>