Shades of Dark Violet #940EEC
Tints of Dark Violet #940EEC
RGB
CMYK
RGB Variations
Color information
#940EEC (or 0x940EEC) is known color: Dark Violet. HEX triplet: 94, 0E and EC. RGB value is (148,14,236). Sum of RGB (Red+Green+Blue) = 148+14+236=398 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.19% from 398); Green value is 14 (5.86% from 255 or 3.52% from 398); Blue value is 236 (92.58% from 255 or 59.30% from 398); Max value from RGB is 236 - color contains mainly: blue. Hex color #940EEC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #940EEC is #6BF113. Grayscale: #4E4E4E. Windows color (decimal): -7074068 or 15470228. OLE color: 15470228.
HSL color Cylindrical-coordinate representation of color #940EEC: hue angle of 276.22º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #940EEC is Cyan = 0.37, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 148 | 14 | 236 | - |
| CMYK | 0.37 | 0.94 | 0 | 0.07 |
| HSL | 276.22º | 0.89% | 0.49% | - |
| HSV(B) | 276.22º | 0.94% | 0.93% | - |
| XYZ | 27.51 | 12.67 | 80.35 | - |
| YUV | 79.37 | 216.39 | 176.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 14 | 236 | 0.37 | 0.94 | 0 | 0.07 | 276.22 | 0.89 | 0.49 |
| Hex | 94 | E | EC | 25 | 5E | 0 | 7 | 114 | 59 | 31 |
| Octal | 224 | 16 | 354 | 45 | 136 | 0 | 7 | 424 | 131 | 61 |
| Binary | 10010100 | 1110 | 11101100 | 100101 | 1011110 | 0 | 111 | 100010100 | 1011001 | 110001 |
Color Harmonies of #940EEC
Complementary color
Monochromatic Colors of #940EEC
Black with #940EEC
Text Example
Text Example
White with #940EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940EEC; }
p { color: rgb(148,14,236); }
H1.HeaderClassName
{
color: #940EEC;
}
.AnyTagClassName
{
color: #940EEC;
}
</style>
background-color css
<style>
a { background-color: #940EEC; }
a { background-color: rgb(148,14,236); }
div.DivClassName
{
background-color: #940EEC;
}
.BgClassName
{
background-color: #940EEC;
}
</style>
border-color css
<style>
span { border-color: #940EEC; }
span { border-color: rgb(148,14,236); }
td.TdClassName
{
border-color: #940EEC;
}
.TagClassName
{
border-color: #940EEC;
}
</style>