crispedge.com

Color picker

Loading...

#8765a7 hex color - Violet - Warm color - Information

#8765a7 hex color - Violet - Warm color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #8765a7 Color code in RGB color code model is created after adding 52.94% red color, 39.61% green color and 65.49% blue color. Hex #8765a7 Color code in CMYK color (process color) code model is generated after subtraction of 19% cyan, 40% magenta, 0% yellow and 35% black.

Hex #8765a7 color code is between #8866aa web safe hex color code and #775599 web safe hex color code. #8866aa is the nearest web safe color code. You can see here many more shades of #8765a7 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code8765a7#8765a7
RGB Decimal135, 101, 167rgb(135, 101, 167)
RGB Percent53%, 40%, 65%rgb(53%, 40%, 65%)
CSS RGBa135, 101, 167,1rgba(135,101,167,1)
CMYK Modelcmyk(19%,40%,0%,35%)
HSL Color Space271,27% ,53%hsl(271,27% ,53%)
HSV Color Space271°, 40%, 65%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary100001110110010110100111
Octal207145247
Decimal135101167
Hex8765a7

Different shades of #8765a7 color code.

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

Light Shade of #8765a7
#a085ba
Dark Shade of #8765a7
#6d4f8a
Saturated Shade of #8765a7
#8759b3
Desaturated Shade of #8765a7
#87719b
Grey scale Shade of #8765a7
#868686
Brighten Shade
#a07ec0
Most Readable Shade
#FFFFFF

Shades of #8765a7 color code

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

#8765a7
#785994
#694e81
#5a436f
#4b385c
#3c2c4a
#2d2137
#1e1625
#0f0b12
#000000

Similar Color like #8765a7 color

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

#8866a8
#8967a9
#8a68aa
#8b69ab
#8c6aac
#8d6bad
#8e6cae
#8f6daf
#906eb0
#916fb1
#9270b2
#9371b3
#9472b4
#9573b5
#8664a6
#8563a5
#8462a4
#8361a3
#8260a2
#815fa1
#805ea0
#7f5d9f
#7e5c9e
#7d5b9d
#7c5a9c
#7b599b
#7a589a
#795799

Monochromatic Color with #8765a7

#8765a7
#a97fd1
#cc98fc
#201827
#423252
#654b7c

Tints of #8765a7 Color

#8765a7
#9476b0
#a187ba
#af98c4
#bca9ce
#c9bad7
#d7cbe1
#e4dceb
#f1edf5
#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

#8765a7
#85a765

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

Split Complementary

#8765a7
#a6a765
#65a766

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

Analogous Color

#6d65a7
#7a65a7
#8765a7
#9465a7
#a165a7

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

#8765a7
#a78765
#65a787

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

#8765a7
#a76665
#85a765
#65a6a7

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

#8765a7
#85a765
#65a766
#a765a6

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 #8765a7 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.

#8765a7 Color Code Preview on Black Background Color

This is how #8765a7 Color will look on black background color. Color contrast ratio is 4.45

#8765a7 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #8765a7

HTML with inline CSS

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

Your Example Paragraph content text in with font color #8765a7

#8765a7 color code is use for CSS Background Color

Background color for the above div is #8765a7

HTML with inline CSS

<div style="background-color:#8765a7;"></div>

#8765a7 color code is use for CSS Border Color

CSS Border color for the above div is #8765a7

HTML with inline CSS

<div style="border:5px solid #8765a7;"></div>

CSS Border Left color for the above div is #8765a7

HTML with inline CSS

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

CSS Border Right color for the above div is #8765a7

HTML with inline CSS

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

CSS Border Bottom color for the above div is #8765a7

HTML with inline CSS

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

CSS Border Top color for the above div is #8765a7

HTML with inline CSS

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

#8765a7 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#8765a7 Color code Preview on White Background

This is how #8765a7 Color code will look on white background color. Color contrast ratio is 4.72

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

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(135,101,167,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(133,167,101,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(135,101,167,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.