Shades of Dark Violet #940FEC
Tints of Dark Violet #940FEC
RGB
CMYK
RGB Variations
Color information
#940FEC (or 0x940FEC) is known color: Dark Violet. HEX triplet: 94, 0F and EC. RGB value is (148,15,236). Sum of RGB (Red+Green+Blue) = 148+15+236=399 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.09% from 399); Green value is 15 (6.25% from 255 or 3.76% from 399); Blue value is 236 (92.58% from 255 or 59.15% from 399); Max value from RGB is 236 - color contains mainly: blue. Hex color #940FEC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #940FEC is #6BF013. Grayscale: #4F4F4F. Windows color (decimal): -7073812 or 15470484. OLE color: 15470484.
HSL color Cylindrical-coordinate representation of color #940FEC: hue angle of 276.11º degrees, saturation: 0.88, 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 #940FEC is Cyan = 0.37, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 148 | 15 | 236 | - |
| CMYK | 0.37 | 0.94 | 0 | 0.07 |
| HSL | 276.11º | 0.88% | 0.49% | - |
| HSV(B) | 276.11º | 0.94% | 0.93% | - |
| XYZ | 27.52 | 12.69 | 80.36 | - |
| YUV | 79.96 | 216.06 | 176.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 15 | 236 | 0.37 | 0.94 | 0 | 0.07 | 276.11 | 0.88 | 0.49 |
| Hex | 94 | F | EC | 25 | 5E | 0 | 7 | 114 | 58 | 31 |
| Octal | 224 | 17 | 354 | 45 | 136 | 0 | 7 | 424 | 130 | 61 |
| Binary | 10010100 | 1111 | 11101100 | 100101 | 1011110 | 0 | 111 | 100010100 | 1011000 | 110001 |
Color Harmonies of #940FEC
Complementary color
Monochromatic Colors of #940FEC
Black with #940FEC
Text Example
Text Example
White with #940FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940FEC; }
p { color: rgb(148,15,236); }
H1.HeaderClassName
{
color: #940FEC;
}
.AnyTagClassName
{
color: #940FEC;
}
</style>
background-color css
<style>
a { background-color: #940FEC; }
a { background-color: rgb(148,15,236); }
div.DivClassName
{
background-color: #940FEC;
}
.BgClassName
{
background-color: #940FEC;
}
</style>
border-color css
<style>
span { border-color: #940FEC; }
span { border-color: rgb(148,15,236); }
td.TdClassName
{
border-color: #940FEC;
}
.TagClassName
{
border-color: #940FEC;
}
</style>