crispedge.com

Color picker

Loading...

#9651bb hex color - Violet - Warm color - Information

#9651bb hex color - Violet - Warm color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #9651bb Color code in RGB color code model is created after adding 58.82% red color, 31.76% green color and 73.33% blue color. Hex #9651bb Color code in CMYK color (process color) code model is generated after subtraction of 20% cyan, 57% magenta, 0% yellow and 27% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code9651bb#9651bb
RGB Decimal150, 81, 187rgb(150, 81, 187)
RGB Percent59%, 32%, 73%rgb(59%, 32%, 73%)
CSS RGBa150, 81, 187,1rgba(150,81,187,1)
CMYK Modelcmyk(20%,57%,0%,27%)
HSL Color Space279,44% ,53%hsl(279,44% ,53%)
HSV Color Space279°, 57%, 73%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary100101100101000110111011
Octal226121273
Decimal15081187
Hex9651bb

Different shades of #9651bb color code.

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

Light Shade of #9651bb
#ac76c9
Dark Shade of #9651bb
#7b3d9c
Saturated Shade of #9651bb
#9a45c7
Desaturated Shade of #9651bb
#925daf
Grey scale Shade of #9651bb
#868686
Brighten Shade
#af6ad4
Most Readable Shade
#FFFFFF

Shades of #9651bb color code

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

#9651bb
#8548a6
#743f91
#64367c
#532d67
#422453
#321b3e
#211229
#100914
#000000

Similar Color like #9651bb color

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

#9752bc
#9853bd
#9954be
#9a55bf
#9b56c0
#9c57c1
#9d58c2
#9e59c3
#9f5ac4
#a05bc5
#a15cc6
#a25dc7
#a35ec8
#a45fc9
#9550ba
#944fb9
#934eb8
#924db7
#914cb6
#904bb5
#8f4ab4
#8e49b3
#8d48b2
#8c47b1
#8b46b0
#8a45af
#8944ae
#8843ad

Monochromatic Color with #9651bb

#9651bb
#b863e5
#0e0711
#301a3b
#522c66
#743f90

Tints of #9651bb Color

#9651bb
#a164c2
#ad77ca
#b98bd1
#c49ed9
#d0b1e0
#dcc5e8
#e7d8ef
#f3ebf7
#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

#9651bb
#76bb51

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

Split Complementary

#9651bb
#abbb51
#51bb61

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

Analogous Color

#6c51bb
#8151bb
#9651bb
#ab51bb
#bb51b6

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

#9651bb
#bb9651
#51bb96

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

#9651bb
#bb6151
#76bb51
#51abbb

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

#9651bb
#76bb51
#51bb61
#bb51ab

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 #9651bb 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.

#9651bb Color Code Preview on Black Background Color

This is how #9651bb Color will look on black background color. Color contrast ratio is 4.19

#9651bb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #9651bb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #9651bb

#9651bb color code is use for CSS Background Color

Background color for the above div is #9651bb

HTML with inline CSS

<div style="background-color:#9651bb;"></div>

#9651bb color code is use for CSS Border Color

CSS Border color for the above div is #9651bb

HTML with inline CSS

<div style="border:5px solid #9651bb;"></div>

CSS Border Left color for the above div is #9651bb

HTML with inline CSS

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

CSS Border Right color for the above div is #9651bb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #9651bb

HTML with inline CSS

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

CSS Border Top color for the above div is #9651bb

HTML with inline CSS

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

#9651bb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#9651bb Color code Preview on White Background

This is how #9651bb Color code will look on white background color. Color contrast ratio is 5.01

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

Gradient Background

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

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.