Shades of Blue Violet #940EFB
Tints of Blue Violet #940EFB
RGB
CMYK
RGB Variations
Color information
#940EFB (or 0x940EFB) is known color: Blue Violet. HEX triplet: 94, 0E and FB. RGB value is (148,14,251). Sum of RGB (Red+Green+Blue) = 148+14+251=413 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.84% from 413); Green value is 14 (5.86% from 255 or 3.39% from 413); Blue value is 251 (98.44% from 255 or 60.77% from 413); Max value from RGB is 251 - color contains mainly: blue. Hex color #940EFB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #940EFB is #6BF104. Grayscale: #505050. Windows color (decimal): -7074053 or 16453268. OLE color: 16453268.
HSL color Cylindrical-coordinate representation of color #940EFB: hue angle of 273.92º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #940EFB is Cyan = 0.41, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 148 | 14 | 251 | - |
| CMYK | 0.41 | 0.94 | 0 | 0.02 |
| HSL | 273.92º | 0.97% | 0.52% | - |
| HSV(B) | 273.92º | 0.94% | 0.98% | - |
| XYZ | 29.78 | 13.58 | 92.32 | - |
| YUV | 81.08 | 223.89 | 175.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 14 | 251 | 0.41 | 0.94 | 0 | 0.02 | 273.92 | 0.97 | 0.52 |
| Hex | 94 | E | FB | 29 | 5E | 0 | 2 | 112 | 61 | 34 |
| Octal | 224 | 16 | 373 | 51 | 136 | 0 | 2 | 422 | 141 | 64 |
| Binary | 10010100 | 1110 | 11111011 | 101001 | 1011110 | 0 | 10 | 100010010 | 1100001 | 110100 |
Color Harmonies of #940EFB
Complementary color
Monochromatic Colors of #940EFB
Black with #940EFB
Text Example
Text Example
White with #940EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940EFB; }
p { color: rgb(148,14,251); }
H1.HeaderClassName
{
color: #940EFB;
}
.AnyTagClassName
{
color: #940EFB;
}
</style>
background-color css
<style>
a { background-color: #940EFB; }
a { background-color: rgb(148,14,251); }
div.DivClassName
{
background-color: #940EFB;
}
.BgClassName
{
background-color: #940EFB;
}
</style>
border-color css
<style>
span { border-color: #940EFB; }
span { border-color: rgb(148,14,251); }
td.TdClassName
{
border-color: #940EFB;
}
.TagClassName
{
border-color: #940EFB;
}
</style>