Shades of Blue Violet #944AFE
Tints of Blue Violet #944AFE
RGB
CMYK
RGB Variations
Color information
#944AFE (or 0x944AFE) is known color: Blue Violet. HEX triplet: 94, 4A and FE. RGB value is (148,74,254). Sum of RGB (Red+Green+Blue) = 148+74+254=476 (63% of max value = 765). Red value is 148 (58.20% from 255 or 31.09% from 476); Green value is 74 (29.30% from 255 or 15.55% from 476); Blue value is 254 (99.61% from 255 or 53.36% from 476); Max value from RGB is 254 - color contains mainly: blue. Hex color #944AFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #944AFE is #6BB501. Grayscale: #747474. Windows color (decimal): -7058690 or 16665236. OLE color: 16665236.
HSL color Cylindrical-coordinate representation of color #944AFE: hue angle of 264.67º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #944AFE is Cyan = 0.42, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 148 | 74 | 254 | - |
| CMYK | 0.42 | 0.71 | 0 | 0.00 |
| HSL | 264.67º | 0.99% | 0.64% | - |
| HSV(B) | 264.67º | 0.71% | 1% | - |
| XYZ | 32.55 | 18.35 | 95.59 | - |
| YUV | 116.65 | 205.52 | 150.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 74 | 254 | 0.42 | 0.71 | 0 | 0.00 | 264.67 | 0.99 | 0.64 |
| Hex | 94 | 4A | FE | 2A | 47 | 0 | 0 | 109 | 63 | 40 |
| Octal | 224 | 112 | 376 | 52 | 107 | 0 | 0 | 411 | 143 | 100 |
| Binary | 10010100 | 1001010 | 11111110 | 101010 | 1000111 | 0 | 0 | 100001001 | 1100011 | 1000000 |
Color Harmonies of #944AFE
Complementary color
Monochromatic Colors of #944AFE
Black with #944AFE
Text Example
Text Example
White with #944AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944AFE; }
p { color: rgb(148,74,254); }
H1.HeaderClassName
{
color: #944AFE;
}
.AnyTagClassName
{
color: #944AFE;
}
</style>
background-color css
<style>
a { background-color: #944AFE; }
a { background-color: rgb(148,74,254); }
div.DivClassName
{
background-color: #944AFE;
}
.BgClassName
{
background-color: #944AFE;
}
</style>
border-color css
<style>
span { border-color: #944AFE; }
span { border-color: rgb(148,74,254); }
td.TdClassName
{
border-color: #944AFE;
}
.TagClassName
{
border-color: #944AFE;
}
</style>