Shades of Dark Violet #940DEC
Tints of Dark Violet #940DEC
RGB
CMYK
RGB Variations
Color information
#940DEC (or 0x940DEC) is known color: Dark Violet. HEX triplet: 94, 0D and EC. RGB value is (148,13,236). Sum of RGB (Red+Green+Blue) = 148+13+236=397 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.28% from 397); Green value is 13 (5.47% from 255 or 3.27% from 397); Blue value is 236 (92.58% from 255 or 59.45% from 397); Max value from RGB is 236 - color contains mainly: blue. Hex color #940DEC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #940DEC is #6BF213. Grayscale: #4E4E4E. Windows color (decimal): -7074324 or 15469972. OLE color: 15469972.
HSL color Cylindrical-coordinate representation of color #940DEC: hue angle of 276.32º degrees, saturation: 0.9, 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 #940DEC is Cyan = 0.37, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 148 | 13 | 236 | - |
| CMYK | 0.37 | 0.94 | 0 | 0.07 |
| HSL | 276.32º | 0.9% | 0.49% | - |
| HSV(B) | 276.32º | 0.94% | 0.93% | - |
| XYZ | 27.5 | 12.64 | 80.35 | - |
| YUV | 78.79 | 216.73 | 177.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 13 | 236 | 0.37 | 0.94 | 0 | 0.07 | 276.32 | 0.9 | 0.49 |
| Hex | 94 | D | EC | 25 | 5E | 0 | 7 | 114 | 5A | 31 |
| Octal | 224 | 15 | 354 | 45 | 136 | 0 | 7 | 424 | 132 | 61 |
| Binary | 10010100 | 1101 | 11101100 | 100101 | 1011110 | 0 | 111 | 100010100 | 1011010 | 110001 |
Color Harmonies of #940DEC
Complementary color
Monochromatic Colors of #940DEC
Black with #940DEC
Text Example
Text Example
White with #940DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940DEC; }
p { color: rgb(148,13,236); }
H1.HeaderClassName
{
color: #940DEC;
}
.AnyTagClassName
{
color: #940DEC;
}
</style>
background-color css
<style>
a { background-color: #940DEC; }
a { background-color: rgb(148,13,236); }
div.DivClassName
{
background-color: #940DEC;
}
.BgClassName
{
background-color: #940DEC;
}
</style>
border-color css
<style>
span { border-color: #940DEC; }
span { border-color: rgb(148,13,236); }
td.TdClassName
{
border-color: #940DEC;
}
.TagClassName
{
border-color: #940DEC;
}
</style>