crispedge.com

Color picker

Loading...

#98628c hex color - Violet - Warm color - Information

#98628c hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #98628c Color code in RGB color code model is created after adding 59.61% red color, 38.43% green color and 54.9% blue color. Hex #98628c Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 36% magenta, 8% yellow and 40% black.

Hex #98628c color code is between #996688 web safe hex color code and #885599 web safe hex color code. #996688 is the nearest web safe color code. You can see here many more shades of #98628c color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code98628c#98628c
RGB Decimal152, 98, 140rgb(152, 98, 140)
RGB Percent60%, 38%, 55%rgb(60%, 38%, 55%)
CSS RGBa152, 98, 140,1rgba(152,98,140,1)
CMYK Modelcmyk(0%,36%,8%,40%)
HSL Color Space313,22% ,49%hsl(313,22% ,49%)
HSV Color Space313°, 36%, 60%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary100110000110001010001100
Octal230142214
Decimal15298140
Hex98628c

Different shades of #98628c color code.

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

Light Shade of #98628c
#ad80a3
Dark Shade of #98628c
#794e6f
Saturated Shade of #98628c
#a45593
Desaturated Shade of #98628c
#8b6e85
Grey scale Shade of #98628c
#7d7d7d
Brighten Shade
#b17ba5
Most Readable Shade
#FFFFFF

Shades of #98628c color code

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

#98628c
#87577c
#764c6c
#65415d
#54364d
#432b3e
#32202e
#21151f
#100a0f
#000000

Similar Color like #98628c color

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

#99638d
#9a648e
#9b658f
#9c6690
#9d6791
#9e6892
#9f6993
#a06a94
#a16b95
#a26c96
#a36d97
#a46e98
#a56f99
#a6709a
#97618b
#96608a
#955f89
#945e88
#935d87
#925c86
#915b85
#905a84
#8f5983
#8e5882
#8d5781
#8c5680
#8b557f
#8a547e

Monochromatic Color with #98628c

#98628c
#c27db3
#ed99da
#181017
#432b3e
#6d4765

Tints of #98628c Color

#98628c
#a37398
#ae84a5
#ba96b2
#c5a7bf
#d1b9cb
#dccad8
#e8dce5
#f3edf2
#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

#98628c
#62986e

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

Split Complementary

#98628c
#719862
#629889

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

Analogous Color

#8e6298
#986297
#98628c
#986281
#986276

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

#98628c
#8c9862
#628c98

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

#98628c
#988962
#62986e
#627198

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

#98628c
#62986e
#629889
#986271

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 #98628c 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.

#98628c Color Code Preview on Black Background Color

This is how #98628c Color will look on black background color. Color contrast ratio is 4.46

#98628c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #98628c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #98628c

#98628c color code is use for CSS Background Color

Background color for the above div is #98628c

HTML with inline CSS

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

#98628c color code is use for CSS Border Color

CSS Border color for the above div is #98628c

HTML with inline CSS

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

CSS Border Left color for the above div is #98628c

HTML with inline CSS

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

CSS Border Right color for the above div is #98628c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #98628c

HTML with inline CSS

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

CSS Border Top color for the above div is #98628c

HTML with inline CSS

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

#98628c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#98628c Color code Preview on White Background

This is how #98628c Color code will look on white background color. Color contrast ratio is 4.71

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

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,98,140,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(98,152,110,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(152,98,140,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.