Shades of Dark Violet #940EF1
Tints of Dark Violet #940EF1
RGB
CMYK
RGB Variations
Color information
#940EF1 (or 0x940EF1) is known color: Dark Violet. HEX triplet: 94, 0E and F1. RGB value is (148,14,241). Sum of RGB (Red+Green+Blue) = 148+14+241=403 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.72% from 403); Green value is 14 (5.86% from 255 or 3.47% from 403); Blue value is 241 (94.53% from 255 or 59.80% from 403); Max value from RGB is 241 - color contains mainly: blue. Hex color #940EF1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #940EF1 is #6BF10E. Grayscale: #4F4F4F. Windows color (decimal): -7074063 or 15797908. OLE color: 15797908.
HSL color Cylindrical-coordinate representation of color #940EF1: hue angle of 275.42º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #940EF1 is Cyan = 0.39, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 148 | 14 | 241 | - |
| CMYK | 0.39 | 0.94 | 0 | 0.05 |
| HSL | 275.42º | 0.89% | 0.5% | - |
| HSV(B) | 275.42º | 0.94% | 0.95% | - |
| XYZ | 28.25 | 12.96 | 84.23 | - |
| YUV | 79.94 | 218.89 | 176.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 14 | 241 | 0.39 | 0.94 | 0 | 0.05 | 275.42 | 0.89 | 0.5 |
| Hex | 94 | E | F1 | 27 | 5E | 0 | 5 | 113 | 59 | 32 |
| Octal | 224 | 16 | 361 | 47 | 136 | 0 | 5 | 423 | 131 | 62 |
| Binary | 10010100 | 1110 | 11110001 | 100111 | 1011110 | 0 | 101 | 100010011 | 1011001 | 110010 |
Color Harmonies of #940EF1
Complementary color
Monochromatic Colors of #940EF1
Black with #940EF1
Text Example
Text Example
White with #940EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940EF1; }
p { color: rgb(148,14,241); }
H1.HeaderClassName
{
color: #940EF1;
}
.AnyTagClassName
{
color: #940EF1;
}
</style>
background-color css
<style>
a { background-color: #940EF1; }
a { background-color: rgb(148,14,241); }
div.DivClassName
{
background-color: #940EF1;
}
.BgClassName
{
background-color: #940EF1;
}
</style>
border-color css
<style>
span { border-color: #940EF1; }
span { border-color: rgb(148,14,241); }
td.TdClassName
{
border-color: #940EF1;
}
.TagClassName
{
border-color: #940EF1;
}
</style>