crispedge.com

Color picker

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

#9991d0 hex color - Blue - Cool color - Information

#9991d0 hex color - Blue - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Blue

Hex #9991d0 Color code in RGB color code model is created after adding 60% red color, 56.86% green color and 81.57% blue color. Hex #9991d0 Color code in CMYK color (process color) code model is generated after subtraction of 26% cyan, 30% magenta, 0% yellow and 18% black.

Hex #9991d0 color code is between #8899cc web safe hex color code and #aa88dd web safe hex color code. #8899cc is the nearest web safe color code. You can see here many more shades of #9991d0 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code9991d0#9991d0
RGB Decimal153, 145, 208rgb(153, 145, 208)
RGB Percent60%, 57%, 82%rgb(60%, 57%, 82%)
CSS RGBa153, 145, 208,1rgba(153,145,208,1)
CMYK Modelcmyk(26%,30%,0%,18%)
HSL Color Space248,40% ,69%hsl(248,40% ,69%)
HSV Color Space248°, 30%, 82%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100110011001000111010000
Octal231221320
Decimal153145208
Hex9991d0

Different shades of #9991d0 color code.

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

Light Shade of #9991d0
#bab5df
Dark Shade of #9991d0
#786dc1
Saturated Shade of #9991d0
#9389d8
Desaturated Shade of #9991d0
#9f99c8
Grey scale Shade of #9991d0
#b0b0b0
Brighten Shade
#b2aae9
Most Readable Shade
#000000

Shades of #9991d0 color code

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

#9991d0
#8880b8
#7770a1
#66608a
#555073
#44405c
#333045
#22202e
#111017
#000000

Similar Color like #9991d0 color

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

#9a92d1
#9b93d2
#9c94d3
#9d95d4
#9e96d5
#9f97d6
#a098d7
#a199d8
#a29ad9
#a39bda
#a49cdb
#a59ddc
#a69edd
#a79fde
#9890cf
#978fce
#968ecd
#958dcc
#948ccb
#938bca
#928ac9
#9189c8
#9088c7
#8f87c6
#8e86c5
#8d85c4
#8c84c3
#8b83c2

Monochromatic Color with #9991d0

#9991d0
#b8affa
#1c1a26
#3b3850
#5a567b
#7a73a5

Tints of #9991d0 Color

#9991d0
#a49dd5
#afa9da
#bbb5df
#c6c1e4
#d1ceea
#dddaef
#e8e6f4
#f3f2f9
#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

#9991d0
#c8d091

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

Split Complementary

#9991d0
#d0b891
#a9d091

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

Analogous Color

#91a2d0
#9196d0
#9991d0
#a691d0
#b291d0

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

#9991d0
#d09991
#91d099

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

#9991d0
#d091a8
#c8d091
#91d0b8

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

#9991d0
#c8d091
#a9d091
#b891d0

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 #9991d0 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.

#9991d0 Color Code Preview on Black Background Color

This is how #9991d0 Color will look on black background color. Color contrast ratio is 7.32

#9991d0 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #9991d0

HTML with inline CSS

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

Your Example Paragraph content text in with font color #9991d0

#9991d0 color code is use for CSS Background Color

Background color for the above div is #9991d0

HTML with inline CSS

<div style="background-color:#9991d0;"></div>

#9991d0 color code is use for CSS Border Color

CSS Border color for the above div is #9991d0

HTML with inline CSS

<div style="border:5px solid #9991d0;"></div>

CSS Border Left color for the above div is #9991d0

HTML with inline CSS

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

CSS Border Right color for the above div is #9991d0

HTML with inline CSS

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

CSS Border Bottom color for the above div is #9991d0

HTML with inline CSS

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

CSS Border Top color for the above div is #9991d0

HTML with inline CSS

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

#9991d0 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#9991d0 Color code Preview on White Background

This is how #9991d0 Color code will look on white background color. Color contrast ratio is 2.87

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

Related Gradients

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.