What color is Light Purple?
Light purple is a soft, muted shade of violet with a gentle pink undertone, hex #DAB1DA, similar in tone to a dried lavender bloom. It has a quiet, powdery quality that feels cooler than blush but warmer than a true grey-violet.
What is the meaning of the color Light Purple?
Purple dye was among the most expensive pigments in the ancient world, produced from sea snails along the Phoenician coast and reserved largely for royalty and clergy. Lighter, diluted purples became more accessible after synthetic aniline dyes were developed in the mid-19th century, beginning with William Perkin’s mauveine in 1856. As these softer tones spread through textile manufacturing, they became associated with femininity and refinement in Victorian fashion. By the early 20th century, light purple had been adopted in commercial design, and Cadbury used a similar shade for its milk chocolate packaging starting around 1914.
What colors go with Light Purple?
Similar Colors
Conversions & Codes
| Format | Value | CSS |
|---|---|---|
| HEX | #DAB1DA |
color: #DAB1DA;
|
| RGB | 218, 177, 218 |
color: rgb(218, 177, 218);
|
| RGB Percentage | 85%, 69%, 85% |
color: rgb(85%, 69%, 85%);
|
| CMYK | 0%, 19%, 0%, 15% | Not supported in CSS |
| HSL | 300°, 36%, 77% |
color: hsl(300, 36%, 77%);
|
| HSV | 300°, 19%, 85% | Not supported in CSS |
| CIE-LAB | 62, 8, -14 |
color: lab(62% 8 -14);
|
| Decimal | 14332378 | Not supported in CSS |
Color Variations
Shades
Tints
Tones
Hues
Color Harmonies
Analogous
Complementary
Split Complementary
Triadic
Tetradic
Square
CSS & Dev Snippets
.light-purple {
color: #DAB1DA;
}
$light-purple: #DAB1DA;
rgb(218, 177, 218)