Shades of Dark Violet #940FEE
Tints of Dark Violet #940FEE
RGB
CMYK
RGB Variations
Color information
#940FEE (or 0x940FEE) is known color: Dark Violet. HEX triplet: 94, 0F and EE. RGB value is (148,15,238). Sum of RGB (Red+Green+Blue) = 148+15+238=401 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.91% from 401); Green value is 15 (6.25% from 255 or 3.74% from 401); Blue value is 238 (93.36% from 255 or 59.35% from 401); Max value from RGB is 238 - color contains mainly: blue. Hex color #940FEE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #940FEE is #6BF011. Grayscale: #4F4F4F. Windows color (decimal): -7073810 or 15601556. OLE color: 15601556.
HSL color Cylindrical-coordinate representation of color #940FEE: hue angle of 275.78º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #940FEE is Cyan = 0.38, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 148 | 15 | 238 | - |
| CMYK | 0.38 | 0.94 | 0 | 0.07 |
| HSL | 275.78º | 0.88% | 0.5% | - |
| HSV(B) | 275.78º | 0.94% | 0.93% | - |
| XYZ | 27.82 | 12.81 | 81.9 | - |
| YUV | 80.19 | 217.06 | 176.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 15 | 238 | 0.38 | 0.94 | 0 | 0.07 | 275.78 | 0.88 | 0.5 |
| Hex | 94 | F | EE | 26 | 5E | 0 | 7 | 114 | 58 | 32 |
| Octal | 224 | 17 | 356 | 46 | 136 | 0 | 7 | 424 | 130 | 62 |
| Binary | 10010100 | 1111 | 11101110 | 100110 | 1011110 | 0 | 111 | 100010100 | 1011000 | 110010 |
Color Harmonies of #940FEE
Complementary color
Monochromatic Colors of #940FEE
Black with #940FEE
Text Example
Text Example
White with #940FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940FEE; }
p { color: rgb(148,15,238); }
H1.HeaderClassName
{
color: #940FEE;
}
.AnyTagClassName
{
color: #940FEE;
}
</style>
background-color css
<style>
a { background-color: #940FEE; }
a { background-color: rgb(148,15,238); }
div.DivClassName
{
background-color: #940FEE;
}
.BgClassName
{
background-color: #940FEE;
}
</style>
border-color css
<style>
span { border-color: #940FEE; }
span { border-color: rgb(148,15,238); }
td.TdClassName
{
border-color: #940FEE;
}
.TagClassName
{
border-color: #940FEE;
}
</style>