crispedge.com

#994edd hex color - Violet - Warm color - Information

#994edd hex color - Violet - Warm color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #994edd Color code in RGB color code model is created after adding 60% red color, 30.59% green color and 86.67% blue color. Hex #994edd Color code in CMYK color (process color) code model is generated after subtraction of 31% cyan, 65% magenta, 0% yellow and 13% black.

Hex #994edd color code is between #8855cc web safe hex color code and #aa44ee web safe hex color code. #8855cc is the nearest web safe color code. You can see here many more shades of #994edd color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code994edd#994edd
RGB Decimal153, 78, 221rgb(153, 78, 221)
RGB Percent60%, 31%, 87%rgb(60%, 31%, 87%)
CSS RGBa153, 78, 221,1rgba(153,78,221,1)
CMYK Modelcmyk(31%,65%,0%,13%)
HSL Color Space271,68% ,59%hsl(271,68% ,59%)
HSV Color Space271°, 65%, 87%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary100110010100111011011101
Octal231116335
Decimal15378221
Hex994edd

Different shades of #994edd color code.

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

Light Shade of #994edd
#b279e5
Dark Shade of #994edd
#8028d0
Saturated Shade of #994edd
#9943e8
Desaturated Shade of #994edd
#9859d2
Grey scale Shade of #994edd
#959595
Brighten Shade
#b267f6
Most Readable Shade
#FFFFFF

Shades of #994edd color code

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

#994edd
#8845c4
#773cab
#663493
#552b7a
#442262
#331a49
#221131
#110818
#000000

Similar Color like #994edd color

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

#9a4fde
#9b50df
#9c51e0
#9d52e1
#9e53e2
#9f54e3
#a055e4
#a156e5
#a257e6
#a358e7
#a459e8
#a55ae9
#a65bea
#a75ceb
#984ddc
#974cdb
#964bda
#954ad9
#9449d8
#9348d7
#9247d6
#9146d5
#9045d4
#8f44d3
#8e43d2
#8d42d1
#8c41d0
#8b40cf

Monochromatic Color with #994edd

#994edd
#060308
#231233
#41215d
#5e3088
#7c3fb3

Tints of #994edd Color

#994edd
#a461e0
#af75e4
#bb89e8
#c69cec
#d1b0ef
#ddc4f3
#e8d7f7
#f3ebfb
#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

#994edd
#92dd4e

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

Split Complementary

#994edd
#dadd4e
#4edd52

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

Analogous Color

#604edd
#7c4edd
#994edd
#b64edd
#d24edd

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

#994edd
#dd994e
#4edd99

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

#994edd
#dd514e
#92dd4e
#4ed9dd

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

#994edd
#92dd4e
#4edd52
#dd4eda

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 #994edd 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.

#994edd Color Code Preview on Black Background Color

This is how #994edd Color will look on black background color. Color contrast ratio is 4.49

#994edd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #994edd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #994edd

#994edd color code is use for CSS Background Color

Background color for the above div is #994edd

HTML with inline CSS

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

#994edd color code is use for CSS Border Color

CSS Border color for the above div is #994edd

HTML with inline CSS

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

CSS Border Left color for the above div is #994edd

HTML with inline CSS

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

CSS Border Right color for the above div is #994edd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #994edd

HTML with inline CSS

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

CSS Border Top color for the above div is #994edd

HTML with inline CSS

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

#994edd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#994edd Color code Preview on White Background

This is how #994edd Color code will look on white background color. Color contrast ratio is 4.68

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

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(153,78,221,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(146,221,78,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(153,78,221,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.

< /html>