crispedge.com

Color picker

Loading...

#97677d hex color - Violet - Warm color - Information

#97677d hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #97677d Color code in RGB color code model is created after adding 59.22% red color, 40.39% green color and 49.02% blue color. Hex #97677d Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 32% magenta, 17% yellow and 41% black.

Hex #97677d color code is between #996677 web safe hex color code and #887788 web safe hex color code. #996677 is the nearest web safe color code. You can see here many more shades of #97677d color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code97677d#97677d
RGB Decimal151, 103, 125rgb(151, 103, 125)
RGB Percent59%, 40%, 49%rgb(59%, 40%, 49%)
CSS RGBa151, 103, 125,1rgba(151,103,125,1)
CMYK Modelcmyk(0%,32%,17%,41%)
HSL Color Space333,19% ,50%hsl(333,19% ,50%)
HSV Color Space332°, 32%, 59%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary100101110110011101111101
Octal227147175
Decimal151103125
Hex97677d

Different shades of #97677d color code.

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

Light Shade of #97677d
#ac8597
Dark Shade of #97677d
#795264
Saturated Shade of #97677d
#a45a7c
Desaturated Shade of #97677d
#8a747e
Grey scale Shade of #97677d
#7f7f7f
Brighten Shade
#b08096
Most Readable Shade
#FFFFFF

Shades of #97677d color code

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

#97677d
#865b6f
#755061
#644453
#533945
#432d37
#322229
#21161b
#100b0d
#000000

Similar Color like #97677d color

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

#98687e
#99697f
#9a6a80
#9b6b81
#9c6c82
#9d6d83
#9e6e84
#9f6f85
#a07086
#a17187
#a27288
#a37389
#a4748a
#a5758b
#96667c
#95657b
#94647a
#936379
#926278
#916177
#906076
#8f5f75
#8e5e74
#8d5d73
#8c5c72
#8b5b71
#8a5a70
#89596f

Monochromatic Color with #97677d

#97677d
#c184a0
#eca1c3
#171013
#422d37
#6c4a5a

Tints of #97677d Color

#97677d
#a2778b
#ae8899
#b999a8
#c5aab6
#d0bbc5
#dcccd3
#e7dde2
#f3eef0
#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

#97677d
#679781

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

Split Complementary

#97677d
#679769
#679597

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

Analogous Color

#976790
#976787
#97677d
#976773
#97676a

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

#97677d
#7d9767
#677d97

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

#97677d
#959767
#679781
#696797

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

#97677d
#679781
#679597
#976967

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 #97677d 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.

#97677d Color Code Preview on Black Background Color

This is how #97677d Color will look on black background color. Color contrast ratio is 4.55

#97677d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #97677d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #97677d

#97677d color code is use for CSS Background Color

Background color for the above div is #97677d

HTML with inline CSS

<div style="background-color:#97677d;"></div>

#97677d color code is use for CSS Border Color

CSS Border color for the above div is #97677d

HTML with inline CSS

<div style="border:5px solid #97677d;"></div>

CSS Border Left color for the above div is #97677d

HTML with inline CSS

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

CSS Border Right color for the above div is #97677d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #97677d

HTML with inline CSS

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

CSS Border Top color for the above div is #97677d

HTML with inline CSS

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

#97677d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#97677d Color code Preview on White Background

This is how #97677d Color code will look on white background color. Color contrast ratio is 4.61

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

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(151,103,125,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(103,151,129,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(151,103,125,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.