Shades of Blue Violet #940EFC
Tints of Blue Violet #940EFC
RGB
CMYK
RGB Variations
Color information
#940EFC (or 0x940EFC) is known color: Blue Violet. HEX triplet: 94, 0E and FC. RGB value is (148,14,252). Sum of RGB (Red+Green+Blue) = 148+14+252=414 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.75% from 414); Green value is 14 (5.86% from 255 or 3.38% from 414); Blue value is 252 (98.83% from 255 or 60.87% from 414); Max value from RGB is 252 - color contains mainly: blue. Hex color #940EFC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #940EFC is #6BF103. Grayscale: #505050. Windows color (decimal): -7074052 or 16518804. OLE color: 16518804.
HSL color Cylindrical-coordinate representation of color #940EFC: hue angle of 273.78º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #940EFC is Cyan = 0.41, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 148 | 14 | 252 | - |
| CMYK | 0.41 | 0.94 | 0 | 0.01 |
| HSL | 273.78º | 0.98% | 0.52% | - |
| HSV(B) | 273.78º | 0.94% | 0.99% | - |
| XYZ | 29.94 | 13.64 | 93.15 | - |
| YUV | 81.2 | 224.39 | 175.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 14 | 252 | 0.41 | 0.94 | 0 | 0.01 | 273.78 | 0.98 | 0.52 |
| Hex | 94 | E | FC | 29 | 5E | 0 | 1 | 112 | 62 | 34 |
| Octal | 224 | 16 | 374 | 51 | 136 | 0 | 1 | 422 | 142 | 64 |
| Binary | 10010100 | 1110 | 11111100 | 101001 | 1011110 | 0 | 1 | 100010010 | 1100010 | 110100 |
Color Harmonies of #940EFC
Complementary color
Monochromatic Colors of #940EFC
Black with #940EFC
Text Example
Text Example
White with #940EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940EFC; }
p { color: rgb(148,14,252); }
H1.HeaderClassName
{
color: #940EFC;
}
.AnyTagClassName
{
color: #940EFC;
}
</style>
background-color css
<style>
a { background-color: #940EFC; }
a { background-color: rgb(148,14,252); }
div.DivClassName
{
background-color: #940EFC;
}
.BgClassName
{
background-color: #940EFC;
}
</style>
border-color css
<style>
span { border-color: #940EFC; }
span { border-color: rgb(148,14,252); }
td.TdClassName
{
border-color: #940EFC;
}
.TagClassName
{
border-color: #940EFC;
}
</style>