Color #9770FA Color / Colour Code #9770FA

    This page shows the hex color code for color #9770fa (#9770FA). The colour is a purple tone with 93% saturation and 71% lightness. Explore its conversions, colour palettes, gradients, accessibility data, and CSS code below.

    #9770FA

    Color Conversions

    HEX
    #9770FA
    RGB
    rgb(151, 112, 250)
    HSL
    hsl(257, 93%, 71%)
    HSV
    hsv(257, 55%, 98%)
    CMYK
    cmyk(40%, 55%, 0%, 2%)

    Accessibility Contrast

    WCAG contrast ratios for #9770FA against common backgrounds.

    Sample Text
    vs White (#FFFFFF)
    3.49:1
    AA FailAA Large PassAAA Fail
    Sample Text
    vs Black (#000000)
    6.01:1
    AA PassAA Large PassAAA Fail
    Sample Text
    vs Light Gray (#EEEEEE)
    3.01:1
    AA FailAA Large PassAAA Fail

    Complementary Colors

    #9770FA paired with its color wheel opposite for maximum contrast.

    Analogous Colors

    Hues at 227, 257, and 287 degrees for harmonious combinations.

    Triadic Palette

    Three colors at 257, 17, and 137 degrees.

    Color Palettes Using #9770FA

    Monochromatic Scale

    Five shades at lightness levels 15% through 85% while keeping hue at 257 and saturation at 93%. Use the darkest shade for text and the lightest for backgrounds to build a cohesive single-hue design system.

    #17034A #2E0594 #4C09F6 #946BFA #C9B5FC
    Warm Harmony

    Adjacent hues from 257 to 302 degrees create a warm, unified palette. This analogous scheme works for marketing materials, seasonal campaigns, and any design that needs visual warmth without clashing colors.

    #6430E8 #9230E8 #C030E8 #E830E2
    Cool Contrast

    Combines the base color at hue 257 with its complement at 77 and two adjacent cool tones. This split-complementary approach provides strong visual contrast while remaining more balanced than a pure complementary scheme.

    #5926D9 #A6D926 #4DD926 #26D959
    Pastel Variation

    Five evenly spaced hues at 40% saturation and 80% lightness. Pastels are gentle on the eyes and work well for dashboards, onboarding screens, category tags, and any interface where multiple distinct colors are needed without visual aggression.

    #C3B8E0 #E0B8D5 #E0C3B8 #D5E0B8 #B8E0C3

    Shades & Tints of #9770FA

    Lightness variations at hue 257 and 93% saturation.

    CSS Gradients with #9770FA

    Purple to Green
    linear-gradient(135deg, #9770fa, #d3fa70)
    Analogous Fade
    linear-gradient(90deg, #9770fa, #dc70fa)
    Deep to Light
    linear-gradient(180deg, #1b0359, #bfa6fc)
    Tricolor Sweep
    linear-gradient(135deg, #9770fa, #fa9770, #70fa97)

    Design Use Cases for #9770FA

    High-Impact Accent

    With 93% saturation, #9770FA is highly vivid. Reserve this for elements that need maximum attention: primary action buttons, notification badges, error states, or promotional banners. Use sparingly alongside neutral tones to avoid visual fatigue.

    Light Background Tint

    #9770FA at 71% lightness creates a gentle tinted background. Use it for section backgrounds, alert banners, or card surfaces that need to stand out from a white page without strong contrast. It adds color personality while keeping the design light and open.

    Creativity & Premium Positioning

    #9770FA falls in the purple spectrum (hue 257). Purple communicates creativity, wisdom, and luxury. It is effective for premium product highlights, creative portfolio accents, meditation app interfaces, and rewards program branding. Purple occupies a unique space between the energy of red and the calm of blue.

    Gradient Pairing

    Create a gradient from #9770FA (hue 257) to its complement at hue 77. For a subtler effect, try pairing with an analogous color at hue 287. Use CSS: background: linear-gradient(135deg, #9770fa, #d3fa70);

    CSS Code for #9770FA

    /* Background */
    background-color: #9770fa;
    background-color: rgb(151, 112, 250);
    background-color: hsl(257, 93%, 71%);
    /* Text */
    color: #9770fa;
    /* Border */
    border: 2px solid #9770fa;
    /* Shadow */
    box-shadow: 0 4px 14px rgba(151, 112, 250, 0.3);
    /* CSS Variable */
    --color-primary: 257 93% 71%;

    Similar Colors

    Colors visually similar to #9770FA based on RGB, lightness, and hue variations.

    Use This Color in Design Tools

    Apply #9770FA across image editing and color design tools.

    About Color #9770FA (#9770FA)

    #9770FA is a purple color (colour) with RGB channel values of 151 red, 112 green, and 250 blue. The blue channel is dominant by a ratio of 2.2:1 over the weakest channel. In HSL terms, the hue sits at 257 degrees with 93% saturation and 71% lightness, placing it in the cool range of the colour spectrum.

    The perceived brightness of #9770FA is 139/255 using the ITU-R BT.601 luma formula (0.299R + 0.587G + 0.114B). This is a medium-brightness color that can work with either dark or light text depending on font weight and size. For print production, the CMYK equivalent is 40% cyan, 55% magenta, 0% yellow, and 2% key (black).

    The WCAG contrast ratio of #9770FA against white is 3.49:1 and against black is 6.01:1. This only passes AA for large text (18pt+) on white. For normal body text on white, darken the color or use it on a dark background where it achieves 6.01:1.

    The complementary colour #D3FA70 creates maximum visual tension when paired with #9770FA. For more harmonious color combinations, use the analogous colours #708EFA and #DC70FA, which sit 30 degrees on either side of the hue wheel. To build a complete design system, start with the monochromatic scale above for consistent shade variations, then add one complementary or triadic accent for interactive elements.

    How to Explore Color #9770FA

    1. Enter your color value in HEX format.
    2. The tool converts it to RGB, HSL, CMYK format in real time.
    3. Copy the converted value to your clipboard.

    Color Converter · Contrast Checker

    What is HEX to RGB, HSL, CMYK color conversion

    Converting from HEX to RGB, HSL, CMYK translates a color value between two different color models. Different color models are used in web design (HEX, RGB), print (CMYK), and color theory (HSL, HSV).

    Related Tools & Colors

    Frequently Asked Questions

    What color / colour is #9770FA?
    #9770FA is Color #9770FA, a purple color (colour) with RGB(151, 112, 250), HSL(257, 93%, 71%), and CMYK(40%, 55%, 0%, 2%). Its perceived brightness is 139/255.
    Is #9770FA accessible for text?
    Against white, #9770FA has a contrast ratio of 3.49:1 (fails AA for normal text). Against black, it has 6.01:1 (passes AA). It passes AA for large text (18pt+) on white. Use the contrast checker tool for custom background pairings.
    What colours pair well with #9770FA?
    The complementary colour is #D3FA70 (hue 77). For subtle color combinations, use analogous colours #708EFA and #DC70FA. The triadic palette adds #FA9770 and #70FA97 for vibrant variety.
    How do I use #9770FA in CSS?
    Use any format: color: #9770fa; or rgb(151, 112, 250); or hsl(257, 93%, 71%). For CSS custom properties: --color-primary: 257 93% 71%; then use it as hsl(var(--color-primary)).
    Is this color / colour explorer free?
    Yes, completely free with no signup required. All colour calculations run in your browser. You can explore any valid hex color code, not just the pre-generated palette.