Harmony system

Dark Violet Color Harmonies

Dark Violet harmonies from #9400D3: complementary #3FD100, plus five harmony groups with CSS and contrast data.

Dark Violet is a cool purple at hue 282°, saturation 100% and lightness 41%. The sets below keep those measurements visible while moving around the color wheel, making it easier to choose close hues, direct contrast or a wider token system.

SourceDark Violet · #9400D3
Groups6
Palette colors6
FamilyPurple

How the harmony works

Dark Violet Harmony Guide

Dark Violet harmonies are computed from hue relationships rather than subjective palette names. Complementary colors create direct contrast, analogous colors stay close to the source hue, triadic and tetradic groups add broader palette range, split-complementary colors soften contrast, and monochromatic variants keep the same hue for UI surfaces and states.

Machine-readable data

Machine-Readable Dark Violet Harmony Data (JSON)

Structured harmony groups, source color metadata, CSS tokens, accessibility notes, and related API endpoints for Dark Violet.

AI-Ready Dataset v1.0.0
Luminance0.11
Black text3.2:1AA Fail
White text6.56:1AA Pass
sourceColorCanonical source color
harmonyGroupsComplementary, analogous, triadic, tetradic, split-complementary, and monochromatic sets
signaturePaletteCompact harmony preview palette
semanticGroupsAI-ready harmony labels
useCasesDesign and retrieval contexts
accessibilityNotesContrast guidance for the source color
Download JSON Open API
Structured sections
Source color
{
  "slug": "dark-violet",
  "name": "Dark Violet",
  "hex": "#9400D3",
  "url": "https://www.colorsencyclopedia.com/colors/dark-violet/",
  "apiUrl": "https://www.colorsencyclopedia.com/api/colors/dark-violet.json"
}
Harmony groups
[
  {
    "key": "complementary",
    "label": "Complementary",
    "behavior": "maximum hue contrast",
    "bestUse": "accent colors, strong calls to action, visual opposition",
    "description": "Complementary harmony uses the color opposite the source hue. It creates the strongest direct relationship in the wheel, so it is best for accents, contrast anchors, and palettes that need immediate separation.",
    "colors": [
      {
        "hex": "#3FD100",
        "name": "#3FD100",
        "slug": null,
        "rgb": [
          63,
          209,
          0
        ],
        "hsl": [
          102,
          100,
          41
        ],
        "cmyk": [
          70,
          0,
          100,
          18
        ],
        "luminance": 0.4666,
        "contrast": {
          "black": 10.33,
          "white": 2.03
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A"
          ]
        },
        "url": null,
        "apiUrl": null
      }
    ],
    "anchor": "dark-violet-harmony-complementary"
  },
  {
    "key": "analogous",
    "label": "Analogous",
    "behavior": "neighboring hue movement",
    "bestUse": "calm palettes, gradients, natural transitions",
    "description": "Analogous harmony uses hues close to the source color. It keeps the palette visually connected and is useful for quiet interfaces, editorial color systems, and smooth background or gradient work.",
    "colors": [
      {
        "hex": "#2A00D1",
        "name": "#2A00D1",
        "slug": null,
        "rgb": [
          42,
          0,
          209
        ],
        "hsl": [
          252,
          100,
          41
        ],
        "cmyk": [
          80,
          100,
          0,
          18
        ],
        "luminance": 0.051,
        "contrast": {
          "black": 2.02,
          "white": 10.4
        },
        "wcag": {
          "AA": [
            "#FFFFFF",
            "#F5F5F5"
          ],
          "AAA": [
            "#FFFFFF",
            "#F5F5F5"
          ]
        },
        "url": null,
        "apiUrl": null
      },
      {
        "hex": "#D100A7",
        "name": "#D100A7",
        "slug": null,
        "rgb": [
          209,
          0,
          167
        ],
        "hsl": [
          312,
          100,
          41
        ],
        "cmyk": [
          0,
          100,
          20,
          18
        ],
        "luminance": 0.1635,
        "contrast": {
          "black": 4.27,
          "white": 4.92
        },
        "wcag": {
          "AA": [
            "#FFFFFF",
            "#F5F5F5"
          ],
          "AAA": []
        },
        "url": null,
        "apiUrl": null
      }
    ],
    "anchor": "dark-violet-harmony-analogous"
  },
  {
    "key": "triadic",
    "label": "Triadic",
    "behavior": "three evenly spaced hues",
    "bestUse": "balanced contrast, playful systems, broad palette range",
    "description": "Triadic harmony places colors around the wheel at equal intervals. It gives more range than analogous harmony while keeping a stable mathematical relationship between the selected hues.",
    "colors": [
      {
        "hex": "#D19200",
        "name": "#D19200",
        "slug": null,
        "rgb": [
          209,
          146,
          0
        ],
        "hsl": [
          42,
          100,
          41
        ],
        "cmyk": [
          0,
          30,
          100,
          18
        ],
        "luminance": 0.3411,
        "contrast": {
          "black": 7.82,
          "white": 2.68
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A"
          ],
          "AAA": [
            "#000000"
          ]
        },
        "url": null,
        "apiUrl": null
      },
      {
        "hex": "#00D192",
        "name": "#00D192",
        "slug": null,
        "rgb": [
          0,
          209,
          146
        ],
        "hsl": [
          162,
          100,
          41
        ],
        "cmyk": [
          100,
          0,
          30,
          18
        ],
        "luminance": 0.4768,
        "contrast": {
          "black": 10.54,
          "white": 1.99
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A"
          ]
        },
        "url": null,
        "apiUrl": null
      }
    ],
    "anchor": "dark-violet-harmony-triadic"
  },
  {
    "key": "tetradic",
    "label": "Tetradic",
    "behavior": "two complementary pairs",
    "bestUse": "large design systems, dashboards, multi-state UI",
    "description": "Tetradic harmony creates a four-color system from two complementary relationships. It is useful when a palette needs multiple roles, but the colors should be assigned carefully so one hue remains dominant.",
    "colors": [
      {
        "hex": "#D12A00",
        "name": "#D12A00",
        "slug": null,
        "rgb": [
          209,
          42,
          0
        ],
        "hsl": [
          12,
          100,
          41
        ],
        "cmyk": [
          0,
          80,
          100,
          18
        ],
        "luminance": 0.1521,
        "contrast": {
          "black": 4.04,
          "white": 5.2
        },
        "wcag": {
          "AA": [
            "#FFFFFF",
            "#F5F5F5"
          ],
          "AAA": []
        },
        "url": null,
        "apiUrl": null
      },
      {
        "hex": "#3FD100",
        "name": "#3FD100",
        "slug": null,
        "rgb": [
          63,
          209,
          0
        ],
        "hsl": [
          102,
          100,
          41
        ],
        "cmyk": [
          70,
          0,
          100,
          18
        ],
        "luminance": 0.4666,
        "contrast": {
          "black": 10.33,
          "white": 2.03
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A"
          ]
        },
        "url": null,
        "apiUrl": null
      },
      {
        "hex": "#00A7D1",
        "name": "#00A7D1",
        "slug": null,
        "rgb": [
          0,
          167,
          209
        ],
        "hsl": [
          192,
          100,
          41
        ],
        "cmyk": [
          100,
          20,
          0,
          18
        ],
        "luminance": 0.3224,
        "contrast": {
          "black": 7.45,
          "white": 2.82
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A"
          ],
          "AAA": [
            "#000000"
          ]
        },
        "url": null,
        "apiUrl": null
      }
    ],
    "anchor": "dark-violet-harmony-tetradic"
  },
  {
    "key": "splitComplementary",
    "label": "Split Complementary",
    "behavior": "softened complementary contrast",
    "bestUse": "brand palettes, accent pairs, less aggressive contrast",
    "description": "Split-complementary harmony replaces the direct opposite with the two hues beside it. This keeps useful contrast while reducing the visual tension of a pure complementary pair.",
    "colors": [
      {
        "hex": "#A7D100",
        "name": "#A7D100",
        "slug": null,
        "rgb": [
          167,
          209,
          0
        ],
        "hsl": [
          72,
          100,
          41
        ],
        "cmyk": [
          20,
          0,
          100,
          18
        ],
        "luminance": 0.5382,
        "contrast": {
          "black": 11.76,
          "white": 1.79
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A"
          ]
        },
        "url": null,
        "apiUrl": null
      },
      {
        "hex": "#00D12A",
        "name": "#00D12A",
        "slug": null,
        "rgb": [
          0,
          209,
          42
        ],
        "hsl": [
          132,
          100,
          41
        ],
        "cmyk": [
          100,
          0,
          80,
          18
        ],
        "luminance": 0.4577,
        "contrast": {
          "black": 10.15,
          "white": 2.07
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A"
          ]
        },
        "url": null,
        "apiUrl": null
      }
    ],
    "anchor": "dark-violet-harmony-split-complementary"
  },
  {
    "key": "monochromatic",
    "label": "Monochromatic",
    "behavior": "same hue, different values",
    "bestUse": "surfaces, states, elevation, restrained UI themes",
    "description": "Monochromatic harmony keeps the source hue and changes lightness. It is the safest system for tonal UI, cards, hover states, shadows, backgrounds, and subtle visual hierarchy.",
    "colors": [
      {
        "hex": "#C02EFF",
        "name": "#C02EFF",
        "slug": null,
        "rgb": [
          192,
          46,
          255
        ],
        "hsl": [
          282,
          100,
          59
        ],
        "cmyk": [
          25,
          82,
          0,
          0
        ],
        "luminance": 0.2038,
        "contrast": {
          "black": 5.08,
          "white": 4.14
        },
        "wcag": {
          "AA": [
            "#000000"
          ],
          "AAA": []
        },
        "url": null,
        "apiUrl": null
      },
      {
        "hex": "#9400D3",
        "name": "Dark Violet",
        "slug": "dark-violet",
        "rgb": [
          148,
          0,
          211
        ],
        "hsl": [
          282,
          100,
          41
        ],
        "cmyk": [
          30,
          100,
          0,
          17
        ],
        "luminance": 0.11,
        "contrast": {
          "black": 3.2,
          "white": 6.56
        },
        "wcag": {
          "AA": [
            "#FFFFFF",
            "#F5F5F5"
          ],
          "AAA": []
        },
        "url": "https://www.colorsencyclopedia.com/colors/dark-violet/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/colors/dark-violet.json"
      },
      {
        "hex": "#520075",
        "name": "#520075",
        "slug": null,
        "rgb": [
          82,
          0,
          117
        ],
        "hsl": [
          282,
          100,
          23
        ],
        "cmyk": [
          30,
          100,
          0,
          54
        ],
        "luminance": 0.0308,
        "contrast": {
          "black": 1.62,
          "white": 13
        },
        "wcag": {
          "AA": [
            "#FFFFFF",
            "#F5F5F5"
          ],
          "AAA": [
            "#FFFFFF",
            "#F5F5F5"
          ]
        },
        "url": null,
        "apiUrl": null
      }
    ],
    "anchor": "dark-violet-harmony-monochromatic"
  }
]
Signature palette
[
  "#9400D3",
  "#3FD100",
  "#2A00D1",
  "#D100A7",
  "#C02EFF",
  "#520075"
]
Accessibility notes
[
  "Black contrast on Dark Violet: 3.2:1",
  "White contrast on Dark Violet: 6.56:1",
  "AA text options: #FFFFFF, #F5F5F5"
]
CSS tokens
":root {\n  --color-dark-violet: #9400D3;\n  --dark-violet-complementary-1: #3FD100;\n  --dark-violet-analogous-1: #2A00D1;\n  --dark-violet-analogous-2: #D100A7;\n  --dark-violet-triadic-1: #D19200;\n  --dark-violet-triadic-2: #00D192;\n  --dark-violet-tetradic-1: #D12A00;\n  --dark-violet-tetradic-2: #3FD100;\n  --dark-violet-tetradic-3: #00A7D1;\n  --dark-violet-split-complementary-1: #A7D100;\n  --dark-violet-split-complementary-2: #00D12A;\n  --dark-violet-monochromatic-1: #C02EFF;\n  --dark-violet-monochromatic-2: #9400D3;\n  --dark-violet-monochromatic-3: #520075;\n}\n\n.palette-dark-violet-harmony {\n  color: #FFFFFF;\n  background: linear-gradient(135deg, #9400D3, #3FD100, #2A00D1, #D100A7, #C02EFF, #520075);\n}"
Full JSON dataset
{
  "datasetVersion": "1.0.0",
  "slug": "dark-violet",
  "name": "Dark Violet",
  "hex": "#9400D3",
  "rgb": [
    148,
    0,
    211
  ],
  "hsl": [
    282,
    100,
    41
  ],
  "cmyk": [
    30,
    100,
    0,
    17
  ],
  "family": "purple",
  "temperature": "cool",
  "tone": [
    "vibrant",
    "jewel-tone"
  ],
  "luminance": 0.11,
  "contrast": {
    "black": 3.2,
    "white": 6.56
  },
  "wcag": {
    "AA": [
      "#FFFFFF",
      "#F5F5F5"
    ],
    "AAA": []
  },
  "sourceColor": {
    "slug": "dark-violet",
    "name": "Dark Violet",
    "hex": "#9400D3",
    "url": "https://www.colorsencyclopedia.com/colors/dark-violet/",
    "apiUrl": "https://www.colorsencyclopedia.com/api/colors/dark-violet.json"
  },
  "harmonyGroups": [
    {
      "key": "complementary",
      "label": "Complementary",
      "behavior": "maximum hue contrast",
      "bestUse": "accent colors, strong calls to action, visual opposition",
      "description": "Complementary harmony uses the color opposite the source hue. It creates the strongest direct relationship in the wheel, so it is best for accents, contrast anchors, and palettes that need immediate separation.",
      "colors": [
        {
          "hex": "#3FD100",
          "name": "#3FD100",
          "slug": null,
          "rgb": [
            63,
            209,
            0
          ],
          "hsl": [
            102,
            100,
            41
          ],
          "cmyk": [
            70,
            0,
            100,
            18
          ],
          "luminance": 0.4666,
          "contrast": {
            "black": 10.33,
            "white": 2.03
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A"
            ]
          },
          "url": null,
          "apiUrl": null
        }
      ],
      "anchor": "dark-violet-harmony-complementary"
    },
    {
      "key": "analogous",
      "label": "Analogous",
      "behavior": "neighboring hue movement",
      "bestUse": "calm palettes, gradients, natural transitions",
      "description": "Analogous harmony uses hues close to the source color. It keeps the palette visually connected and is useful for quiet interfaces, editorial color systems, and smooth background or gradient work.",
      "colors": [
        {
          "hex": "#2A00D1",
          "name": "#2A00D1",
          "slug": null,
          "rgb": [
            42,
            0,
            209
          ],
          "hsl": [
            252,
            100,
            41
          ],
          "cmyk": [
            80,
            100,
            0,
            18
          ],
          "luminance": 0.051,
          "contrast": {
            "black": 2.02,
            "white": 10.4
          },
          "wcag": {
            "AA": [
              "#FFFFFF",
              "#F5F5F5"
            ],
            "AAA": [
              "#FFFFFF",
              "#F5F5F5"
            ]
          },
          "url": null,
          "apiUrl": null
        },
        {
          "hex": "#D100A7",
          "name": "#D100A7",
          "slug": null,
          "rgb": [
            209,
            0,
            167
          ],
          "hsl": [
            312,
            100,
            41
          ],
          "cmyk": [
            0,
            100,
            20,
            18
          ],
          "luminance": 0.1635,
          "contrast": {
            "black": 4.27,
            "white": 4.92
          },
          "wcag": {
            "AA": [
              "#FFFFFF",
              "#F5F5F5"
            ],
            "AAA": []
          },
          "url": null,
          "apiUrl": null
        }
      ],
      "anchor": "dark-violet-harmony-analogous"
    },
    {
      "key": "triadic",
      "label": "Triadic",
      "behavior": "three evenly spaced hues",
      "bestUse": "balanced contrast, playful systems, broad palette range",
      "description": "Triadic harmony places colors around the wheel at equal intervals. It gives more range than analogous harmony while keeping a stable mathematical relationship between the selected hues.",
      "colors": [
        {
          "hex": "#D19200",
          "name": "#D19200",
          "slug": null,
          "rgb": [
            209,
            146,
            0
          ],
          "hsl": [
            42,
            100,
            41
          ],
          "cmyk": [
            0,
            30,
            100,
            18
          ],
          "luminance": 0.3411,
          "contrast": {
            "black": 7.82,
            "white": 2.68
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A"
            ],
            "AAA": [
              "#000000"
            ]
          },
          "url": null,
          "apiUrl": null
        },
        {
          "hex": "#00D192",
          "name": "#00D192",
          "slug": null,
          "rgb": [
            0,
            209,
            146
          ],
          "hsl": [
            162,
            100,
            41
          ],
          "cmyk": [
            100,
            0,
            30,
            18
          ],
          "luminance": 0.4768,
          "contrast": {
            "black": 10.54,
            "white": 1.99
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A"
            ]
          },
          "url": null,
          "apiUrl": null
        }
      ],
      "anchor": "dark-violet-harmony-triadic"
    },
    {
      "key": "tetradic",
      "label": "Tetradic",
      "behavior": "two complementary pairs",
      "bestUse": "large design systems, dashboards, multi-state UI",
      "description": "Tetradic harmony creates a four-color system from two complementary relationships. It is useful when a palette needs multiple roles, but the colors should be assigned carefully so one hue remains dominant.",
      "colors": [
        {
          "hex": "#D12A00",
          "name": "#D12A00",
          "slug": null,
          "rgb": [
            209,
            42,
            0
          ],
          "hsl": [
            12,
            100,
            41
          ],
          "cmyk": [
            0,
            80,
            100,
            18
          ],
          "luminance": 0.1521,
          "contrast": {
            "black": 4.04,
            "white": 5.2
          },
          "wcag": {
            "AA": [
              "#FFFFFF",
              "#F5F5F5"
            ],
            "AAA": []
          },
          "url": null,
          "apiUrl": null
        },
        {
          "hex": "#3FD100",
          "name": "#3FD100",
          "slug": null,
          "rgb": [
            63,
            209,
            0
          ],
          "hsl": [
            102,
            100,
            41
          ],
          "cmyk": [
            70,
            0,
            100,
            18
          ],
          "luminance": 0.4666,
          "contrast": {
            "black": 10.33,
            "white": 2.03
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A"
            ]
          },
          "url": null,
          "apiUrl": null
        },
        {
          "hex": "#00A7D1",
          "name": "#00A7D1",
          "slug": null,
          "rgb": [
            0,
            167,
            209
          ],
          "hsl": [
            192,
            100,
            41
          ],
          "cmyk": [
            100,
            20,
            0,
            18
          ],
          "luminance": 0.3224,
          "contrast": {
            "black": 7.45,
            "white": 2.82
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A"
            ],
            "AAA": [
              "#000000"
            ]
          },
          "url": null,
          "apiUrl": null
        }
      ],
      "anchor": "dark-violet-harmony-tetradic"
    },
    {
      "key": "splitComplementary",
      "label": "Split Complementary",
      "behavior": "softened complementary contrast",
      "bestUse": "brand palettes, accent pairs, less aggressive contrast",
      "description": "Split-complementary harmony replaces the direct opposite with the two hues beside it. This keeps useful contrast while reducing the visual tension of a pure complementary pair.",
      "colors": [
        {
          "hex": "#A7D100",
          "name": "#A7D100",
          "slug": null,
          "rgb": [
            167,
            209,
            0
          ],
          "hsl": [
            72,
            100,
            41
          ],
          "cmyk": [
            20,
            0,
            100,
            18
          ],
          "luminance": 0.5382,
          "contrast": {
            "black": 11.76,
            "white": 1.79
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A"
            ]
          },
          "url": null,
          "apiUrl": null
        },
        {
          "hex": "#00D12A",
          "name": "#00D12A",
          "slug": null,
          "rgb": [
            0,
            209,
            42
          ],
          "hsl": [
            132,
            100,
            41
          ],
          "cmyk": [
            100,
            0,
            80,
            18
          ],
          "luminance": 0.4577,
          "contrast": {
            "black": 10.15,
            "white": 2.07
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A"
            ]
          },
          "url": null,
          "apiUrl": null
        }
      ],
      "anchor": "dark-violet-harmony-split-complementary"
    },
    {
      "key": "monochromatic",
      "label": "Monochromatic",
      "behavior": "same hue, different values",
      "bestUse": "surfaces, states, elevation, restrained UI themes",
      "description": "Monochromatic harmony keeps the source hue and changes lightness. It is the safest system for tonal UI, cards, hover states, shadows, backgrounds, and subtle visual hierarchy.",
      "colors": [
        {
          "hex": "#C02EFF",
          "name": "#C02EFF",
          "slug": null,
          "rgb": [
            192,
            46,
            255
          ],
          "hsl": [
            282,
            100,
            59
          ],
          "cmyk": [
            25,
            82,
            0,
            0
          ],
          "luminance": 0.2038,
          "contrast": {
            "black": 5.08,
            "white": 4.14
          },
          "wcag": {
            "AA": [
              "#000000"
            ],
            "AAA": []
          },
          "url": null,
          "apiUrl": null
        },
        {
          "hex": "#9400D3",
          "name": "Dark Violet",
          "slug": "dark-violet",
          "rgb": [
            148,
            0,
            211
          ],
          "hsl": [
            282,
            100,
            41
          ],
          "cmyk": [
            30,
            100,
            0,
            17
          ],
          "luminance": 0.11,
          "contrast": {
            "black": 3.2,
            "white": 6.56
          },
          "wcag": {
            "AA": [
              "#FFFFFF",
              "#F5F5F5"
            ],
            "AAA": []
          },
          "url": "https://www.colorsencyclopedia.com/colors/dark-violet/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/colors/dark-violet.json"
        },
        {
          "hex": "#520075",
          "name": "#520075",
          "slug": null,
          "rgb": [
            82,
            0,
            117
          ],
          "hsl": [
            282,
            100,
            23
          ],
          "cmyk": [
            30,
            100,
            0,
            54
          ],
          "luminance": 0.0308,
          "contrast": {
            "black": 1.62,
            "white": 13
          },
          "wcag": {
            "AA": [
              "#FFFFFF",
              "#F5F5F5"
            ],
            "AAA": [
              "#FFFFFF",
              "#F5F5F5"
            ]
          },
          "url": null,
          "apiUrl": null
        }
      ],
      "anchor": "dark-violet-harmony-monochromatic"
    }
  ],
  "signaturePalette": [
    "#9400D3",
    "#3FD100",
    "#2A00D1",
    "#D100A7",
    "#C02EFF",
    "#520075"
  ],
  "semanticGroups": [
    "purple harmony",
    "cool harmony",
    "vibrant harmony",
    "jewel tone harmony",
    "dark violet palette system"
  ],
  "useCases": [
    "palette generation",
    "brand color exploration",
    "UI accent planning",
    "CSS design tokens",
    "AI color retrieval"
  ],
  "accessibilityNotes": [
    "Black contrast on Dark Violet: 3.2:1",
    "White contrast on Dark Violet: 6.56:1",
    "AA text options: #FFFFFF, #F5F5F5"
  ],
  "relatedEndpoints": [
    "https://www.colorsencyclopedia.com/api/harmonies/dark-violet.json",
    "https://www.colorsencyclopedia.com/api/colors/dark-violet.json",
    "https://www.colorsencyclopedia.com/api/hex/9400d3.json"
  ],
  "url": "https://www.colorsencyclopedia.com/harmonies/dark-violet/",
  "apiUrl": "https://www.colorsencyclopedia.com/api/harmonies/dark-violet.json",
  "cssSnippet": ":root {\n  --color-dark-violet: #9400D3;\n  --dark-violet-complementary-1: #3FD100;\n  --dark-violet-analogous-1: #2A00D1;\n  --dark-violet-analogous-2: #D100A7;\n  --dark-violet-triadic-1: #D19200;\n  --dark-violet-triadic-2: #00D192;\n  --dark-violet-tetradic-1: #D12A00;\n  --dark-violet-tetradic-2: #3FD100;\n  --dark-violet-tetradic-3: #00A7D1;\n  --dark-violet-split-complementary-1: #A7D100;\n  --dark-violet-split-complementary-2: #00D12A;\n  --dark-violet-monochromatic-1: #C02EFF;\n  --dark-violet-monochromatic-2: #9400D3;\n  --dark-violet-monochromatic-3: #520075;\n}\n\n.palette-dark-violet-harmony {\n  color: #FFFFFF;\n  background: linear-gradient(135deg, #9400D3, #3FD100, #2A00D1, #D100A7, #C02EFF, #520075);\n}"
}

