Medium Purple sits in the violet / purple family, with the hex code #9370DB mapping to rgb(147, 112, 219) in RGB and hsl(259.6, 59.8%, 64.9%) in HSL. In OKLCH it carries 63% perceptual lightness and 0.158 chroma — a highly saturated, dark reading that behaves well as a primary, accent or decisive colour in modern interfaces. Violet historically required the most expensive dyes, which is why it still carries associations with luxury, royalty and creativity. In modern UI it has become the signature of imaginative, "premium" tech — the colour brands choose when blue feels too utilitarian.
Violet historically required the most expensive dyes, which is why it still carries associations with luxury, royalty and creativity. In modern UI it has become the signature of imaginative, "premium" tech — the colour brands choose when blue feels too utilitarian.
Deep violets render almost identically to navy on small screens — keep at least 0.10 chroma in OKLCH or it will collapse to "dark blue" in users' minds.
#9370DBrgb(147, 112, 219)hsl(259.6, 59.8%, 64.9%)hsv(259.6, 48.9%, 85.9%)lch(54.45% 59.73 302.06)oklch(62.69% 0.158 296.67)lab(54.45% 31.71 -50.62):root {
--color: #9370db;
--color-rgb: rgb(147, 112, 219);
--color-hsl: hsl(259.6, 59.8%, 64.9%);
--color-oklch: oklch(62.69% 0.158 296.67);
}How medium purple performs as foreground text on common surfaces, scored with WCAG 2.1.
Tints are produced by mixing medium purple with progressively more white.
Shades are produced by mixing medium purple with progressively more black.
Tones are produced by mixing medium purple with progressively more gray, lowering chroma while keeping lightness.