crispedge.com

Color picker

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

#9889dc hex color - Blue - Cool color - Information

#9889dc hex color - Blue - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Blue

Hex #9889dc Color code in RGB color code model is created after adding 59.61% red color, 53.73% green color and 86.27% blue color. Hex #9889dc Color code in CMYK color (process color) code model is generated after subtraction of 31% cyan, 38% magenta, 0% yellow and 14% black.

Hex #9889dc color code is between #9988dd web safe hex color code and #8899cc web safe hex color code. #9988dd is the nearest web safe color code. You can see here many more shades of #9889dc color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code9889dc#9889dc
RGB Decimal152, 137, 220rgb(152, 137, 220)
RGB Percent60%, 54%, 86%rgb(60%, 54%, 86%)
CSS RGBa152, 137, 220,1rgba(152,137,220,1)
CMYK Modelcmyk(31%,38%,0%,14%)
HSL Color Space251,54% ,70%hsl(251,54% ,70%)
HSV Color Space251°, 38%, 86%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100110001000100111011100
Octal230211334
Decimal152137220
Hex9889dc

Different shades of #9889dc color code.

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

Light Shade of #9889dc
#bab0e8
Dark Shade of #9889dc
#7662d0
Saturated Shade of #9889dc
#9381e4
Desaturated Shade of #9889dc
#9d91d4
Grey scale Shade of #9889dc
#b3b3b3
Brighten Shade
#b1a2f5
Most Readable Shade
#000000

Shades of #9889dc color code

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

#9889dc
#8779c3
#766aab
#655b92
#544c7a
#433c61
#322d49
#211e30
#100f18
#000000

Similar Color like #9889dc color

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

#998add
#9a8bde
#9b8cdf
#9c8de0
#9d8ee1
#9e8fe2
#9f90e3
#a091e4
#a192e5
#a293e6
#a394e7
#a495e8
#a596e9
#a697ea
#9788db
#9687da
#9586d9
#9485d8
#9384d7
#9283d6
#9182d5
#9081d4
#8f80d3
#8e7fd2
#8d7ed1
#8c7dd0
#8b7ccf
#8a7bce

Monochromatic Color with #9889dc

#9889dc
#050507
#231f32
#403a5c
#5d5487
#7b6fb1

Tints of #9889dc Color

#9889dc
#a396df
#aea3e3
#bab0e7
#c5bdeb
#d1caef
#dcd7f3
#e8e4f7
#f3f1fb
#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

#9889dc
#cddc89

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

Split Complementary

#9889dc
#dcc289
#a4dc89

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

Analogous Color

#899bdc
#898bdc
#9889dc
#a989dc
#b989dc

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

#9889dc
#dc9889
#89dc98

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

#9889dc
#dc89a4
#cddc89
#89dcc1

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

#9889dc
#cddc89
#a4dc89
#c289dc

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 #9889dc 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.

#9889dc Color Code Preview on Black Background Color

This is how #9889dc Color will look on black background color. Color contrast ratio is 6.95

#9889dc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #9889dc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #9889dc

#9889dc color code is use for CSS Background Color

Background color for the above div is #9889dc

HTML with inline CSS

<div style="background-color:#9889dc;"></div>

#9889dc color code is use for CSS Border Color

CSS Border color for the above div is #9889dc

HTML with inline CSS

<div style="border:5px solid #9889dc;"></div>

CSS Border Left color for the above div is #9889dc

HTML with inline CSS

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

CSS Border Right color for the above div is #9889dc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #9889dc

HTML with inline CSS

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

CSS Border Top color for the above div is #9889dc

HTML with inline CSS

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

#9889dc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#9889dc Color code Preview on White Background

This is how #9889dc Color code will look on white background color. Color contrast ratio is 3.02

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

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.