Harmony system

Dark Orchid Color Harmonies

Dark Orchid harmonies from #9932CC: complementary #66CD32, plus five harmony groups with CSS and contrast data.

Dark Orchid is a cool purple at hue 280°, saturation 61% and lightness 50%. 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 Orchid · #9932CC
Groups6
Palette colors6
FamilyPurple

How the harmony works

Dark Orchid Harmony Guide

Dark Orchid 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 Orchid Harmony Data (JSON)

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

AI-Ready Dataset v1.0.0
Luminance0.1341
Black text3.68:1AA Fail
White text5.7: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-orchid",
  "name": "Dark Orchid",
  "hex": "#9932CC",
  "url": "https://www.colorsencyclopedia.com/colors/dark-orchid/",
  "apiUrl": "https://www.colorsencyclopedia.com/api/colors/dark-orchid.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": "#66CD32",
        "name": "#66CD32",
        "slug": null,
        "rgb": [
          102,
          205,
          50
        ],
        "hsl": [
          100,
          61,
          50
        ],
        "cmyk": [
          50,
          0,
          76,
          20
        ],
        "luminance": 0.4672,
        "contrast": {
          "black": 10.34,
          "white": 2.03
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A"
          ]
        },
        "url": null,
        "apiUrl": null
      }
    ],
    "anchor": "dark-orchid-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": "#4C32CD",
        "name": "#4C32CD",
        "slug": null,
        "rgb": [
          76,
          50,
          205
        ],
        "hsl": [
          250,
          61,
          50
        ],
        "cmyk": [
          63,
          76,
          0,
          20
        ],
        "luminance": 0.0823,
        "contrast": {
          "black": 2.65,
          "white": 7.94
        },
        "wcag": {
          "AA": [
            "#FFFFFF",
            "#F5F5F5"
          ],
          "AAA": [
            "#FFFFFF",
            "#F5F5F5"
          ]
        },
        "url": null,
        "apiUrl": null
      },
      {
        "hex": "#CD32B3",
        "name": "#CD32B3",
        "slug": null,
        "rgb": [
          205,
          50,
          179
        ],
        "hsl": [
          310,
          61,
          50
        ],
        "cmyk": [
          0,
          76,
          13,
          20
        ],
        "luminance": 0.1852,
        "contrast": {
          "black": 4.7,
          "white": 4.46
        },
        "wcag": {
          "AA": [
            "#000000"
          ],
          "AAA": []
        },
        "url": null,
        "apiUrl": null
      }
    ],
    "anchor": "dark-orchid-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": "#CD9932",
        "name": "#CD9932",
        "slug": null,
        "rgb": [
          205,
          153,
          50
        ],
        "hsl": [
          40,
          61,
          50
        ],
        "cmyk": [
          0,
          25,
          76,
          20
        ],
        "luminance": 0.3599,
        "contrast": {
          "black": 8.2,
          "white": 2.56
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A"
          ],
          "AAA": [
            "#000000"
          ]
        },
        "url": null,
        "apiUrl": null
      },
      {
        "hex": "#32CD99",
        "name": "#32CD99",
        "slug": null,
        "rgb": [
          50,
          205,
          153
        ],
        "hsl": [
          160,
          61,
          50
        ],
        "cmyk": [
          76,
          0,
          25,
          20
        ],
        "luminance": 0.4664,
        "contrast": {
          "black": 10.33,
          "white": 2.03
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A"
          ]
        },
        "url": null,
        "apiUrl": null
      }
    ],
    "anchor": "dark-orchid-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": "#CD4C32",
        "name": "#CD4C32",
        "slug": null,
        "rgb": [
          205,
          76,
          50
        ],
        "hsl": [
          10,
          61,
          50
        ],
        "cmyk": [
          0,
          63,
          76,
          20
        ],
        "luminance": 0.1838,
        "contrast": {
          "black": 4.68,
          "white": 4.49
        },
        "wcag": {
          "AA": [
            "#000000"
          ],
          "AAA": []
        },
        "url": null,
        "apiUrl": null
      },
      {
        "hex": "#66CD32",
        "name": "#66CD32",
        "slug": null,
        "rgb": [
          102,
          205,
          50
        ],
        "hsl": [
          100,
          61,
          50
        ],
        "cmyk": [
          50,
          0,
          76,
          20
        ],
        "luminance": 0.4672,
        "contrast": {
          "black": 10.34,
          "white": 2.03
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A"
          ]
        },
        "url": null,
        "apiUrl": null
      },
      {
        "hex": "#32B3CD",
        "name": "#32B3CD",
        "slug": null,
        "rgb": [
          50,
          179,
          205
        ],
        "hsl": [
          190,
          61,
          50
        ],
        "cmyk": [
          76,
          13,
          0,
          20
        ],
        "luminance": 0.3733,
        "contrast": {
          "black": 8.47,
          "white": 2.48
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A"
          ]
        },
        "url": null,
        "apiUrl": null
      }
    ],
    "anchor": "dark-orchid-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": "#B3CD32",
        "name": "#B3CD32",
        "slug": null,
        "rgb": [
          179,
          205,
          50
        ],
        "hsl": [
          70,
          61,
          50
        ],
        "cmyk": [
          13,
          0,
          76,
          20
        ],
        "luminance": 0.5348,
        "contrast": {
          "black": 11.7,
          "white": 1.8
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A"
          ]
        },
        "url": null,
        "apiUrl": null
      },
      {
        "hex": "#32CD4C",
        "name": "#32CD4C",
        "slug": null,
        "rgb": [
          50,
          205,
          76
        ],
        "hsl": [
          130,
          61,
          50
        ],
        "cmyk": [
          76,
          0,
          63,
          20
        ],
        "luminance": 0.4486,
        "contrast": {
          "black": 9.97,
          "white": 2.11
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A"
          ]
        },
        "url": null,
        "apiUrl": null
      }
    ],
    "anchor": "dark-orchid-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": "#BE7CDF",
        "name": "#BE7CDF",
        "slug": null,
        "rgb": [
          190,
          124,
          223
        ],
        "hsl": [
          280,
          61,
          68
        ],
        "cmyk": [
          15,
          44,
          0,
          13
        ],
        "luminance": 0.3069,
        "contrast": {
          "black": 7.14,
          "white": 2.94
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A"
          ],
          "AAA": [
            "#000000"
          ]
        },
        "url": null,
        "apiUrl": null
      },
      {
        "hex": "#9932CC",
        "name": "Dark Orchid",
        "slug": "dark-orchid",
        "rgb": [
          153,
          50,
          204
        ],
        "hsl": [
          280,
          61,
          50
        ],
        "cmyk": [
          25,
          75,
          0,
          20
        ],
        "luminance": 0.1341,
        "contrast": {
          "black": 3.68,
          "white": 5.7
        },
        "wcag": {
          "AA": [
            "#FFFFFF",
            "#F5F5F5"
          ],
          "AAA": []
        },
        "url": "https://www.colorsencyclopedia.com/colors/dark-orchid/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/colors/dark-orchid.json"
      },
      {
        "hex": "#622083",
        "name": "#622083",
        "slug": null,
        "rgb": [
          98,
          32,
          131
        ],
        "hsl": [
          280,
          61,
          32
        ],
        "cmyk": [
          25,
          76,
          0,
          49
        ],
        "luminance": 0.0527,
        "contrast": {
          "black": 2.05,
          "white": 10.22
        },
        "wcag": {
          "AA": [
            "#FFFFFF",
            "#F5F5F5"
          ],
          "AAA": [
            "#FFFFFF",
            "#F5F5F5"
          ]
        },
        "url": null,
        "apiUrl": null
      }
    ],
    "anchor": "dark-orchid-harmony-monochromatic"
  }
]
Signature palette
[
  "#9932CC",
  "#66CD32",
  "#4C32CD",
  "#CD32B3",
  "#BE7CDF",
  "#622083"
]
Accessibility notes
[
  "Black contrast on Dark Orchid: 3.68:1",
  "White contrast on Dark Orchid: 5.7:1",
  "AA text options: #FFFFFF, #F5F5F5"
]
CSS tokens
":root {\n  --color-dark-orchid: #9932CC;\n  --dark-orchid-complementary-1: #66CD32;\n  --dark-orchid-analogous-1: #4C32CD;\n  --dark-orchid-analogous-2: #CD32B3;\n  --dark-orchid-triadic-1: #CD9932;\n  --dark-orchid-triadic-2: #32CD99;\n  --dark-orchid-tetradic-1: #CD4C32;\n  --dark-orchid-tetradic-2: #66CD32;\n  --dark-orchid-tetradic-3: #32B3CD;\n  --dark-orchid-split-complementary-1: #B3CD32;\n  --dark-orchid-split-complementary-2: #32CD4C;\n  --dark-orchid-monochromatic-1: #BE7CDF;\n  --dark-orchid-monochromatic-2: #9932CC;\n  --dark-orchid-monochromatic-3: #622083;\n}\n\n.palette-dark-orchid-harmony {\n  color: #FFFFFF;\n  background: linear-gradient(135deg, #9932CC, #66CD32, #4C32CD, #CD32B3, #BE7CDF, #622083);\n}"
Full JSON dataset
{
  "datasetVersion": "1.0.0",
  "slug": "dark-orchid",
  "name": "Dark Orchid",
  "hex": "#9932CC",
  "rgb": [
    153,
    50,
    204
  ],
  "hsl": [
    280,
    61,
    50
  ],
  "cmyk": [
    25,
    75,
    0,
    20
  ],
  "family": "purple",
  "temperature": "cool",
  "tone": [
    "balanced"
  ],
  "luminance": 0.1341,
  "contrast": {
    "black": 3.68,
    "white": 5.7
  },
  "wcag": {
    "AA": [
      "#FFFFFF",
      "#F5F5F5"
    ],
    "AAA": []
  },
  "sourceColor": {
    "slug": "dark-orchid",
    "name": "Dark Orchid",
    "hex": "#9932CC",
    "url": "https://www.colorsencyclopedia.com/colors/dark-orchid/",
    "apiUrl": "https://www.colorsencyclopedia.com/api/colors/dark-orchid.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": "#66CD32",
          "name": "#66CD32",
          "slug": null,
          "rgb": [
            102,
            205,
            50
          ],
          "hsl": [
            100,
            61,
            50
          ],
          "cmyk": [
            50,
            0,
            76,
            20
          ],
          "luminance": 0.4672,
          "contrast": {
            "black": 10.34,
            "white": 2.03
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A"
            ]
          },
          "url": null,
          "apiUrl": null
        }
      ],
      "anchor": "dark-orchid-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": "#4C32CD",
          "name": "#4C32CD",
          "slug": null,
          "rgb": [
            76,
            50,
            205
          ],
          "hsl": [
            250,
            61,
            50
          ],
          "cmyk": [
            63,
            76,
            0,
            20
          ],
          "luminance": 0.0823,
          "contrast": {
            "black": 2.65,
            "white": 7.94
          },
          "wcag": {
            "AA": [
              "#FFFFFF",
              "#F5F5F5"
            ],
            "AAA": [
              "#FFFFFF",
              "#F5F5F5"
            ]
          },
          "url": null,
          "apiUrl": null
        },
        {
          "hex": "#CD32B3",
          "name": "#CD32B3",
          "slug": null,
          "rgb": [
            205,
            50,
            179
          ],
          "hsl": [
            310,
            61,
            50
          ],
          "cmyk": [
            0,
            76,
            13,
            20
          ],
          "luminance": 0.1852,
          "contrast": {
            "black": 4.7,
            "white": 4.46
          },
          "wcag": {
            "AA": [
              "#000000"
            ],
            "AAA": []
          },
          "url": null,
          "apiUrl": null
        }
      ],
      "anchor": "dark-orchid-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": "#CD9932",
          "name": "#CD9932",
          "slug": null,
          "rgb": [
            205,
            153,
            50
          ],
          "hsl": [
            40,
            61,
            50
          ],
          "cmyk": [
            0,
            25,
            76,
            20
          ],
          "luminance": 0.3599,
          "contrast": {
            "black": 8.2,
            "white": 2.56
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A"
            ],
            "AAA": [
              "#000000"
            ]
          },
          "url": null,
          "apiUrl": null
        },
        {
          "hex": "#32CD99",
          "name": "#32CD99",
          "slug": null,
          "rgb": [
            50,
            205,
            153
          ],
          "hsl": [
            160,
            61,
            50
          ],
          "cmyk": [
            76,
            0,
            25,
            20
          ],
          "luminance": 0.4664,
          "contrast": {
            "black": 10.33,
            "white": 2.03
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A"
            ]
          },
          "url": null,
          "apiUrl": null
        }
      ],
      "anchor": "dark-orchid-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": "#CD4C32",
          "name": "#CD4C32",
          "slug": null,
          "rgb": [
            205,
            76,
            50
          ],
          "hsl": [
            10,
            61,
            50
          ],
          "cmyk": [
            0,
            63,
            76,
            20
          ],
          "luminance": 0.1838,
          "contrast": {
            "black": 4.68,
            "white": 4.49
          },
          "wcag": {
            "AA": [
              "#000000"
            ],
            "AAA": []
          },
          "url": null,
          "apiUrl": null
        },
        {
          "hex": "#66CD32",
          "name": "#66CD32",
          "slug": null,
          "rgb": [
            102,
            205,
            50
          ],
          "hsl": [
            100,
            61,
            50
          ],
          "cmyk": [
            50,
            0,
            76,
            20
          ],
          "luminance": 0.4672,
          "contrast": {
            "black": 10.34,
            "white": 2.03
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A"
            ]
          },
          "url": null,
          "apiUrl": null
        },
        {
          "hex": "#32B3CD",
          "name": "#32B3CD",
          "slug": null,
          "rgb": [
            50,
            179,
            205
          ],
          "hsl": [
            190,
            61,
            50
          ],
          "cmyk": [
            76,
            13,
            0,
            20
          ],
          "luminance": 0.3733,
          "contrast": {
            "black": 8.47,
            "white": 2.48
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A"
            ]
          },
          "url": null,
          "apiUrl": null
        }
      ],
      "anchor": "dark-orchid-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": "#B3CD32",
          "name": "#B3CD32",
          "slug": null,
          "rgb": [
            179,
            205,
            50
          ],
          "hsl": [
            70,
            61,
            50
          ],
          "cmyk": [
            13,
            0,
            76,
            20
          ],
          "luminance": 0.5348,
          "contrast": {
            "black": 11.7,
            "white": 1.8
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A"
            ]
          },
          "url": null,
          "apiUrl": null
        },
        {
          "hex": "#32CD4C",
          "name": "#32CD4C",
          "slug": null,
          "rgb": [
            50,
            205,
            76
          ],
          "hsl": [
            130,
            61,
            50
          ],
          "cmyk": [
            76,
            0,
            63,
            20
          ],
          "luminance": 0.4486,
          "contrast": {
            "black": 9.97,
            "white": 2.11
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A"
            ]
          },
          "url": null,
          "apiUrl": null
        }
      ],
      "anchor": "dark-orchid-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": "#BE7CDF",
          "name": "#BE7CDF",
          "slug": null,
          "rgb": [
            190,
            124,
            223
          ],
          "hsl": [
            280,
            61,
            68
          ],
          "cmyk": [
            15,
            44,
            0,
            13
          ],
          "luminance": 0.3069,
          "contrast": {
            "black": 7.14,
            "white": 2.94
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A"
            ],
            "AAA": [
              "#000000"
            ]
          },
          "url": null,
          "apiUrl": null
        },
        {
          "hex": "#9932CC",
          "name": "Dark Orchid",
          "slug": "dark-orchid",
          "rgb": [
            153,
            50,
            204
          ],
          "hsl": [
            280,
            61,
            50
          ],
          "cmyk": [
            25,
            75,
            0,
            20
          ],
          "luminance": 0.1341,
          "contrast": {
            "black": 3.68,
            "white": 5.7
          },
          "wcag": {
            "AA": [
              "#FFFFFF",
              "#F5F5F5"
            ],
            "AAA": []
          },
          "url": "https://www.colorsencyclopedia.com/colors/dark-orchid/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/colors/dark-orchid.json"
        },
        {
          "hex": "#622083",
          "name": "#622083",
          "slug": null,
          "rgb": [
            98,
            32,
            131
          ],
          "hsl": [
            280,
            61,
            32
          ],
          "cmyk": [
            25,
            76,
            0,
            49
          ],
          "luminance": 0.0527,
          "contrast": {
            "black": 2.05,
            "white": 10.22
          },
          "wcag": {
            "AA": [
              "#FFFFFF",
              "#F5F5F5"
            ],
            "AAA": [
              "#FFFFFF",
              "#F5F5F5"
            ]
          },
          "url": null,
          "apiUrl": null
        }
      ],
      "anchor": "dark-orchid-harmony-monochromatic"
    }
  ],
  "signaturePalette": [
    "#9932CC",
    "#66CD32",
    "#4C32CD",
    "#CD32B3",
    "#BE7CDF",
    "#622083"
  ],
  "semanticGroups": [
    "purple harmony",
    "cool harmony",
    "balanced harmony",
    "dark orchid palette system"
  ],
  "useCases": [
    "palette generation",
    "brand color exploration",
    "UI accent planning",
    "CSS design tokens",
    "AI color retrieval"
  ],
  "accessibilityNotes": [
    "Black contrast on Dark Orchid: 3.68:1",
    "White contrast on Dark Orchid: 5.7:1",
    "AA text options: #FFFFFF, #F5F5F5"
  ],
  "relatedEndpoints": [
    "https://www.colorsencyclopedia.com/api/harmonies/dark-orchid.json",
    "https://www.colorsencyclopedia.com/api/colors/dark-orchid.json",
    "https://www.colorsencyclopedia.com/api/hex/9932cc.json"
  ],
  "url": "https://www.colorsencyclopedia.com/harmonies/dark-orchid/",
  "apiUrl": "https://www.colorsencyclopedia.com/api/harmonies/dark-orchid.json",
  "cssSnippet": ":root {\n  --color-dark-orchid: #9932CC;\n  --dark-orchid-complementary-1: #66CD32;\n  --dark-orchid-analogous-1: #4C32CD;\n  --dark-orchid-analogous-2: #CD32B3;\n  --dark-orchid-triadic-1: #CD9932;\n  --dark-orchid-triadic-2: #32CD99;\n  --dark-orchid-tetradic-1: #CD4C32;\n  --dark-orchid-tetradic-2: #66CD32;\n  --dark-orchid-tetradic-3: #32B3CD;\n  --dark-orchid-split-complementary-1: #B3CD32;\n  --dark-orchid-split-complementary-2: #32CD4C;\n  --dark-orchid-monochromatic-1: #BE7CDF;\n  --dark-orchid-monochromatic-2: #9932CC;\n  --dark-orchid-monochromatic-3: #622083;\n}\n\n.palette-dark-orchid-harmony {\n  color: #FFFFFF;\n  background: linear-gradient(135deg, #9932CC, #66CD32, #4C32CD, #CD32B3, #BE7CDF, #622083);\n}"
}

