crispedge.com

Color picker

Loading...

#8376d1 hex color - Violet - Cool color - Information

#8376d1 hex color - Violet - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #8376d1 Color code in RGB color code model is created after adding 51.37% red color, 46.27% green color and 81.96% blue color. Hex #8376d1 Color code in CMYK color (process color) code model is generated after subtraction of 37% cyan, 44% magenta, 0% yellow and 18% black.

Hex #8376d1 color code is between #8877cc web safe hex color code and #7766dd web safe hex color code. #8877cc is the nearest web safe color code. You can see here many more shades of #8376d1 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code8376d1#8376d1
RGB Decimal131, 118, 209rgb(131, 118, 209)
RGB Percent51%, 46%, 82%rgb(51%, 46%, 82%)
CSS RGBa131, 118, 209,1rgba(131,118,209,1)
CMYK Modelcmyk(37%,44%,0%,18%)
HSL Color Space249,50% ,64%hsl(249,50% ,64%)
HSV Color Space249°, 44%, 82%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100000110111011011010001
Octal203166321
Decimal131118209
Hex8376d1

Different shades of #8376d1 color code.

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

Light Shade of #8376d1
#a69cde
Dark Shade of #8376d1
#6050c4
Saturated Shade of #8376d1
#7c6dda
Desaturated Shade of #8376d1
#8a7fc8
Grey scale Shade of #8376d1
#a3a3a3
Brighten Shade
#9c8fea
Most Readable Shade
#FFFFFF

Shades of #8376d1 color code

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

#8376d1
#7468b9
#655ba2
#574e8b
#484174
#3a345c
#2b2745
#1d1a2e
#0e0d17
#000000

Similar Color like #8376d1 color

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

#8477d2
#8578d3
#8679d4
#877ad5
#887bd6
#897cd7
#8a7dd8
#8b7ed9
#8c7fda
#8d80db
#8e81dc
#8f82dd
#9083de
#9184df
#8275d0
#8174cf
#8073ce
#7f72cd
#7e71cc
#7d70cb
#7c6fca
#7b6ec9
#7a6dc8
#796cc7
#786bc6
#776ac5
#7669c4
#7568c3

Monochromatic Color with #8376d1

#8376d1
#9e8efb
#181627
#332e51
#4e467c
#685ea6

Tints of #8376d1 Color

#8376d1
#9085d6
#9e94db
#aca3e0
#bab2e5
#c7c2ea
#d5d1ef
#e3e0f4
#f1eff9
#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

#8376d1
#c4d176

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

Split Complementary

#8376d1
#d1b076
#97d176

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

Analogous Color

#768dd1
#767bd1
#8376d1
#9576d1
#a776d1

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

#8376d1
#d18376
#76d183

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

#8376d1
#d17696
#c4d176
#76d1b0

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

#8376d1
#c4d176
#97d176
#b076d1

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 #8376d1 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.

#8376d1 Color Code Preview on Black Background Color

This is how #8376d1 Color will look on black background color. Color contrast ratio is 5.48

#8376d1 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #8376d1

HTML with inline CSS

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

Your Example Paragraph content text in with font color #8376d1

#8376d1 color code is use for CSS Background Color

Background color for the above div is #8376d1

HTML with inline CSS

<div style="background-color:#8376d1;"></div>

#8376d1 color code is use for CSS Border Color

CSS Border color for the above div is #8376d1

HTML with inline CSS

<div style="border:5px solid #8376d1;"></div>

CSS Border Left color for the above div is #8376d1

HTML with inline CSS

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

CSS Border Right color for the above div is #8376d1

HTML with inline CSS

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

CSS Border Bottom color for the above div is #8376d1

HTML with inline CSS

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

CSS Border Top color for the above div is #8376d1

HTML with inline CSS

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

#8376d1 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#8376d1 Color code Preview on White Background

This is how #8376d1 Color code will look on white background color. Color contrast ratio is 3.83

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

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(131,118,209,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(196,209,118,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(131,118,209,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.