crispedge.com

Color picker

Loading...

#98327d hex color - Red - Warm color - Information

#98327d hex color - Red - Warm color

Color Hue/Base color: Red

Hex #98327d Color code in RGB color code model is created after adding 59.61% red color, 19.61% green color and 49.02% blue color. Hex #98327d Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 67% magenta, 18% yellow and 40% black.

Hex #98327d color code is between #993377 web safe hex color code and #882288 web safe hex color code. #993377 is the nearest web safe color code. You can see here many more shades of #98327d color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code98327d#98327d
RGB Decimal152, 50, 125rgb(152, 50, 125)
RGB Percent60%, 20%, 49%rgb(60%, 20%, 49%)
CSS RGBa152, 50, 125,1rgba(152,50,125,1)
CMYK Modelcmyk(0%,67%,18%,40%)
HSL Color Space316,50% ,40%hsl(316,50% ,40%)
HSV Color Space316°, 67%, 60%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary100110000011001001111101
Octal23062175
Decimal15250125
Hex98327d

Different shades of #98327d color code.

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

Light Shade of #98327d
#be3f9d
Dark Shade of #98327d
#72255d
Saturated Shade of #98327d
#a22882
Desaturated Shade of #98327d
#8e3c78
Grey scale Shade of #98327d
#656565
Brighten Shade
#b14b96
Most Readable Shade
#FFFFFF

Shades of #98327d color code

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

#98327d
#872c6f
#762661
#652153
#541b45
#431637
#321029
#210b1b
#10050d
#000000

Similar Color like #98327d color

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

#99337e
#9a347f
#9b3580
#9c3681
#9d3782
#9e3883
#9f3984
#a03a85
#a13b86
#a23c87
#a33d88
#a43e89
#a53f8a
#a6408b
#97317c
#96307b
#952f7a
#942e79
#932d78
#922c77
#912b76
#902a75
#8f2974
#8e2873
#8d2772
#8c2671
#8b2570
#8a246f

Monochromatic Color with #98327d

#98327d
#c240a0
#ed4ec3
#180814
#431637
#6d245a

Tints of #98327d Color

#98327d
#a3488b
#ae5f99
#ba76a8
#c58db6
#d1a3c5
#dcbad3
#e8d1e2
#f3e8f0
#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

#98327d
#32984d

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

Split Complementary

#98327d
#4a9832
#329880

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

Analogous Color

#8a3298
#983291
#98327d
#983269
#983254

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

#98327d
#7d9832
#327d98

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

#98327d
#988032
#32984d
#324a98

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

#98327d
#32984d
#329880
#98324a

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 #98327d 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.

#98327d Color Code Preview on Black Background Color

This is how #98327d Color will look on black background color. Color contrast ratio is 3.09

#98327d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #98327d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #98327d

#98327d color code is use for CSS Background Color

Background color for the above div is #98327d

HTML with inline CSS

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

#98327d color code is use for CSS Border Color

CSS Border color for the above div is #98327d

HTML with inline CSS

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

CSS Border Left color for the above div is #98327d

HTML with inline CSS

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

CSS Border Right color for the above div is #98327d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #98327d

HTML with inline CSS

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

CSS Border Top color for the above div is #98327d

HTML with inline CSS

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

#98327d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#98327d Color code Preview on White Background

This is how #98327d Color code will look on white background color. Color contrast ratio is 6.80

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

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(152,50,125,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(50,152,77,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(152,50,125,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.