CSS color names · Purples

Dark Orchid color: hex #9932cc, RGB and HSL

Dark Orchid is the CSS keyword darkorchid, hex #9932cc, rgb(153, 50, 204), hsl(280, 61%, 50%). It is a medium, vivid violet in the purples family. Below: the colors that go with it, its tints and shades, how it reads as text, and a complete interface palette built from it.

CSS name
darkorchid
Hex
#9932cc
RGB
rgb(153, 50, 204)
HSL
hsl(280, 61%, 50%)
On white
5.7:1 — passes AA for body text
On black
3.68:1 — large text and UI only (3:1)
.example {
  color: darkorchid;          /* keyword */
  color: #9932cc;          /* hex */
  color: rgb(153, 50, 204); /* rgb */
  color: hsl(280, 61%, 50%); /* hsl */
}

What colors go with dark orchid

Each match keeps dark orchid's saturation and lightness and rotates only the hue, so the relationship is the wheel's and nothing else. Any of these can be an accent beside dark orchid as the primary; the harmony guides explain which rule suits which interface.

Complementary

The opposite hue, 180° away — the strongest contrast, best kept to one accent per screen.

#65cc32

Split-complementary

The two neighbors of the complement, at 150° and 210° — most of the contrast with less tension, and two accents instead of one.

#b2cc32
#32cc4c

Triadic

Two hues at 120° and 240° — three evenly spaced signals, the scheme charts and category colors want.

#cc9932
#32cc99

Analogous

The neighbors at −30° and +30° — calm and cohesive, with emphasis coming from weight and size rather than hue.

#4c32cc
#cc32b2

Tints and shades of dark orchid

Tints add lightness toward white; shades remove it toward black. The hue and saturation stay fixed, so every step still reads as dark orchid — these are the hover, pressed, disabled and surface variants a single brand color needs.

Tints (lighter)

#aa54d5
#bb76dd
#cc98e6
#ddbaee
#eeddf7

Shades (darker)

#802aaa
#662188
#4d1966
#331144
#1a0822

A UI color palette built from dark orchid

The eight semantic roles an interface actually uses, derived from dark orchid as the primary with the split-complementary rule: secondary and accent rotate around the wheel, and the five neutrals take the hue at lightness steps tuned for light and dark mode. This is the same derivation the palette generator runs — open it there to change the rule, drag the anchors, or export the set as CSS variables.

Light mode
primary
#9932cc
secondary
#b2cc32
accent
#32cc4c
background
#fdfcfd
surface
#f5f3f7
text
#1d1122
muted
#7c578f
border
#e8dfec
Dark mode
primary
#a447d2
secondary
#bad247
accent
#47d25e
background
#160e1b
surface
#221528
text
#f5f3f6
muted
#ab96b6
border
#3e2749

Using dark orchid in an interface

Purple is the hue most SaaS products have settled on for a primary — it is distinct from the blues of links and the reds and greens of status. The slate blues and indigo make dependable primaries; the light lavenders make tinted surfaces that still read as brand. Whichever role dark orchid takes, define it once as a token rather than repeating the keyword: the semantic palette guide covers the eight roles, and the guides to complementary, triadic and the other color schemes explain how to weight the matches above.

What is the hex code for Dark Orchid?
Dark Orchid is #9932cc. In CSS the keyword darkorchid, the hex #9932cc, rgb(153, 50, 204) and hsl(280, 61%, 50%) all paint the same color.
What colors go with Dark Orchid?
Its complement is #65cc32, the split-complementary pair is #b2cc32 and #32cc4c, the triadic partners are #cc9932 and #32cc99, and the analogous neighbors are #4c32cc and #cc32b2. In an interface, use Dark Orchid for most colored elements and one of these for a single accent, at roughly an 80/20 split.
What is the opposite of Dark Orchid on the color wheel?
The opposite (complementary) color is #65cc32, the same saturation and lightness rotated 180° around the HSL wheel. Complementary pairs give the strongest contrast, which is why the complement should be used sparingly rather than at equal weight.
Can I use Dark Orchid for text?
Dark Orchid as text on white has a contrast ratio of 5.7:1, which passes WCAG AA for body text (4.5:1). On black it is 3.68:1, which fails for body text. It works as a text color on light surfaces.

Similar named colors

More purples

We'd like to use Google cookies to understand how Nodlume is used and to measure our advertising. Nothing loads until you choose, and declining does not affect anything in the app.