CSS Harmony Tokens

Use these tokens when Dark Violet needs a complete palette system instead of a single color variable.

:root {
  --color-dark-violet: #9400D3;
  --dark-violet-complementary-1: #3FD100;
  --dark-violet-analogous-1: #2A00D1;
  --dark-violet-analogous-2: #D100A7;
  --dark-violet-triadic-1: #D19200;
  --dark-violet-triadic-2: #00D192;
  --dark-violet-tetradic-1: #D12A00;
  --dark-violet-tetradic-2: #3FD100;
  --dark-violet-tetradic-3: #00A7D1;
  --dark-violet-split-complementary-1: #A7D100;
  --dark-violet-split-complementary-2: #00D12A;
  --dark-violet-monochromatic-1: #C02EFF;
  --dark-violet-monochromatic-2: #9400D3;
  --dark-violet-monochromatic-3: #520075;
}

.palette-dark-violet-harmony {
  color: #FFFFFF;
  background: linear-gradient(135deg, #9400D3, #3FD100, #2A00D1, #D100A7, #C02EFF, #520075);
}

Dark Violet Harmony Groups

Open a group to inspect its generated colors, intended behavior, and best design use. Anchor links above open the matching group directly.

Complementary Harmony1 colors · maximum hue contrast

The complementary set starts from Dark Violet #9400D3 and produces #3FD100. Its maximum hue contrast relationship suits accent colors, strong calls to action, and visual opposition. None of these generated values has an exact named-color match in the current dataset.

Behaviormaximum hue contrast
Best useaccent colors, strong calls to action, visual opposition
Source colorDark Violet · #9400D3
Analogous Harmony2 colors · neighboring hue movement

The analogous set starts from Dark Violet #9400D3 and produces #2A00D1 and #D100A7. Its neighboring hue movement relationship suits calm palettes, gradients, and natural transitions. None of these generated values has an exact named-color match in the current dataset.

Behaviorneighboring hue movement
Best usecalm palettes, gradients, natural transitions
Source colorDark Violet · #9400D3
Triadic Harmony2 colors · three evenly spaced hues

The triadic set starts from Dark Violet #9400D3 and produces #D19200 and #00D192. Its three evenly spaced hues relationship suits balanced contrast, playful systems, and broad palette range. None of these generated values has an exact named-color match in the current dataset.

Behaviorthree evenly spaced hues
Best usebalanced contrast, playful systems, broad palette range
Source colorDark Violet · #9400D3
Tetradic Harmony3 colors · two complementary pairs

The tetradic set starts from Dark Violet #9400D3 and produces #D12A00, #3FD100, and #00A7D1. Its two complementary pairs relationship suits large design systems, dashboards, and multi-state UI. None of these generated values has an exact named-color match in the current dataset.

Behaviortwo complementary pairs
Best uselarge design systems, dashboards, multi-state UI
Source colorDark Violet · #9400D3
Split Complementary Harmony2 colors · softened complementary contrast

The split complementary set starts from Dark Violet #9400D3 and produces #A7D100 and #00D12A. Its softened complementary contrast relationship suits brand palettes, accent pairs, and less aggressive contrast. None of these generated values has an exact named-color match in the current dataset.

Behaviorsoftened complementary contrast
Best usebrand palettes, accent pairs, less aggressive contrast
Source colorDark Violet · #9400D3
Monochromatic Harmony3 colors · same hue, different values

The monochromatic set starts from Dark Violet #9400D3 and produces #C02EFF, #9400D3, and #520075. Its same hue, different values relationship suits surfaces, states, elevation, and restrained UI themes. The generated values match Dark Violet in the named-color dataset.

Behaviorsame hue, different values
Best usesurfaces, states, elevation, restrained UI themes
Source colorDark Violet · #9400D3