Shades of Dark Violet #940FEA
Tints of Dark Violet #940FEA
RGB
CMYK
RGB Variations
Color information
#940FEA (or 0x940FEA) is known color: Dark Violet. HEX triplet: 94, 0F and EA. RGB value is (148,15,234). Sum of RGB (Red+Green+Blue) = 148+15+234=397 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.28% from 397); Green value is 15 (6.25% from 255 or 3.78% from 397); Blue value is 234 (91.80% from 255 or 58.94% from 397); Max value from RGB is 234 - color contains mainly: blue. Hex color #940FEA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #940FEA is #6BF015. Grayscale: #4E4E4E. Windows color (decimal): -7073814 or 15339412. OLE color: 15339412.
HSL color Cylindrical-coordinate representation of color #940FEA: hue angle of 276.44º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #940FEA is Cyan = 0.37, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 148 | 15 | 234 | - |
| CMYK | 0.37 | 0.94 | 0 | 0.08 |
| HSL | 276.44º | 0.88% | 0.49% | - |
| HSV(B) | 276.44º | 0.94% | 0.92% | - |
| XYZ | 27.23 | 12.58 | 78.83 | - |
| YUV | 79.73 | 215.06 | 176.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 15 | 234 | 0.37 | 0.94 | 0 | 0.08 | 276.44 | 0.88 | 0.49 |
| Hex | 94 | F | EA | 25 | 5E | 0 | 8 | 114 | 58 | 31 |
| Octal | 224 | 17 | 352 | 45 | 136 | 0 | 10 | 424 | 130 | 61 |
| Binary | 10010100 | 1111 | 11101010 | 100101 | 1011110 | 0 | 1000 | 100010100 | 1011000 | 110001 |
Color Harmonies of #940FEA
Complementary color
Monochromatic Colors of #940FEA
Black with #940FEA
Text Example
Text Example
White with #940FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940FEA; }
p { color: rgb(148,15,234); }
H1.HeaderClassName
{
color: #940FEA;
}
.AnyTagClassName
{
color: #940FEA;
}
</style>
background-color css
<style>
a { background-color: #940FEA; }
a { background-color: rgb(148,15,234); }
div.DivClassName
{
background-color: #940FEA;
}
.BgClassName
{
background-color: #940FEA;
}
</style>
border-color css
<style>
span { border-color: #940FEA; }
span { border-color: rgb(148,15,234); }
td.TdClassName
{
border-color: #940FEA;
}
.TagClassName
{
border-color: #940FEA;
}
</style>