crispedge.com

Color picker

Loading...

#842d9f hex color - Violet - Warm color - Information

#842d9f hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #842d9f Color code in RGB color code model is created after adding 51.76% red color, 17.65% green color and 62.35% blue color. Hex #842d9f Color code in CMYK color (process color) code model is generated after subtraction of 17% cyan, 72% magenta, 0% yellow and 38% black.

Hex #842d9f color code is between #883399 web safe hex color code and #7722aa web safe hex color code. #883399 is the nearest web safe color code. You can see here many more shades of #842d9f color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code842d9f#842d9f
RGB Decimal132, 45, 159rgb(132, 45, 159)
RGB Percent52%, 18%, 62%rgb(52%, 18%, 62%)
CSS RGBa132, 45, 159,1rgba(132,45,159,1)
CMYK Modelcmyk(17%,72%,0%,38%)
HSL Color Space286,56% ,40%hsl(286,56% ,40%)
HSV Color Space286°, 72%, 62%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary100001000010110110011111
Octal20455237
Decimal13245159
Hex842d9f

Different shades of #842d9f color code.

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

Light Shade of #842d9f
#a538c7
Dark Shade of #842d9f
#632277
Saturated Shade of #842d9f
#8923a9
Desaturated Shade of #842d9f
#7f3795
Grey scale Shade of #842d9f
#666666
Brighten Shade
#9d46b8
Most Readable Shade
#FFFFFF

Shades of #842d9f color code

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

#842d9f
#75288d
#66237b
#581e6a
#491958
#3a1446
#2c0f35
#1d0a23
#0e0511
#000000

Similar Color like #842d9f color

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

#852ea0
#862fa1
#8730a2
#8831a3
#8932a4
#8a33a5
#8b34a6
#8c35a7
#8d36a8
#8e37a9
#8f38aa
#9039ab
#913aac
#923bad
#832c9e
#822b9d
#812a9c
#80299b
#7f289a
#7e2799
#7d2698
#7c2597
#7b2496
#7a2395
#792294
#782193
#772092
#761f91

Monochromatic Color with #842d9f

#842d9f
#a739c9
#cb45f4
#1a091f
#3d154a
#612174

Tints of #842d9f Color

#842d9f
#9144a9
#9f5bb4
#ad73bf
#ba8ac9
#c8a1d4
#d6b9df
#e3d0e9
#f1e7f4
#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

#842d9f
#489f2d

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

Split Complementary

#842d9f
#819f2d
#2d9f4b

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

Analogous Color

#562d9f
#6d2d9f
#842d9f
#9b2d9f
#9f2d8c

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

#842d9f
#9f842d
#2d9f84

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

#842d9f
#9f4b2d
#489f2d
#2d819f

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

#842d9f
#489f2d
#2d9f4b
#9f2d81

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 #842d9f 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.

#842d9f Color Code Preview on Black Background Color

This is how #842d9f Color will look on black background color. Color contrast ratio is 2.86

#842d9f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #842d9f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #842d9f

#842d9f color code is use for CSS Background Color

Background color for the above div is #842d9f

HTML with inline CSS

<div style="background-color:#842d9f;"></div>

#842d9f color code is use for CSS Border Color

CSS Border color for the above div is #842d9f

HTML with inline CSS

<div style="border:5px solid #842d9f;"></div>

CSS Border Left color for the above div is #842d9f

HTML with inline CSS

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

CSS Border Right color for the above div is #842d9f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #842d9f

HTML with inline CSS

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

CSS Border Top color for the above div is #842d9f

HTML with inline CSS

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

#842d9f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#842d9f Color code Preview on White Background

This is how #842d9f Color code will look on white background color. Color contrast ratio is 7.35

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

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(132,45,159,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(72,159,45,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(132,45,159,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.