crispedge.com

Color picker

Loading...

#844497 hex color - Violet - Warm color - Information

#844497 hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #844497 Color code in RGB color code model is created after adding 51.76% red color, 26.67% green color and 59.22% blue color. Hex #844497 Color code in CMYK color (process color) code model is generated after subtraction of 13% cyan, 55% magenta, 0% yellow and 41% black.

Hex #844497 color code is between #883399 web safe hex color code and #775588 web safe hex color code. #883399 is the nearest web safe color code. You can see here many more shades of #844497 color code.

0 Likes 0 Comments | 3 Views

RGB Chart

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

Color Table

Hex Color Code844497#844497
RGB Decimal132, 68, 151rgb(132, 68, 151)
RGB Percent52%, 27%, 59%rgb(52%, 27%, 59%)
CSS RGBa132, 68, 151,1rgba(132,68,151,1)
CMYK Modelcmyk(13%,55%,0%,41%)
HSL Color Space286,38% ,43%hsl(286,38% ,43%)
HSV Color Space286°, 55%, 59%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary100001000100010010010111
Octal204104227
Decimal13268151
Hex844497

Different shades of #844497 color code.

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

Light Shade of #844497
#a05ab4
Dark Shade of #844497
#653474
Saturated Shade of #844497
#8a39a2
Desaturated Shade of #844497
#7e4f8c
Grey scale Shade of #844497
#6d6d6d
Brighten Shade
#9d5db0
Most Readable Shade
#FFFFFF

Shades of #844497 color code

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

#844497
#753c86
#663475
#582d64
#492553
#3a1e43
#2c1632
#1d0f21
#0e0710
#000000

Similar Color like #844497 color

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

#854598
#864699
#87479a
#88489b
#89499c
#8a4a9d
#8b4b9e
#8c4c9f
#8d4da0
#8e4ea1
#8f4fa2
#9050a3
#9151a4
#9252a5
#834396
#824295
#814194
#804093
#7f3f92
#7e3e91
#7d3d90
#7c3c8f
#7b3b8e
#7a3a8d
#79398c
#78388b
#77378a
#763689

Monochromatic Color with #844497

#844497
#a957c1
#ce6aec
#150b17
#3a1e42
#5f316c

Tints of #844497 Color

#844497
#9158a2
#9f6dae
#ad82b9
#ba97c5
#c8abd0
#d6c0dc
#e3d5e7
#f1eaf3
#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

#844497
#579744

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

Split Complementary

#844497
#819744
#44975b

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

Analogous Color

#634497
#734497
#844497
#954497
#974489

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

#844497
#978444
#449784

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

#844497
#975b44
#579744
#448097

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

#844497
#579744
#44975b
#974481

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 #844497 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.

#844497 Color Code Preview on Black Background Color

This is how #844497 Color will look on black background color. Color contrast ratio is 3.25

#844497 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #844497

HTML with inline CSS

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

Your Example Paragraph content text in with font color #844497

#844497 color code is use for CSS Background Color

Background color for the above div is #844497

HTML with inline CSS

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

#844497 color code is use for CSS Border Color

CSS Border color for the above div is #844497

HTML with inline CSS

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

CSS Border Left color for the above div is #844497

HTML with inline CSS

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

CSS Border Right color for the above div is #844497

HTML with inline CSS

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

CSS Border Bottom color for the above div is #844497

HTML with inline CSS

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

CSS Border Top color for the above div is #844497

HTML with inline CSS

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

#844497 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#844497 Color code Preview on White Background

This is how #844497 Color code will look on white background color. Color contrast ratio is 6.45

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

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,68,151,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(87,151,68,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(132,68,151,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.