What color is Dark Violet?
Dark violet is a deep, rich purple with a strong blue lean and very little red showing through, hex #9400D3, similar to the color of an amethyst gemstone. It is darker than a standard purple and has an almost electric intensity when seen against light backgrounds.
What is the meaning of the color Dark Violet?
Violet pigments made from plants such as woad and weld were used in medieval European dyeing, but a pure, stable violet remained difficult to produce until the 19th century. In 1856, William Henry Perkin accidentally synthesized the first synthetic aniline dye, mauveine, while attempting to make quinine in London, opening the door to a range of manufactured purples and violets. Dark violet as a distinct shade gained a firmer place in color systems after the standardization of hex color values in digital design during the 1990s, with #9400D3 appearing in the W3C’s named web color set as one of the defined violet values. The color is used by the Hallmark brand, whose crown logo incorporates deep violet tones to signal luxury and distinction.
What colors go with Dark Violet?
Colors that pair well with Dark violet include:
Gold: warm, rich contrast
Silver: cool, sleek balance
White: clean, bright lift
Forest green: deep, natural grounding
Pale pink: soft, unexpected contrast
Similar Colors
Conversions & Codes
| Format | Value | CSS |
|---|---|---|
| HEX | #9400D3 |
color: #9400D3;
|
| RGB | 148, 0, 211 |
color: rgb(148, 0, 211);
|
| RGB Percentage | 58%, 0%, 83% |
color: rgb(58%, 0%, 83%);
|
| CMYK | 30%, 100%, 0%, 17% | Not supported in CSS |
| HSL | 282°, 100%, 41% |
color: hsl(282, 100%, 41%);
|
| HSV | 282°, 100%, 83% | Not supported in CSS |
| CIE-LAB | 33, 30, -70 |
color: lab(33% 30 -70);
|
| Decimal | 9699539 | Not supported in CSS |
Color Variations
Shades
Tints
Tones
Hues
Color Harmonies
Analogous
Complementary
Split Complementary
Triadic
Tetradic
Square
CSS & Dev Snippets
.dark-violet {
color: #9400D3;
}
$dark-violet: #9400D3;
rgb(148, 0, 211)