Twitch Purple Hex Code — #9146FF
RGB, HSL, and CMYK values for Twitch Purple.
Twitch Purple Color Values
| Format | Value |
|---|---|
| HEX | #9146FF |
| RGB | rgb(145, 70, 255) |
| HSL | hsl(264, 100%, 64%) |
| CMYK | cmyk(43%, 73%, 0%, 0%) |
Want to explore more shades? Use our Color Converter
About Twitch Purple
Color psychology: Creativity, entertainment.
Twitch Purple (#9146FF) is a medium shade of purple. It's commonly used in web design, graphic design, and branding where creativity, entertainment are desired associations.
How to Use Twitch Purple in CSS
/* Using HEX */ color: #9146FF; background-color: #9146FF; /* Using RGB */ color: rgb(145, 70, 255); /* Using HSL */ color: hsl(264, 100%, 64%);