@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

#991dd9 hex color - Violet - Warm color - Information

#991dd9 hex color - Violet - Warm color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #991dd9 Color code in RGB color code model is created after adding 60% red color, 11.37% green color and 85.1% blue color. Hex #991dd9 Color code in CMYK color (process color) code model is generated after subtraction of 29% cyan, 87% magenta, 0% yellow and 14.9% black.

Hex #991dd9 color code is between #8822dd web safe hex color code and #aa11cc web safe hex color code. #8822dd is the nearest web safe color code. You can see here many more shades of #991dd9 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code 991dd9 #991dd9
RGB Decimal 153, 29, 217 rgb(153, 29, 217)
RGB Percent 60%, 11%, 85% rgb(60%, 11%, 85%)
CSS RGBa 153, 29, 217,1 rgba(153,29,217,1)
CMYK Model cmyk(29%,87%,0%,14.9%)
HSL Color Space 280,76% ,48% hsl(280,76% ,48%)
HSV Color Space 280°, 87%, 85%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10011001 00011101 11011001
Octal 231 35 331
Decimal 153 29 217
Hex 99 1d d9

Different shades of #991dd9 color code.

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

Light Shade of #991dd9
#ae43e6
Dark Shade of #991dd9
#7917ac
Saturated Shade of #991dd9
#9d11e5
Desaturated Shade of #991dd9
#9529cd
Grey scale Shade of #991dd9
#7b7b7b
Brighten Shade
#b236f2
Most Readable Shade
#FFFFFF

Shades of #991dd9 color code

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

#991dd9
#8819c0
#7716a8
#661390
#551078
#440c60
#330948
#220630
#110318
#000000

Similar Color like #991dd9 color

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

#9a1eda
#9b1fdb
#9c20dc
#9d21dd
#9e22de
#9f23df
#a024e0
#a125e1
#a226e2
#a327e3
#a428e4
#a529e5
#a62ae6
#a72be7
#981cd8
#971bd7
#961ad6
#9519d5
#9418d4
#9317d3
#9216d2
#9115d1
#9014d0
#8f13cf
#8e12ce
#8d11cd
#8c10cc
#8b0fcb

Monochromatic Color with #991dd9

#991dd9
#030104
#21062f
#3f0c59
#5d1284
#7b17ae

Tints of #991dd9 Color

#991dd9
#a436dd
#af4fe1
#bb68e5
#c681e9
#d19aee
#ddb3f2
#e8ccf6
#f3e5fa
#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

#991dd9
#5dd91d

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

Split Complementary

#991dd9
#bbd91d
#1dd93b

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

Analogous Color

#4e1dd9
#731dd9
#991dd9
#bf1dd9
#d91dce

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

#991dd9
#d9991d
#1dd999

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

#991dd9
#d93b1d
#5dd91d
#1dbbd9

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

#991dd9
#5dd91d
#1dd93b
#d91dbb

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 #991dd9 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.

#991dd9 Color Code Preview on Black Background Color

This is how #991dd9 Color will look on black background color. Color contrast ratio is 3.53

#991dd9 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #991dd9

HTML with inline CSS

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

Your Example Paragraph content text in with font color #991dd9

#991dd9 color code is use for CSS Background Color

Background color for the above div is #991dd9

HTML with inline CSS

<div style="background-color:#991dd9;"></div>

#991dd9 color code is use for CSS Border Color

CSS Border color for the above div is #991dd9

HTML with inline CSS

<div style="border:5px solid #991dd9;"></div>

CSS Border Left color for the above div is #991dd9

HTML with inline CSS

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

CSS Border Right color for the above div is #991dd9

HTML with inline CSS

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

CSS Border Bottom color for the above div is #991dd9

HTML with inline CSS

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

CSS Border Top color for the above div is #991dd9

HTML with inline CSS

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

#991dd9 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#991dd9 Color code Preview on White Background

This is how #991dd9 Color code will look on white background color. Color contrast ratio is 5.95

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 #991dd9; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #991dd9; }

Gradient Background

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

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(153,29,217,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(93,217,29,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(153,29,217,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.