What is the CMYK code for vivid purple?
The CSS color vivid purple in CMYK format is cmyk(38.8%, 100%, 0%, 2%). Use this value directly in CSS, SVG, and most design tools.
How do I use vivid purple in CSS?
To apply vivid purple in CSS:
- Text color: color: cmyk(38.8%, 100%, 0%, 2%);
- Background: background-color: cmyk(38.8%, 100%, 0%, 2%);
- Border: border-color: cmyk(38.8%, 100%, 0%, 2%);
What are all the color format values for vivid purple?
| Format | Value |
|---|---|
| HEX | #9900fa |
| RGB | rgb(153, 0, 250) |
| HSL | hsl(276.7, 100%, 49%) |
| CMYK | cmyk(38.8%, 100%, 0%, 2%) |
How do I convert vivid purple to CMYK?
Select vivid purple from the color name list in our color converter. The CMYK value — cmyk(38.8%, 100%, 0%, 2%) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does vivid purple belong to?
vivid purple belongs to the purple color family. It is a medium, vivid color with HSL values: hue 276.7°, saturation 100%, lightness 49%.
How do I create lighter and darker shades of vivid purple?
Lighter variant (lightness 64%): #b847ff. Darker variant (lightness 34%): #6a00ad. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is CMYK used for?
CMYK (Cyan, Magenta, Yellow, Key/Black) is used in print design. Unlike RGB which adds light, CMYK subtracts it using ink. Always convert to CMYK before sending files to a professional printer.