Shades of Dark Violet #940DD9
Tints of Dark Violet #940DD9
RGB
CMYK
RGB Variations
Color information
#940DD9 (or 0x940DD9) is known color: Dark Violet. HEX triplet: 94, 0D and D9. RGB value is (148,13,217). Sum of RGB (Red+Green+Blue) = 148+13+217=378 (50% of max value = 765). Red value is 148 (58.20% from 255 or 39.15% from 378); Green value is 13 (5.47% from 255 or 3.44% from 378); Blue value is 217 (85.16% from 255 or 57.41% from 378); Max value from RGB is 217 - color contains mainly: blue. Hex color #940DD9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #940DD9 is #6BF226. Grayscale: #4B4B4B. Windows color (decimal): -7074343 or 14224788. OLE color: 14224788.
HSL color Cylindrical-coordinate representation of color #940DD9: hue angle of 279.71º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #940DD9 is Cyan = 0.32, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 148 | 13 | 217 | - |
| CMYK | 0.32 | 0.94 | 0 | 0.15 |
| HSL | 279.71º | 0.89% | 0.45% | - |
| HSV(B) | 279.71º | 0.94% | 0.85% | - |
| XYZ | 24.88 | 11.59 | 66.57 | - |
| YUV | 76.62 | 207.23 | 178.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 13 | 217 | 0.32 | 0.94 | 0 | 0.15 | 279.71 | 0.89 | 0.45 |
| Hex | 94 | D | D9 | 20 | 5E | 0 | F | 118 | 59 | 2D |
| Octal | 224 | 15 | 331 | 40 | 136 | 0 | 17 | 430 | 131 | 55 |
| Binary | 10010100 | 1101 | 11011001 | 100000 | 1011110 | 0 | 1111 | 100011000 | 1011001 | 101101 |
Color Harmonies of #940DD9
Complementary color
Monochromatic Colors of #940DD9
Black with #940DD9
Text Example
Text Example
White with #940DD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940DD9; }
p { color: rgb(148,13,217); }
H1.HeaderClassName
{
color: #940DD9;
}
.AnyTagClassName
{
color: #940DD9;
}
</style>
background-color css
<style>
a { background-color: #940DD9; }
a { background-color: rgb(148,13,217); }
div.DivClassName
{
background-color: #940DD9;
}
.BgClassName
{
background-color: #940DD9;
}
</style>
border-color css
<style>
span { border-color: #940DD9; }
span { border-color: rgb(148,13,217); }
td.TdClassName
{
border-color: #940DD9;
}
.TagClassName
{
border-color: #940DD9;
}
</style>