Shades of Blue Violet #941EFB
Tints of Blue Violet #941EFB
RGB
CMYK
RGB Variations
Color information
#941EFB (or 0x941EFB) is known color: Blue Violet. HEX triplet: 94, 1E and FB. RGB value is (148,30,251). Sum of RGB (Red+Green+Blue) = 148+30+251=429 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.50% from 429); Green value is 30 (12.11% from 255 or 6.99% from 429); Blue value is 251 (98.44% from 255 or 58.51% from 429); Max value from RGB is 251 - color contains mainly: blue. Hex color #941EFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #941EFB is #6BE104. Grayscale: #595959. Windows color (decimal): -7069957 or 16457364. OLE color: 16457364.
HSL color Cylindrical-coordinate representation of color #941EFB: hue angle of 272.04º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #941EFB is Cyan = 0.41, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 148 | 30 | 251 | - |
| CMYK | 0.41 | 0.88 | 0 | 0.02 |
| HSL | 272.04º | 0.97% | 0.55% | - |
| HSV(B) | 272.04º | 0.88% | 0.98% | - |
| XYZ | 30.09 | 14.19 | 92.42 | - |
| YUV | 90.48 | 218.59 | 169.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 30 | 251 | 0.41 | 0.88 | 0 | 0.02 | 272.04 | 0.97 | 0.55 |
| Hex | 94 | 1E | FB | 29 | 58 | 0 | 2 | 110 | 61 | 37 |
| Octal | 224 | 36 | 373 | 51 | 130 | 0 | 2 | 420 | 141 | 67 |
| Binary | 10010100 | 11110 | 11111011 | 101001 | 1011000 | 0 | 10 | 100010000 | 1100001 | 110111 |
Color Harmonies of #941EFB
Complementary color
Monochromatic Colors of #941EFB
Black with #941EFB
Text Example
Text Example
White with #941EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #941EFB; }
p { color: rgb(148,30,251); }
H1.HeaderClassName
{
color: #941EFB;
}
.AnyTagClassName
{
color: #941EFB;
}
</style>
background-color css
<style>
a { background-color: #941EFB; }
a { background-color: rgb(148,30,251); }
div.DivClassName
{
background-color: #941EFB;
}
.BgClassName
{
background-color: #941EFB;
}
</style>
border-color css
<style>
span { border-color: #941EFB; }
span { border-color: rgb(148,30,251); }
td.TdClassName
{
border-color: #941EFB;
}
.TagClassName
{
border-color: #941EFB;
}
</style>