Shades of Dark Violet #940DED
Tints of Dark Violet #940DED
RGB
CMYK
RGB Variations
Color information
#940DED (or 0x940DED) is known color: Dark Violet. HEX triplet: 94, 0D and ED. RGB value is (148,13,237). Sum of RGB (Red+Green+Blue) = 148+13+237=398 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.19% from 398); Green value is 13 (5.47% from 255 or 3.27% from 398); Blue value is 237 (92.97% from 255 or 59.55% from 398); Max value from RGB is 237 - color contains mainly: blue. Hex color #940DED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #940DED is #6BF212. Grayscale: #4E4E4E. Windows color (decimal): -7074323 or 15535508. OLE color: 15535508.
HSL color Cylindrical-coordinate representation of color #940DED: hue angle of 276.16º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #940DED is Cyan = 0.38, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 148 | 13 | 237 | - |
| CMYK | 0.38 | 0.95 | 0 | 0.07 |
| HSL | 276.16º | 0.9% | 0.49% | - |
| HSV(B) | 276.16º | 0.95% | 0.93% | - |
| XYZ | 27.64 | 12.7 | 81.11 | - |
| YUV | 78.9 | 217.23 | 177.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 13 | 237 | 0.38 | 0.95 | 0 | 0.07 | 276.16 | 0.9 | 0.49 |
| Hex | 94 | D | ED | 26 | 5F | 0 | 7 | 114 | 5A | 31 |
| Octal | 224 | 15 | 355 | 46 | 137 | 0 | 7 | 424 | 132 | 61 |
| Binary | 10010100 | 1101 | 11101101 | 100110 | 1011111 | 0 | 111 | 100010100 | 1011010 | 110001 |
Color Harmonies of #940DED
Complementary color
Monochromatic Colors of #940DED
Black with #940DED
Text Example
Text Example
White with #940DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940DED; }
p { color: rgb(148,13,237); }
H1.HeaderClassName
{
color: #940DED;
}
.AnyTagClassName
{
color: #940DED;
}
</style>
background-color css
<style>
a { background-color: #940DED; }
a { background-color: rgb(148,13,237); }
div.DivClassName
{
background-color: #940DED;
}
.BgClassName
{
background-color: #940DED;
}
</style>
border-color css
<style>
span { border-color: #940DED; }
span { border-color: rgb(148,13,237); }
td.TdClassName
{
border-color: #940DED;
}
.TagClassName
{
border-color: #940DED;
}
</style>