crispedge.com

Color picker

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

#9996f4 hex color - Blue - Cool color - Information

#9996f4 hex color - Blue - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Blue

Hex #9996f4 Color code in RGB color code model is created after adding 60% red color, 58.82% green color and 95.69% blue color. Hex #9996f4 Color code in CMYK color (process color) code model is generated after subtraction of 37% cyan, 39% magenta, 0% yellow and 4% black.

Hex #9996f4 color code is between #8899ee web safe hex color code and #aa88ff web safe hex color code. #8899ee is the nearest web safe color code. You can see here many more shades of #9996f4 color code.

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Code9996f4#9996f4
RGB Decimal153, 150, 244rgb(153, 150, 244)
RGB Percent60%, 59%, 96%rgb(60%, 59%, 96%)
CSS RGBa153, 150, 244,1rgba(153,150,244,1)
CMYK Modelcmyk(37%,39%,0%,4%)
HSL Color Space242,81% ,77%hsl(242,81% ,77%)
HSV Color Space242°, 39%, 96%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100110011001011011110100
Octal231226364
Decimal153150244
Hex9996f4

Different shades of #9996f4 color code.

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

Light Shade of #9996f4
#c6c4f9
Dark Shade of #9996f4
#6c68ef
Saturated Shade of #9996f4
#9490fa
Desaturated Shade of #9996f4
#9e9cee
Grey scale Shade of #9996f4
#c5c5c5
Brighten Shade
#b2afff
Most Readable Shade
#000000

Shades of #9996f4 color code

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

#9996f4
#8885d8
#7774bd
#6664a2
#555387
#44426c
#333251
#222136
#11101b
#000000

Similar Color like #9996f4 color

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

#9a97f5
#9b98f6
#9c99f7
#9d9af8
#9e9bf9
#9f9cfa
#a09dfb
#a19efc
#a29ffd
#a3a0fe
#a4a1ff
#a5a2ff
#a6a3ff
#a7a4ff
#9895f3
#9794f2
#9693f1
#9592f0
#9491ef
#9390ee
#928fed
#918eec
#908deb
#8f8cea
#8e8be9
#8d8ae8
#8c89e7
#8b88e6

Monochromatic Color with #9996f4

#9996f4
#14131f
#2e2d4a
#494874
#64629f
#7e7cc9

Tints of #9996f4 Color

#9996f4
#a4a1f5
#afadf6
#bbb9f7
#c6c4f8
#d1d0fa
#dddcfb
#e8e7fc
#f3f3fd
#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

#9996f4
#f1f496

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

Split Complementary

#9996f4
#f4c896
#c2f496

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

Analogous Color

#96b9f4
#96a6f4
#9996f4
#ac96f4
#bf96f4

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

#9996f4
#f49996
#96f499

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

#9996f4
#f496c2
#f1f496
#96f4c8

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

#9996f4
#f1f496
#c2f496
#c896f4

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 #9996f4 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.

#9996f4 Color Code Preview on Black Background Color

This is how #9996f4 Color will look on black background color. Color contrast ratio is 8.02

#9996f4 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #9996f4

HTML with inline CSS

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

Your Example Paragraph content text in with font color #9996f4

#9996f4 color code is use for CSS Background Color

Background color for the above div is #9996f4

HTML with inline CSS

<div style="background-color:#9996f4;"></div>

#9996f4 color code is use for CSS Border Color

CSS Border color for the above div is #9996f4

HTML with inline CSS

<div style="border:5px solid #9996f4;"></div>

CSS Border Left color for the above div is #9996f4

HTML with inline CSS

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

CSS Border Right color for the above div is #9996f4

HTML with inline CSS

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

CSS Border Bottom color for the above div is #9996f4

HTML with inline CSS

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

CSS Border Top color for the above div is #9996f4

HTML with inline CSS

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

#9996f4 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#9996f4 Color code Preview on White Background

This is how #9996f4 Color code will look on white background color. Color contrast ratio is 2.62

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

Related Gradients

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.