What color is Pastel Purple?
Pastel purple is a soft, muted violet with a gentle grey undertone, hex #B39EB5, close to the color of dried lavender flowers. The grey in the tone keeps it calm rather than bright, giving it a dusty, faded quality.
What is the meaning of the color Pastel Purple?
Purple dyes were historically among the most expensive to produce, and the softer, greyed versions of the color became associated with half-mourning in Victorian England, worn during the later stages of bereavement as a transition away from black. By the mid-19th century, William Perkin’s accidental synthesis of mauveine in 1856 made pale purple tones far more accessible to ordinary consumers for the first time. The new availability of affordable purple fabric shifted the color from strict exclusivity toward everyday femininity and refinement. Hallmark has used soft purple as a core brand color since the mid-20th century, anchoring the shade to sentimentality and care in the greeting card industry.
What colors go with Pastel Purple?
Similar Colors
Conversions & Codes
| Format | Value | CSS |
|---|---|---|
| HEX | #B39EB5 |
color: #B39EB5;
|
| RGB | 179, 158, 181 |
color: rgb(179, 158, 181);
|
| RGB Percentage | 70%, 62%, 71% |
color: rgb(70%, 62%, 71%);
|
| CMYK | 1%, 13%, 0%, 29% | Not supported in CSS |
| HSL | 295°, 13%, 66% |
color: hsl(295, 13%, 66%);
|
| HSV | 295°, 13%, 71% | Not supported in CSS |
| CIE-LAB | 53, 4, -8 |
color: lab(53% 4 -8);
|
| Decimal | 11771573 | Not supported in CSS |
Color Variations
Shades
Tints
Tones
Hues
Color Harmonies
Analogous
Complementary
Split Complementary
Triadic
Tetradic
Square
CSS & Dev Snippets
.pastel-purple {
color: #B39EB5;
}
$pastel-purple: #B39EB5;
rgb(179, 158, 181)