Violet Poison
#8601bf
Violet Poison, represented by the hex value #8601bf, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #8601bf | |
|---|---|---|
| RGB | rgb(134, 1, 191) | |
| HSL | hsl(282, 99%, 38%) | |
| CMYK | cmyk(30%, 99%, 0%, 25%) | |
| LAB | lab(35, 65, -66) | |
| OKLCH | oklch(0.48 0.242 310) |
Color harmonies
Tints & shades
Code snippets
color: #8601bf;
background-color: #8601bf;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-violet-500 /* ≈ #8e51ff */
/* Flutter */
Color(0xFF8601BF)
/* Swift / UIKit */
UIColor(red: 0.53, green: 0.00, blue: 0.75, alpha: 1.0)