crispedge.com

Color picker

Loading...

#99427a hex color - Red - Warm color - Information

#99427a hex color - Red - Warm color

Color Mixture: Magenta and Pink

Color Hue/Base color: Red

Hex #99427a Color code in RGB color code model is created after adding 60% red color, 25.88% green color and 47.84% blue color. Hex #99427a Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 57% magenta, 20% yellow and 40% black.

Hex #99427a color code is between #884477 web safe hex color code and #aa3388 web safe hex color code. #884477 is the nearest web safe color code. You can see here many more shades of #99427a color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code99427a#99427a
RGB Decimal153, 66, 122rgb(153, 66, 122)
RGB Percent60%, 26%, 48%rgb(60%, 26%, 48%)
CSS RGBa153, 66, 122,1rgba(153,66,122,1)
CMYK Modelcmyk(0%,57%,20%,40%)
HSL Color Space321,40% ,43%hsl(321,40% ,43%)
HSV Color Space321°, 57%, 60%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary100110010100001001111010
Octal231102172
Decimal15366122
Hex99427a

Different shades of #99427a color code.

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

Light Shade of #99427a
#b75795
Dark Shade of #99427a
#75335e
Saturated Shade of #99427a
#a4377d
Desaturated Shade of #99427a
#8e4d77
Grey scale Shade of #99427a
#6d6d6d
Brighten Shade
#b25b93
Most Readable Shade
#FFFFFF

Shades of #99427a color code

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

#99427a
#883a6c
#77335e
#662c51
#552443
#441d36
#331628
#220e1b
#11070d
#000000

Similar Color like #99427a color

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

#9a437b
#9b447c
#9c457d
#9d467e
#9e477f
#9f4880
#a04981
#a14a82
#a24b83
#a34c84
#a44d85
#a54e86
#a64f87
#a75088
#984179
#974078
#963f77
#953e76
#943d75
#933c74
#923b73
#913a72
#903971
#8f3870
#8e376f
#8d366e
#8c356d
#8b346c

Monochromatic Color with #99427a

#99427a
#c3549c
#ee67be
#190b14
#441d36
#6e3058

Tints of #99427a Color

#99427a
#a45788
#af6c97
#bb81a6
#c696b5
#d1abc3
#ddc0d2
#e8d5e1
#f3eaf0
#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

#99427a
#429961

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

Split Complementary

#99427a
#4f9942
#42998c

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

Analogous Color

#954299
#99428b
#99427a
#994269
#994257

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

#99427a
#7a9942
#427a99

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

#99427a
#998c42
#429961
#424f99

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

#99427a
#429961
#42998c
#99424f

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 #99427a 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.

#99427a Color Code Preview on Black Background Color

This is how #99427a Color will look on black background color. Color contrast ratio is 3.41

#99427a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #99427a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #99427a

#99427a color code is use for CSS Background Color

Background color for the above div is #99427a

HTML with inline CSS

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

#99427a color code is use for CSS Border Color

CSS Border color for the above div is #99427a

HTML with inline CSS

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

CSS Border Left color for the above div is #99427a

HTML with inline CSS

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

CSS Border Right color for the above div is #99427a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #99427a

HTML with inline CSS

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

CSS Border Top color for the above div is #99427a

HTML with inline CSS

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

#99427a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#99427a Color code Preview on White Background

This is how #99427a Color code will look on white background color. Color contrast ratio is 6.15

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

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,66,122,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(66,153,97,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(153,66,122,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.