crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#9911aa hex color - Violet - Warm color - Information

#9911aa hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #9911aa Color code in RGB color code model is created after adding 60% red color, 6.67% green color and 66.67% blue color. Hex #9911aa Color code in CMYK color (process color) code model is generated after subtraction of 10% cyan, 90% magenta, 0% yellow and 33% black.

Hex #9911aa color code is a web safe color. Next web safe color code is #880099 and previous web safe color code is #aa00bb. You can see here many more shades of #9911aa color code.

0 Likes 0 Comments | 8 Views

Color Table

Hex Color Code9911aa#9911aa
RGB Decimal153, 17, 170rgb(153, 17, 170)
RGB Percent60%, 7%, 67%rgb(60%, 7%, 67%)
CSS RGBa153, 17, 170,1rgba(153,17,170,1)
CMYK Modelcmyk(10%,90%,0%,33%)
HSL Color Space293,82% ,37%hsl(293,82% ,37%)
HSV Color Space293°, 90%, 67%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary100110010001000110101010
Octal23121252
Decimal15317170
Hex9911aa

Different shades of #9911aa color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #9911aa
#c316d8
Dark Shade of #9911aa
#6f0c7c
Saturated Shade of #9911aa
#a008b3
Desaturated Shade of #9911aa
#921aa1
Grey scale Shade of #9911aa
#5d5d5d
Brighten Shade
#b22ac3
Most Readable Shade
#FFFFFF

Shades of #9911aa color code

Generate more color scales with scales (color stack) generator.

#9911aa
#880f97
#770d84
#660b71
#55095e
#44074b
#330538
#220325
#110112
#000000

Similar Color like #9911aa color

Find visually similar hex color codes nearing to #9911aa hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#9a12ab
#9b13ac
#9c14ad
#9d15ae
#9e16af
#9f17b0
#a018b1
#a119b2
#a21ab3
#a31bb4
#a41cb5
#a51db6
#a61eb7
#a71fb8
#9810a9
#970fa8
#960ea7
#950da6
#940ca5
#930ba4
#920aa3
#9109a2
#9008a1
#8f07a0
#8e069f
#8d059e
#8c049d
#8b039c

Monochromatic Color with #9911aa

#9911aa
#bf15d4
#e519ff
#26042a
#4c0855
#730d7f

Tints of #9911aa Color

#9911aa
#a42bb3
#af45bc
#bb60c6
#c67acf
#d195d9
#ddafe2
#e8caec
#f3e4f5
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#9911aa
#22aa11

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#9911aa
#6faa11
#11aa4c

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#5c11aa
#7a11aa
#9911aa
#aa119c
#aa117e

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#9911aa
#aa9911
#11aa99

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#9911aa
#aa4c11
#22aa11
#116eaa

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#9911aa
#22aa11
#11aa4c
#aa116f

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #9911aa Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#9911aa Color Code Preview on Black Background Color

This is how #9911aa Color will look on black background color. Color contrast ratio is 3.02

#9911aa in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#9911aa">Your Example Paragraph content text in with font color #9911aa </p>

Your Example Paragraph content text in with font color #9911aa

HTML with inline CSS

<div style="color:#9911aa">Your Paragraph text in with font color #9911aa </div>

Your Example Paragraph content text in with font color #9911aa

#9911aa color code is use for CSS Background Color

Background color for the above div is #9911aa

HTML with inline CSS

<div style="background-color:#9911aa;"></div>

#9911aa color code is use for CSS Border Color

CSS Border color for the above div is #9911aa

HTML with inline CSS

<div style="border:5px solid #9911aa;"></div>

CSS Border Left color for the above div is #9911aa

HTML with inline CSS

<div style="border-left:5px solid #9911aa;"></div>

CSS Border Right color for the above div is #9911aa

HTML with inline CSS

<div style="border-right:5px solid #9911aa;"></div>

CSS Border Bottom color for the above div is #9911aa

HTML with inline CSS

<div style="border-bottom:5px solid #9911aa;"></div>

CSS Border Top color for the above div is #9911aa

HTML with inline CSS

<div style="border-top:5px solid #9911aa;"></div>

#9911aa hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#9911aa; } .examplecolorclass {color:#9911aa; } .examplebordercolor {border:3px solid #9911aa; }

#9911aa Color code Preview on White Background

This is how #9911aa Color code will look on white background color. Color contrast ratio is 6.96

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #9911aa; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #9911aa; }

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 8 Views

Post your comment:-

By submitting comment you agree to our privacy policy.