Purple Mountain Majesty (#9678B6)
HEX, RGB, HSL, CMYK values + mood/style/use-case color tags. Use this page to keep your colors consistent across web and print.
Preview
Contrast vs white: 3.71:1 — vs black: 5.66:1
Color values
-
HEX
#9678B6 -
RGB
rgb(150, 120, 182) -
HSL
hsl(269, 34%, 71%) -
CMYK
cmyk( 17.58, 34.07, 0, 28.63 ) -
Websafe
#9966CC
Tags
Tip: tags are heuristic suggestions (helpful for browsing and inspiration).
Color Harmonies
Colors that pair well with #9678B6 based on color theory relationships.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#9678B6
Base
#98B678
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#9678B6
Base
#7879B6
#B578B6
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#9678B6
Base
#B69678
#78B696
Two colors flanking the complement — high contrast with less tension than full complementary.
#9678B6
Base
#B6B578
#79B678
Four colors at 90° intervals — rich variety, best when one color dominates.
#9678B6
Base
#B67879
#98B678
#78B6B5
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#9678B6
Base
#4A3461
#704F92
#815EA8
#AB92C4
#BDAAD1
#E3DBEC
Darker shades and lighter tints of Purple Mountain Majesty, generated by adjusting lightness while keeping the same hue and saturation.
Shades (darker)
#0D0911
#281C34
#433058
#5F437C
#7A57A0
#9678B6
Base
#A890C3
#BBA7D0
#CDBFDC
#E0D7E9
#F2EEF6
Ready-to-use code snippets for #9678B6. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #9678B6;
}
/* Text */
.element {
color: #9678B6;
}
/* Border */
.element {
border: 1px solid #9678B6;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#9678B6,
#B7CF9D
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#9678B6,
#B7CF9D
);
}
// SCSS variable
$purple-mountain-majesty: #9678B6;
// With RGB channels (useful for rgba() usage)
$purple-mountain-majesty-r: 150;
$purple-mountain-majesty-g: 120;
$purple-mountain-majesty-b: 182;
// Usage
.element {
background-color: $purple-mountain-majesty;
color: rgba($purple-mountain-majesty-r, $purple-mountain-majesty-g, $purple-mountain-majesty-b, 0.8);
}
How Purple Mountain Majesty appears to people with different types of color vision deficiency.
#9678B6
How the color appears with full color vision.
#8282B6
Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
#7C7CB6
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#8D8282
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#858585
Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
How to use this color
- Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
- Use CMYK when preparing print assets (posters, packaging, brochures).
- Check contrast before using it for text or important UI elements.