Shades of Dark Violet #940ED1
Tints of Dark Violet #940ED1
RGB
CMYK
RGB Variations
Color information
#940ED1 (or 0x940ED1) is known color: Dark Violet. HEX triplet: 94, 0E and D1. RGB value is (148,14,209). Sum of RGB (Red+Green+Blue) = 148+14+209=371 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.89% from 371); Green value is 14 (5.86% from 255 or 3.77% from 371); Blue value is 209 (82.03% from 255 or 56.33% from 371); Max value from RGB is 209 - color contains mainly: blue. Hex color #940ED1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #940ED1 is #6BF12E. Grayscale: #4B4B4B. Windows color (decimal): -7074095 or 13700756. OLE color: 13700756.
HSL color Cylindrical-coordinate representation of color #940ED1: hue angle of 281.23º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #940ED1 is Cyan = 0.29, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 148 | 14 | 209 | - |
| CMYK | 0.29 | 0.93 | 0 | 0.18 |
| HSL | 281.23º | 0.87% | 0.44% | - |
| HSV(B) | 281.23º | 0.93% | 0.82% | - |
| XYZ | 23.88 | 11.21 | 61.23 | - |
| YUV | 76.3 | 202.89 | 179.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 14 | 209 | 0.29 | 0.93 | 0 | 0.18 | 281.23 | 0.87 | 0.44 |
| Hex | 94 | E | D1 | 1D | 5D | 0 | 12 | 119 | 57 | 2C |
| Octal | 224 | 16 | 321 | 35 | 135 | 0 | 22 | 431 | 127 | 54 |
| Binary | 10010100 | 1110 | 11010001 | 11101 | 1011101 | 0 | 10010 | 100011001 | 1010111 | 101100 |
Color Harmonies of #940ED1
Complementary color
Monochromatic Colors of #940ED1
Black with #940ED1
Text Example
Text Example
White with #940ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940ED1; }
p { color: rgb(148,14,209); }
H1.HeaderClassName
{
color: #940ED1;
}
.AnyTagClassName
{
color: #940ED1;
}
</style>
background-color css
<style>
a { background-color: #940ED1; }
a { background-color: rgb(148,14,209); }
div.DivClassName
{
background-color: #940ED1;
}
.BgClassName
{
background-color: #940ED1;
}
</style>
border-color css
<style>
span { border-color: #940ED1; }
span { border-color: rgb(148,14,209); }
td.TdClassName
{
border-color: #940ED1;
}
.TagClassName
{
border-color: #940ED1;
}
</style>