CSS Harmony Tokens

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

:root {
  --color-dark-orchid: #9932CC;
  --dark-orchid-complementary-1: #66CD32;
  --dark-orchid-analogous-1: #4C32CD;
  --dark-orchid-analogous-2: #CD32B3;
  --dark-orchid-triadic-1: #CD9932;
  --dark-orchid-triadic-2: #32CD99;
  --dark-orchid-tetradic-1: #CD4C32;
  --dark-orchid-tetradic-2: #66CD32;
  --dark-orchid-tetradic-3: #32B3CD;
  --dark-orchid-split-complementary-1: #B3CD32;
  --dark-orchid-split-complementary-2: #32CD4C;
  --dark-orchid-monochromatic-1: #BE7CDF;
  --dark-orchid-monochromatic-2: #9932CC;
  --dark-orchid-monochromatic-3: #622083;
}

.palette-dark-orchid-harmony {
  color: #FFFFFF;
  background: linear-gradient(135deg, #9932CC, #66CD32, #4C32CD, #CD32B3, #BE7CDF, #622083);
}

Dark Orchid 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 Orchid #9932CC and produces #66CD32. 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 Orchid · #9932CC
Analogous Harmony2 colors · neighboring hue movement

The analogous set starts from Dark Orchid #9932CC and produces #4C32CD and #CD32B3. 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 Orchid · #9932CC
Triadic Harmony2 colors · three evenly spaced hues

The triadic set starts from Dark Orchid #9932CC and produces #CD9932 and #32CD99. 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 Orchid · #9932CC
Tetradic Harmony3 colors · two complementary pairs

The tetradic set starts from Dark Orchid #9932CC and produces #CD4C32, #66CD32, and #32B3CD. 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 Orchid · #9932CC
Split Complementary Harmony2 colors · softened complementary contrast

The split complementary set starts from Dark Orchid #9932CC and produces #B3CD32 and #32CD4C. 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 Orchid · #9932CC
Monochromatic Harmony3 colors · same hue, different values

The monochromatic set starts from Dark Orchid #9932CC and produces #BE7CDF, #9932CC, and #622083. Its same hue, different values relationship suits surfaces, states, elevation, and restrained UI themes. The generated values match Dark Orchid in the named-color dataset.

Behaviorsame hue, different values
Best usesurfaces, states, elevation, restrained UI themes
Source colorDark Orchid · #9932CC