Shades of Dark Violet #940DDA
Tints of Dark Violet #940DDA
RGB
CMYK
RGB Variations
Color information
#940DDA (or 0x940DDA) is known color: Dark Violet. HEX triplet: 94, 0D and DA. RGB value is (148,13,218). Sum of RGB (Red+Green+Blue) = 148+13+218=379 (50% of max value = 765). Red value is 148 (58.20% from 255 or 39.05% from 379); Green value is 13 (5.47% from 255 or 3.43% from 379); Blue value is 218 (85.55% from 255 or 57.52% from 379); Max value from RGB is 218 - color contains mainly: blue. Hex color #940DDA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #940DDA is #6BF225. Grayscale: #4C4C4C. Windows color (decimal): -7074342 or 14290324. OLE color: 14290324.
HSL color Cylindrical-coordinate representation of color #940DDA: hue angle of 279.51º 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 #940DDA is Cyan = 0.32, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 148 | 13 | 218 | - |
| CMYK | 0.32 | 0.94 | 0 | 0.15 |
| HSL | 279.51º | 0.89% | 0.45% | - |
| HSV(B) | 279.51º | 0.94% | 0.85% | - |
| XYZ | 25.01 | 11.65 | 67.26 | - |
| YUV | 76.74 | 207.73 | 178.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 13 | 218 | 0.32 | 0.94 | 0 | 0.15 | 279.51 | 0.89 | 0.45 |
| Hex | 94 | D | DA | 20 | 5E | 0 | F | 118 | 59 | 2D |
| Octal | 224 | 15 | 332 | 40 | 136 | 0 | 17 | 430 | 131 | 55 |
| Binary | 10010100 | 1101 | 11011010 | 100000 | 1011110 | 0 | 1111 | 100011000 | 1011001 | 101101 |
Color Harmonies of #940DDA
Complementary color
Monochromatic Colors of #940DDA
Black with #940DDA
Text Example
Text Example
White with #940DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940DDA; }
p { color: rgb(148,13,218); }
H1.HeaderClassName
{
color: #940DDA;
}
.AnyTagClassName
{
color: #940DDA;
}
</style>
background-color css
<style>
a { background-color: #940DDA; }
a { background-color: rgb(148,13,218); }
div.DivClassName
{
background-color: #940DDA;
}
.BgClassName
{
background-color: #940DDA;
}
</style>
border-color css
<style>
span { border-color: #940DDA; }
span { border-color: rgb(148,13,218); }
td.TdClassName
{
border-color: #940DDA;
}
.TagClassName
{
border-color: #940DDA;
}
</style>