Skip to main content Skip to docs navigation

#90708d hex color | Download Dark Violet BG image | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Woow we have a nearby visually matching color name available. It's name is Dianthus Mauve and its hex is #8D6D89 Nearest Color Name

Color Hue/Base color: Violet

Hex #90708d Color code in RGB color code model is created after adding 56.47% red color, 43.92% green color and 55.29% blue color. Hex #90708d Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 22% magenta, 2% yellow and 43.53% black.

Hex #90708d color code is between #887788 web safe hex color code and #996699 web safe hex color code. #887788 is the nearest web safe color code. You can see here many more shades of #90708d color code.

RGB Chart

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

Color Table

Hex Color Code 90708d #90708d
RGB Decimal 144, 112, 141 144, 112, 141
RGB Percent 56%, 44%, 55% rgb(56%, 44%, 55%)
CSS RGBa 144, 112, 141,1 rgba(144,112,141,1)
CMYK Model cmyk(0%,22%,2%,43.53%)
HSL Color Space 306,13% ,50% hsl(306,13% ,50%)
HSV Color Space 306°, 22%, 56%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10010000 01110000 10001101
Octal 220 160 215
Decimal 144 112 141
Hex 90 70 8d

Different shades of #90708d color code.

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

Darkest of #90708d
#3a2d39
Darker of #90708d
#574355
Dark of #90708d
#735a71
Base of #90708d
#90708d
Light of #90708d
#a68da4
Lighter
#bda9bb
Lightest
#d3c6d2

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

#90708d
#709073

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

Split Complementary

#90708d
#7d9070
#709083

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

Analogous Color

#807090
#867090
#90708d
#907082
#907075

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

#90708d
#708d90
#8d9070

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

#90708d
#8d9070
#709073
#737090

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#90708d
#908370
#709073
#707d90

Square 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).

Monochromatic Color with #90708d

#1d171d
#3a2d39
#574355
#735a71
#90708d
#a68da4
#bda9bb
#d3c6d2
#e9e3e9

Tints of #90708d Color

#90708d
#9c7f99
#a88fa6
#b59fb3
#c1afbf
#cdbfcc
#dacfd9
#e6dfe5
#f2eff2
#ffffff

Shades of #90708d color code

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

#90708d
#80637d
#70576d
#604a5e
#503e4e
#40313e
#30252f
#20181f
#100c0f
#000000

Tones

#90708d
#808080
#808080
#808080
#808080

Tones

Similar Color like #90708d color

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

#91718e
#92728f
#937390
#947491
#957592
#967693
#977794
#987895
#997996
#9a7a97
#9b7b98
#9c7c99
#9d7d9a
#9e7e9b
#8f6f8c
#8e6e8b
#8d6d8a
#8c6c89
#8b6b88
#8a6a87
#896986
#886885
#876784
#866683
#856582
#846481
#836380
#82627f

Download this Dark Violet

Hex #90708d 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.

#90708d Color Code Preview on Black Background Color

This is how #90708d Color will look on black background color. Color contrast ratio is 4.89

#90708d in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#90708d color code is use for CSS Background Color

Background color for the above div is #90708d

HTML with inline CSS

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

#90708d color code is use for CSS Border Color

CSS Border color for the above div is #90708d

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#90708d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#90708d Color code Preview on White Background

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

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

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(144,112,141,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(112,144,115,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(144,112,141,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }