Shades of Dark Violet #940FE1
Tints of Dark Violet #940FE1
RGB
CMYK
RGB Variations
Color information
#940FE1 (or 0x940FE1) is known color: Dark Violet. HEX triplet: 94, 0F and E1. RGB value is (148,15,225). Sum of RGB (Red+Green+Blue) = 148+15+225=388 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.14% from 388); Green value is 15 (6.25% from 255 or 3.87% from 388); Blue value is 225 (88.28% from 255 or 57.99% from 388); Max value from RGB is 225 - color contains mainly: blue. Hex color #940FE1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #940FE1 is #6BF01E. Grayscale: #4E4E4E. Windows color (decimal): -7073823 or 14749588. OLE color: 14749588.
HSL color Cylindrical-coordinate representation of color #940FE1: hue angle of 278º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #940FE1 is Cyan = 0.34, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 148 | 15 | 225 | - |
| CMYK | 0.34 | 0.93 | 0 | 0.12 |
| HSL | 278º | 0.88% | 0.47% | - |
| HSV(B) | 278º | 0.93% | 0.88% | - |
| XYZ | 25.97 | 12.07 | 72.2 | - |
| YUV | 78.71 | 210.56 | 177.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 15 | 225 | 0.34 | 0.93 | 0 | 0.12 | 278 | 0.88 | 0.47 |
| Hex | 94 | F | E1 | 22 | 5D | 0 | C | 116 | 58 | 2F |
| Octal | 224 | 17 | 341 | 42 | 135 | 0 | 14 | 426 | 130 | 57 |
| Binary | 10010100 | 1111 | 11100001 | 100010 | 1011101 | 0 | 1100 | 100010110 | 1011000 | 101111 |
Color Harmonies of #940FE1
Complementary color
Monochromatic Colors of #940FE1
Black with #940FE1
Text Example
Text Example
White with #940FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940FE1; }
p { color: rgb(148,15,225); }
H1.HeaderClassName
{
color: #940FE1;
}
.AnyTagClassName
{
color: #940FE1;
}
</style>
background-color css
<style>
a { background-color: #940FE1; }
a { background-color: rgb(148,15,225); }
div.DivClassName
{
background-color: #940FE1;
}
.BgClassName
{
background-color: #940FE1;
}
</style>
border-color css
<style>
span { border-color: #940FE1; }
span { border-color: rgb(148,15,225); }
td.TdClassName
{
border-color: #940FE1;
}
.TagClassName
{
border-color: #940FE1;
}
</style>