crispedge.com

Color picker

Loading...

#8240a1 hex color - Violet - Warm color - Information

#8240a1 hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #8240a1 Color code in RGB color code model is created after adding 50.98% red color, 25.1% green color and 63.14% blue color. Hex #8240a1 Color code in CMYK color (process color) code model is generated after subtraction of 19% cyan, 60% magenta, 0% yellow and 37% black.

Hex #8240a1 color code is between #884499 web safe hex color code and #7733aa web safe hex color code. #884499 is the nearest web safe color code. You can see here many more shades of #8240a1 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code8240a1#8240a1
RGB Decimal130, 64, 161rgb(130, 64, 161)
RGB Percent51%, 25%, 63%rgb(51%, 25%, 63%)
CSS RGBa130, 64, 161,1rgba(130,64,161,1)
CMYK Modelcmyk(19%,60%,0%,37%)
HSL Color Space281,43% ,44%hsl(281,43% ,44%)
HSV Color Space281°, 60%, 63%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary100000100100000010100001
Octal202100241
Decimal13064161
Hex8240a1

Different shades of #8240a1 color code.

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

Light Shade of #8240a1
#9c58bc
Dark Shade of #8240a1
#65317c
Saturated Shade of #8240a1
#8635ac
Desaturated Shade of #8240a1
#7e4b96
Grey scale Shade of #8240a1
#707070
Brighten Shade
#9b59ba
Most Readable Shade
#FFFFFF

Shades of #8240a1 color code

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

#8240a1
#73388f
#65317d
#562a6b
#482359
#391c47
#2b1535
#1c0e23
#0e0711
#000000

Similar Color like #8240a1 color

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

#8341a2
#8442a3
#8543a4
#8644a5
#8745a6
#8846a7
#8947a8
#8a48a9
#8b49aa
#8c4aab
#8d4bac
#8e4cad
#8f4dae
#904eaf
#813fa0
#803e9f
#7f3d9e
#7e3c9d
#7d3b9c
#7c3a9b
#7b399a
#7a3899
#793798
#783697
#773596
#763495
#753394
#743293

Monochromatic Color with #8240a1

#8240a1
#a451cb
#c762f6
#1b0d21
#3d1e4c
#602f76

Tints of #8240a1 Color

#8240a1
#8f55ab
#9d6ab5
#ab7fc0
#b994ca
#c7aad5
#d5bfdf
#e3d4ea
#f1e9f4
#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

#8240a1
#5fa140

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

Split Complementary

#8240a1
#90a140
#40a152

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

Analogous Color

#5b40a1
#6f40a1
#8240a1
#9540a1
#a14099

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

#8240a1
#a18240
#40a182

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

#8240a1
#a15140
#5fa140
#408fa1

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

#8240a1
#5fa140
#40a152
#a14090

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 #8240a1 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.

#8240a1 Color Code Preview on Black Background Color

This is how #8240a1 Color will look on black background color. Color contrast ratio is 3.20

#8240a1 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #8240a1

HTML with inline CSS

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

Your Example Paragraph content text in with font color #8240a1

#8240a1 color code is use for CSS Background Color

Background color for the above div is #8240a1

HTML with inline CSS

<div style="background-color:#8240a1;"></div>

#8240a1 color code is use for CSS Border Color

CSS Border color for the above div is #8240a1

HTML with inline CSS

<div style="border:5px solid #8240a1;"></div>

CSS Border Left color for the above div is #8240a1

HTML with inline CSS

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

CSS Border Right color for the above div is #8240a1

HTML with inline CSS

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

CSS Border Bottom color for the above div is #8240a1

HTML with inline CSS

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

CSS Border Top color for the above div is #8240a1

HTML with inline CSS

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

#8240a1 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#8240a1 Color code Preview on White Background

This is how #8240a1 Color code will look on white background color. Color contrast ratio is 6.57

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

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(130,64,161,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(95,161,64,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(130,64,161,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.