crispedge.com

Color picker

Loading...

#974eae hex color - Violet - Warm color - Information

#974eae hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #974eae Color code in RGB color code model is created after adding 59.22% red color, 30.59% green color and 68.24% blue color. Hex #974eae Color code in CMYK color (process color) code model is generated after subtraction of 13% cyan, 55% magenta, 0% yellow and 32% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code974eae#974eae
RGB Decimal151, 78, 174rgb(151, 78, 174)
RGB Percent59%, 31%, 68%rgb(59%, 31%, 68%)
CSS RGBa151, 78, 174,1rgba(151,78,174,1)
CMYK Modelcmyk(13%,55%,0%,32%)
HSL Color Space286,38% ,49%hsl(286,38% ,49%)
HSV Color Space286°, 55%, 68%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary100101110100111010101110
Octal227116256
Decimal15178174
Hex974eae

Different shades of #974eae color code.

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

Light Shade of #974eae
#ac70bf
Dark Shade of #974eae
#783e8b
Saturated Shade of #974eae
#9e41bb
Desaturated Shade of #974eae
#905ba1
Grey scale Shade of #974eae
#7e7e7e
Brighten Shade
#b067c7
Most Readable Shade
#FFFFFF

Shades of #974eae color code

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

#974eae
#86459a
#753c87
#643474
#532b60
#43224d
#321a3a
#211126
#100813
#000000

Similar Color like #974eae color

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

#984faf
#9950b0
#9a51b1
#9b52b2
#9c53b3
#9d54b4
#9e55b5
#9f56b6
#a057b7
#a158b8
#a259b9
#a35aba
#a45bbb
#a55cbc
#964dad
#954cac
#944bab
#934aaa
#9249a9
#9148a8
#9047a7
#8f46a6
#8e45a5
#8d44a4
#8c43a3
#8b42a2
#8a41a1
#8940a0

Monochromatic Color with #974eae

#974eae
#bc61d8
#030204
#28152e
#4d2859
#723b83

Tints of #974eae Color

#974eae
#a261b7
#ae75c0
#b989c9
#c59cd2
#d0b0db
#dcc4e4
#e7d7ed
#f3ebf6
#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

#974eae
#65ae4e

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

Split Complementary

#974eae
#95ae4e
#4eae67

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

Analogous Color

#714eae
#844eae
#974eae
#aa4eae
#ae4e9f

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

#974eae
#ae974e
#4eae97

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

#974eae
#ae674e
#65ae4e
#4e95ae

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

#974eae
#65ae4e
#4eae67
#ae4e95

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 #974eae 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.

#974eae Color Code Preview on Black Background Color

This is how #974eae Color will look on black background color. Color contrast ratio is 4.02

#974eae in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #974eae

HTML with inline CSS

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

Your Example Paragraph content text in with font color #974eae

#974eae color code is use for CSS Background Color

Background color for the above div is #974eae

HTML with inline CSS

<div style="background-color:#974eae;"></div>

#974eae color code is use for CSS Border Color

CSS Border color for the above div is #974eae

HTML with inline CSS

<div style="border:5px solid #974eae;"></div>

CSS Border Left color for the above div is #974eae

HTML with inline CSS

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

CSS Border Right color for the above div is #974eae

HTML with inline CSS

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

CSS Border Bottom color for the above div is #974eae

HTML with inline CSS

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

CSS Border Top color for the above div is #974eae

HTML with inline CSS

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

#974eae hex Color code used as CSS color Codes

Example CSS Class for usage

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

#974eae Color code Preview on White Background

This is how #974eae Color code will look on white background color. Color contrast ratio is 5.23

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

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,78,174,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(101,174,78,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(151,78,174,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.