Vivid purple to RGB — Color Code

RGB

rgb(153, 0, 250)

Format Value
HEX #9900fa
RGB rgb(153, 0, 250)
HSL hsl(276.7, 100%, 49%)
CMYK cmyk(38.8%, 100%, 0%, 2%)

What is the RGB code for vivid purple?

The CSS color vivid purple in RGB format is rgb(153, 0, 250). 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: rgb(153, 0, 250);
  • Background: background-color: rgb(153, 0, 250);
  • Border: border-color: rgb(153, 0, 250);

What are all the color format values for vivid purple?

FormatValue
HEX#9900fa
RGBrgb(153, 0, 250)
HSLhsl(276.7, 100%, 49%)
CMYKcmyk(38.8%, 100%, 0%, 2%)

How do I convert vivid purple to RGB?

Select vivid purple from the color name list in our color converter. The RGB value — rgb(153, 0, 250) — 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 RGB used for?

RGB defines colors using three values from 0 to 255 — red, green and blue intensity. It is the native format for screens, monitors and web browsers.