Vivid Violet
#9f00ff
Vivid Violet is a color with the hex code #9f00ff. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #9f00ff | |
|---|---|---|
| RGB | rgb(159, 0, 255) | |
| HSL | hsl(277, 100%, 50%) | |
| CMYK | cmyk(38%, 100%, 0%, 0%) | |
| LAB | lab(44, 78, -88) | |
| OKLCH | oklch(0.57 0.297 304) |
Color harmonies
Tints & shades
Code snippets
color: #9f00ff;
background-color: #9f00ff;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-purple-500 /* ≈ #ad46ff */
/* Flutter */
Color(0xFF9F00FF)
/* Swift / UIKit */
UIColor(red: 0.62, green: 0.00, blue: 1.00, alpha: 1.0)