crispedge.com

Color picker

Loading...

#9375a0 hex color - Violet - Warm color - Information

#9375a0 hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #9375a0 Color code in RGB color code model is created after adding 57.65% red color, 45.88% green color and 62.75% blue color. Hex #9375a0 Color code in CMYK color (process color) code model is generated after subtraction of 8% cyan, 27% magenta, 0% yellow and 37% black.

Hex #9375a0 color code is between #997799 web safe hex color code and #8866aa web safe hex color code. #997799 is the nearest web safe color code. You can see here many more shades of #9375a0 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code9375a0#9375a0
RGB Decimal147, 117, 160rgb(147, 117, 160)
RGB Percent58%, 46%, 63%rgb(58%, 46%, 63%)
CSS RGBa147, 117, 160,1rgba(147,117,160,1)
CMYK Modelcmyk(8%,27%,0%,37%)
HSL Color Space282,18% ,54%hsl(282,18% ,54%)
HSV Color Space282°, 27%, 63%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary100100110111010110100000
Octal223165240
Decimal147117160
Hex9375a0

Different shades of #9375a0 color code.

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

Light Shade of #9375a0
#ab93b5
Dark Shade of #9375a0
#795c86
Saturated Shade of #9375a0
#9869ac
Desaturated Shade of #9375a0
#8e8194
Grey scale Shade of #9375a0
#8a8a8a
Brighten Shade
#ac8eb9
Most Readable Shade
#FFFFFF

Shades of #9375a0 color code

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

#9375a0
#82688e
#725b7c
#624e6a
#514158
#413447
#312735
#201a23
#100d11
#000000

Similar Color like #9375a0 color

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

#9476a1
#9577a2
#9678a3
#9779a4
#987aa5
#997ba6
#9a7ca7
#9b7da8
#9c7ea9
#9d7faa
#9e80ab
#9f81ac
#a082ad
#a183ae
#92749f
#91739e
#90729d
#8f719c
#8e709b
#8d6f9a
#8c6e99
#8b6d98
#8a6c97
#896b96
#886a95
#876994
#866893
#856792

Monochromatic Color with #9375a0

#9375a0
#ba94ca
#e1b3f5
#1e1820
#45374b
#6c5675

Tints of #9375a0 Color

#9375a0
#9f84aa
#ab93b5
#b7a3bf
#c3b2ca
#cfc1d4
#dbd1df
#e7e0e9
#f3eff4
#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

#9375a0
#82a075

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

Split Complementary

#9375a0
#98a075
#75a07d

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

Analogous Color

#8275a0
#8a75a0
#9375a0
#9c75a0
#a0759c

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

#9375a0
#a09375
#75a093

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

#9375a0
#a07d75
#82a075
#7597a0

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

#9375a0
#82a075
#75a07d
#a07598

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 #9375a0 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.

#9375a0 Color Code Preview on Black Background Color

This is how #9375a0 Color will look on black background color. Color contrast ratio is 5.29

#9375a0 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #9375a0

HTML with inline CSS

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

Your Example Paragraph content text in with font color #9375a0

#9375a0 color code is use for CSS Background Color

Background color for the above div is #9375a0

HTML with inline CSS

<div style="background-color:#9375a0;"></div>

#9375a0 color code is use for CSS Border Color

CSS Border color for the above div is #9375a0

HTML with inline CSS

<div style="border:5px solid #9375a0;"></div>

CSS Border Left color for the above div is #9375a0

HTML with inline CSS

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

CSS Border Right color for the above div is #9375a0

HTML with inline CSS

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

CSS Border Bottom color for the above div is #9375a0

HTML with inline CSS

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

CSS Border Top color for the above div is #9375a0

HTML with inline CSS

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

#9375a0 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#9375a0 Color code Preview on White Background

This is how #9375a0 Color code will look on white background color. Color contrast ratio is 3.97

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

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(147,117,160,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(130,160,117,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(147,117,160,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.