crispedge.com

Color picker

Loading...

#8d75cc hex color - Violet - Cool color - Information

#8d75cc hex color - Violet - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #8d75cc Color code in RGB color code model is created after adding 55.29% red color, 45.88% green color and 80% blue color. Hex #8d75cc Color code in CMYK color (process color) code model is generated after subtraction of 31% cyan, 43% magenta, 0% yellow and 20% black.

Hex #8d75cc color code is between #8877bb web safe hex color code and #9966dd web safe hex color code. #8877bb is the nearest web safe color code. You can see here many more shades of #8d75cc color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code8d75cc#8d75cc
RGB Decimal141, 117, 204rgb(141, 117, 204)
RGB Percent55%, 46%, 80%rgb(55%, 46%, 80%)
CSS RGBa141, 117, 204,1rgba(141,117,204,1)
CMYK Modelcmyk(31%,43%,0%,20%)
HSL Color Space257,46% ,63%hsl(257,46% ,63%)
HSV Color Space257°, 43%, 80%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100011010111010111001100
Octal215165314
Decimal141117204
Hex8d75cc

Different shades of #8d75cc color code.

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

Light Shade of #8d75cc
#ac9ada
Dark Shade of #8d75cc
#6e50be
Saturated Shade of #8d75cc
#896cd5
Desaturated Shade of #8d75cc
#917ec3
Grey scale Shade of #8d75cc
#a0a0a0
Brighten Shade
#a68ee5
Most Readable Shade
#FFFFFF

Shades of #8d75cc color code

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

#8d75cc
#7d68b5
#6d5b9e
#5e4e88
#4e4171
#3e345a
#2f2744
#1f1a2d
#0f0d16
#000000

Similar Color like #8d75cc color

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

#8e76cd
#8f77ce
#9078cf
#9179d0
#927ad1
#937bd2
#947cd3
#957dd4
#967ed5
#977fd6
#9880d7
#9981d8
#9a82d9
#9b83da
#8c74cb
#8b73ca
#8a72c9
#8971c8
#8870c7
#876fc6
#866ec5
#856dc4
#846cc3
#836bc2
#826ac1
#8169c0
#8068bf
#7f67be

Monochromatic Color with #8d75cc

#8d75cc
#aa8df6
#171322
#352c4c
#524477
#705da1

Tints of #8d75cc Color

#8d75cc
#9984d1
#a693d7
#b3a3dd
#bfb2e2
#ccc1e8
#d9d1ee
#e5e0f3
#f2eff9
#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

#8d75cc
#b4cc75

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

Split Complementary

#8d75cc
#ccb975
#88cc75

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

Analogous Color

#7580cc
#7c75cc
#8d75cc
#9e75cc
#b075cc

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

#8d75cc
#cc8d75
#75cc8d

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

#8d75cc
#cc7588
#b4cc75
#75ccb8

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

#8d75cc
#b4cc75
#88cc75
#b975cc

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 #8d75cc 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.

#8d75cc Color Code Preview on Black Background Color

This is how #8d75cc Color will look on black background color. Color contrast ratio is 5.55

#8d75cc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #8d75cc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #8d75cc

#8d75cc color code is use for CSS Background Color

Background color for the above div is #8d75cc

HTML with inline CSS

<div style="background-color:#8d75cc;"></div>

#8d75cc color code is use for CSS Border Color

CSS Border color for the above div is #8d75cc

HTML with inline CSS

<div style="border:5px solid #8d75cc;"></div>

CSS Border Left color for the above div is #8d75cc

HTML with inline CSS

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

CSS Border Right color for the above div is #8d75cc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #8d75cc

HTML with inline CSS

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

CSS Border Top color for the above div is #8d75cc

HTML with inline CSS

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

#8d75cc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#8d75cc Color code Preview on White Background

This is how #8d75cc Color code will look on white background color. Color contrast ratio is 3.78

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

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(141,117,204,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(180,204,117,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(141,117,204,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.