crispedge.com

Color picker

Loading...

#8679b5 hex color - Violet - Cool color - Information

#8679b5 hex color - Violet - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #8679b5 Color code in RGB color code model is created after adding 52.55% red color, 47.45% green color and 70.98% blue color. Hex #8679b5 Color code in CMYK color (process color) code model is generated after subtraction of 26% cyan, 33% magenta, 0% yellow and 29% black.

Hex #8679b5 color code is between #8877bb web safe hex color code and #7788aa web safe hex color code. #8877bb is the nearest web safe color code. You can see here many more shades of #8679b5 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code8679b5#8679b5
RGB Decimal134, 121, 181rgb(134, 121, 181)
RGB Percent53%, 47%, 71%rgb(53%, 47%, 71%)
CSS RGBa134, 121, 181,1rgba(134,121,181,1)
CMYK Modelcmyk(26%,33%,0%,29%)
HSL Color Space253,29% ,59%hsl(253,29% ,59%)
HSV Color Space253°, 33%, 71%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100001100111100110110101
Octal206171265
Decimal134121181
Hex8679b5

Different shades of #8679b5 color code.

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

Light Shade of #8679b5
#a49ac7
Dark Shade of #8679b5
#6959a2
Saturated Shade of #8679b5
#806fbf
Desaturated Shade of #8679b5
#8c83ab
Grey scale Shade of #8679b5
#979797
Brighten Shade
#9f92ce
Most Readable Shade
#FFFFFF

Shades of #8679b5 color code

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

#8679b5
#776ba0
#685e8c
#595078
#4a4364
#3b3550
#2c283c
#1d1a28
#0e0d14
#000000

Similar Color like #8679b5 color

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

#877ab6
#887bb7
#897cb8
#8a7db9
#8b7eba
#8c7fbb
#8d80bc
#8e81bd
#8f82be
#9083bf
#9184c0
#9285c1
#9386c2
#9487c3
#8578b4
#8477b3
#8376b2
#8275b1
#8174b0
#8073af
#7f72ae
#7e71ad
#7d70ac
#7c6fab
#7b6eaa
#7a6da9
#796ca8
#786ba7

Monochromatic Color with #8679b5

#8679b5
#a595df
#08070b
#282435
#474060
#675d8a

Tints of #8679b5 Color

#8679b5
#9387bd
#a096c5
#aea5cd
#bbb4d5
#c9c3de
#d6d2e6
#e4e1ee
#f1f0f6
#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

#8679b5
#a8b579

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

Split Complementary

#8679b5
#b5a479
#8ab579

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

Analogous Color

#7984b5
#7a79b5
#8679b5
#9279b5
#9e79b5

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

#8679b5
#b58679
#79b586

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

#8679b5
#b5798a
#a8b579
#79b5a4

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

#8679b5
#a8b579
#8ab579
#a479b5

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 #8679b5 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.

#8679b5 Color Code Preview on Black Background Color

This is how #8679b5 Color will look on black background color. Color contrast ratio is 5.42

#8679b5 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #8679b5

HTML with inline CSS

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

Your Example Paragraph content text in with font color #8679b5

#8679b5 color code is use for CSS Background Color

Background color for the above div is #8679b5

HTML with inline CSS

<div style="background-color:#8679b5;"></div>

#8679b5 color code is use for CSS Border Color

CSS Border color for the above div is #8679b5

HTML with inline CSS

<div style="border:5px solid #8679b5;"></div>

CSS Border Left color for the above div is #8679b5

HTML with inline CSS

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

CSS Border Right color for the above div is #8679b5

HTML with inline CSS

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

CSS Border Bottom color for the above div is #8679b5

HTML with inline CSS

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

CSS Border Top color for the above div is #8679b5

HTML with inline CSS

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

#8679b5 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#8679b5 Color code Preview on White Background

This is how #8679b5 Color code will look on white background color. Color contrast ratio is 3.88

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

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(134,121,181,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(168,181,121,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(134,121,181,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.