crispedge.com

Color picker

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

#9a6cfc hex color - Blue - Cool color - Information

#9a6cfc hex color - Blue - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Blue

Hex #9a6cfc Color code in RGB color code model is created after adding 60.39% red color, 42.35% green color and 98.82% blue color. Hex #9a6cfc Color code in CMYK color (process color) code model is generated after subtraction of 39% cyan, 57% magenta, 0% yellow and 1% black.

Hex #9a6cfc color code is between #9966ff web safe hex color code and #aa77ee web safe hex color code. #9966ff is the nearest web safe color code. You can see here many more shades of #9a6cfc color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code9a6cfc#9a6cfc
RGB Decimal154, 108, 252rgb(154, 108, 252)
RGB Percent60%, 42%, 99%rgb(60%, 42%, 99%)
CSS RGBa154, 108, 252,1rgba(154,108,252,1)
CMYK Modelcmyk(39%,57%,0%,1%)
HSL Color Space259,96% ,71%hsl(259,96% ,71%)
HSV Color Space259°, 57%, 99%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100110100110110011111100
Octal232154374
Decimal154108252
Hex9a6cfc

Different shades of #9a6cfc color code.

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

Light Shade of #9a6cfc
#bc9efd
Dark Shade of #9a6cfc
#783afb
Saturated Shade of #9a6cfc
#9969ff
Desaturated Shade of #9a6cfc
#9d73f4
Grey scale Shade of #9a6cfc
#b4b4b4
Brighten Shade
#b385ff
Most Readable Shade
#FFFFFF

Shades of #9a6cfc color code

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

#9a6cfc
#8860e0
#7754c4
#6648a8
#553c8c
#443070
#332454
#221838
#110c1c
#000000

Similar Color like #9a6cfc color

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

#9b6dfd
#9c6efe
#9d6fff
#9e70ff
#9f71ff
#a072ff
#a173ff
#a274ff
#a375ff
#a476ff
#a577ff
#a678ff
#a779ff
#a87aff
#996bfb
#986afa
#9769f9
#9668f8
#9567f7
#9466f6
#9365f5
#9264f4
#9163f3
#9062f2
#8f61f1
#8e60f0
#8d5fef
#8c5eee

Monochromatic Color with #9a6cfc

#9a6cfc
#181127
#322352
#4c357c
#6648a7
#805ad1

Tints of #9a6cfc Color

#9a6cfc
#a57cfc
#b08cfc
#bb9dfd
#c6adfd
#d2bdfd
#ddcefe
#e8defe
#f3eefe
#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

#9a6cfc
#cefc6c

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

Split Complementary

#9a6cfc
#fce26c
#86fc6c

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

Analogous Color

#6c78fc
#7d6cfc
#9a6cfc
#b76cfc
#d46cfc

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

#9a6cfc
#fc9a6c
#6cfc9a

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

#9a6cfc
#fc6c86
#cefc6c
#6cfce2

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

#9a6cfc
#cefc6c
#86fc6c
#e26cfc

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 #9a6cfc 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.

#9a6cfc Color Code Preview on Black Background Color

This is how #9a6cfc Color will look on black background color. Color contrast ratio is 5.92

#9a6cfc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #9a6cfc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #9a6cfc

#9a6cfc color code is use for CSS Background Color

Background color for the above div is #9a6cfc

HTML with inline CSS

<div style="background-color:#9a6cfc;"></div>

#9a6cfc color code is use for CSS Border Color

CSS Border color for the above div is #9a6cfc

HTML with inline CSS

<div style="border:5px solid #9a6cfc;"></div>

CSS Border Left color for the above div is #9a6cfc

HTML with inline CSS

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

CSS Border Right color for the above div is #9a6cfc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #9a6cfc

HTML with inline CSS

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

CSS Border Top color for the above div is #9a6cfc

HTML with inline CSS

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

#9a6cfc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#9a6cfc Color code Preview on White Background

This is how #9a6cfc Color code will look on white background color. Color contrast ratio is 3.54

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

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.