Shades of Dark Violet #940DDB
Tints of Dark Violet #940DDB
RGB
CMYK
RGB Variations
Color information
#940DDB (or 0x940DDB) is known color: Dark Violet. HEX triplet: 94, 0D and DB. RGB value is (148,13,219). Sum of RGB (Red+Green+Blue) = 148+13+219=380 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.95% from 380); Green value is 13 (5.47% from 255 or 3.42% from 380); Blue value is 219 (85.94% from 255 or 57.63% from 380); Max value from RGB is 219 - color contains mainly: blue. Hex color #940DDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #940DDB is #6BF224. Grayscale: #4C4C4C. Windows color (decimal): -7074341 or 14355860. OLE color: 14355860.
HSL color Cylindrical-coordinate representation of color #940DDB: hue angle of 279.32º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #940DDB is Cyan = 0.32, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 148 | 13 | 219 | - |
| CMYK | 0.32 | 0.94 | 0 | 0.14 |
| HSL | 279.32º | 0.89% | 0.45% | - |
| HSV(B) | 279.32º | 0.94% | 0.86% | - |
| XYZ | 25.14 | 11.7 | 67.95 | - |
| YUV | 76.85 | 208.23 | 178.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 13 | 219 | 0.32 | 0.94 | 0 | 0.14 | 279.32 | 0.89 | 0.45 |
| Hex | 94 | D | DB | 20 | 5E | 0 | E | 117 | 59 | 2D |
| Octal | 224 | 15 | 333 | 40 | 136 | 0 | 16 | 427 | 131 | 55 |
| Binary | 10010100 | 1101 | 11011011 | 100000 | 1011110 | 0 | 1110 | 100010111 | 1011001 | 101101 |
Color Harmonies of #940DDB
Complementary color
Monochromatic Colors of #940DDB
Black with #940DDB
Text Example
Text Example
White with #940DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940DDB; }
p { color: rgb(148,13,219); }
H1.HeaderClassName
{
color: #940DDB;
}
.AnyTagClassName
{
color: #940DDB;
}
</style>
background-color css
<style>
a { background-color: #940DDB; }
a { background-color: rgb(148,13,219); }
div.DivClassName
{
background-color: #940DDB;
}
.BgClassName
{
background-color: #940DDB;
}
</style>
border-color css
<style>
span { border-color: #940DDB; }
span { border-color: rgb(148,13,219); }
td.TdClassName
{
border-color: #940DDB;
}
.TagClassName
{
border-color: #940DDB;
}
</style>