Skip to main content Skip to docs navigation

#9656cb hex color | Download Dark Violet BG image | Information

Color Picker

@
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.

Color Info

Woow we have a nearby visually matching color name available. It's name is Morado Purple and its hex is #9955CC Nearest Color Name

Color Hue/Base color: Violet

Hex #9656cb Color code in RGB color code model is created after adding 58.82% red color, 33.73% green color and 79.61% blue color. Hex #9656cb Color code in CMYK color (process color) code model is generated after subtraction of 26% cyan, 58% magenta, 0% yellow and 20.39% black.

Hex #9656cb color code is between #9955cc web safe hex color code and #8866bb web safe hex color code. #9955cc is the nearest web safe color code. You can see here many more shades of #9656cb color code.

RGB Chart

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

Color Table

Hex Color Code 9656cb #9656cb
RGB Decimal 150, 86, 203 150, 86, 203
RGB Percent 59%, 34%, 80% rgb(59%, 34%, 80%)
CSS RGBa 150, 86, 203,1 rgba(150,86,203,1)
CMYK Model cmyk(26%,58%,0%,20.39%)
HSL Color Space 273,53% ,57% hsl(273,53% ,57%)
HSV Color Space 273°, 58%, 80%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10010110 01010110 11001011
Octal 226 126 313
Decimal 150 86 203
Hex 96 56 cb

Different shades of #9656cb color code.

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

Darkest of #9656cb
#472068
Darker of #9656cb
#622c8f
Dark of #9656cb
#7d38b6
Base of #9656cb
#9656cb
Light of #9656cb
#ae7dd7
Lighter
#c6a4e3
Lightest
#dfcbef

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

#9656cb
#8bcb56

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

Split Complementary

#9656cb
#c6cb56
#56cb5c

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

Analogous Color

#565acb
#6556cb
#9656cb
#bd56cb
#cb56a8

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

#9656cb
#56cb96
#cb9656

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

#9656cb
#cb9656
#8bcb56
#568bcb

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#9656cb
#cb5c56
#8bcb56
#56c6cb

Square 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).

Monochromatic Color with #9656cb

#2d1441
#472068
#622c8f
#7d38b6
#9656cb
#ae7dd7
#c6a4e3
#dfcbef
#f7f2fb

Tints of #9656cb Color

#9656cb
#a168d0
#ad7bd6
#b98edc
#c4a1e2
#d0b3e7
#dcc6ed
#e7d9f3
#f3ecf9
#ffffff

Shades of #9656cb color code

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

#9656cb
#854cb4
#74429d
#643987
#532f70
#42265a
#321c43
#21132d
#100916
#000000

Tones

#9656cb
#946cb5
#92829f
#919191
#919191

Tones

Similar Color like #9656cb color

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

#9757cc
#9858cd
#9959ce
#9a5acf
#9b5bd0
#9c5cd1
#9d5dd2
#9e5ed3
#9f5fd4
#a060d5
#a161d6
#a262d7
#a363d8
#a464d9
#9555ca
#9454c9
#9353c8
#9252c7
#9151c6
#9050c5
#8f4fc4
#8e4ec3
#8d4dc2
#8c4cc1
#8b4bc0
#8a4abf
#8949be
#8848bd

Download this Dark Violet

Hex #9656cb 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.

#9656cb Color Code Preview on Black Background Color

This is how #9656cb Color will look on black background color. Color contrast ratio is 4.49

#9656cb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #9656cb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #9656cb

#9656cb color code is use for CSS Background Color

Background color for the above div is #9656cb

HTML with inline CSS

<div style="background-color:#9656cb;"></div>

#9656cb color code is use for CSS Border Color

CSS Border color for the above div is #9656cb

HTML with inline CSS

<div style="border:5px solid #9656cb;"></div>

CSS Border Left color for the above div is #9656cb

HTML with inline CSS

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

CSS Border Right color for the above div is #9656cb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #9656cb

HTML with inline CSS

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

CSS Border Top color for the above div is #9656cb

HTML with inline CSS

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

#9656cb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#9656cb Color code Preview on White Background

This is how #9656cb Color code will look on white background color. Color contrast ratio is 4.68

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

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(150,86,203,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(139,203,86,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(150,86,203,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }