Shades of Dark Violet #940EDE
Tints of Dark Violet #940EDE
RGB
CMYK
RGB Variations
Color information
#940EDE (or 0x940EDE) is known color: Dark Violet. HEX triplet: 94, 0E and DE. RGB value is (148,14,222). Sum of RGB (Red+Green+Blue) = 148+14+222=384 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.54% from 384); Green value is 14 (5.86% from 255 or 3.65% from 384); Blue value is 222 (87.11% from 255 or 57.81% from 384); Max value from RGB is 222 - color contains mainly: blue. Hex color #940EDE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #940EDE is #6BF121. Grayscale: #4D4D4D. Windows color (decimal): -7074082 or 14552724. OLE color: 14552724.
HSL color Cylindrical-coordinate representation of color #940EDE: hue angle of 278.65º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #940EDE is Cyan = 0.33, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 148 | 14 | 222 | - |
| CMYK | 0.33 | 0.94 | 0 | 0.13 |
| HSL | 278.65º | 0.88% | 0.46% | - |
| HSV(B) | 278.65º | 0.94% | 0.87% | - |
| XYZ | 25.55 | 11.88 | 70.05 | - |
| YUV | 77.78 | 209.39 | 178.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 14 | 222 | 0.33 | 0.94 | 0 | 0.13 | 278.65 | 0.88 | 0.46 |
| Hex | 94 | E | DE | 21 | 5E | 0 | D | 117 | 58 | 2E |
| Octal | 224 | 16 | 336 | 41 | 136 | 0 | 15 | 427 | 130 | 56 |
| Binary | 10010100 | 1110 | 11011110 | 100001 | 1011110 | 0 | 1101 | 100010111 | 1011000 | 101110 |
Color Harmonies of #940EDE
Complementary color
Monochromatic Colors of #940EDE
Black with #940EDE
Text Example
Text Example
White with #940EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940EDE; }
p { color: rgb(148,14,222); }
H1.HeaderClassName
{
color: #940EDE;
}
.AnyTagClassName
{
color: #940EDE;
}
</style>
background-color css
<style>
a { background-color: #940EDE; }
a { background-color: rgb(148,14,222); }
div.DivClassName
{
background-color: #940EDE;
}
.BgClassName
{
background-color: #940EDE;
}
</style>
border-color css
<style>
span { border-color: #940EDE; }
span { border-color: rgb(148,14,222); }
td.TdClassName
{
border-color: #940EDE;
}
.TagClassName
{
border-color: #940EDE;
}
</style>