Skip to main content Skip to docs navigation

#915c90 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 Plum Savor and its hex is #915D88 Nearest Color Name

Color Hue/Base color: Violet

Hex #915c90 Color code in RGB color code model is created after adding 56.86% red color, 36.08% green color and 56.47% blue color. Hex #915c90 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 37% magenta, 1% yellow and 43.14% black.

Hex #915c90 color code is between #995588 web safe hex color code and #886699 web safe hex color code. #995588 is the nearest web safe color code. You can see here many more shades of #915c90 color code.

RGB Chart

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

Color Table

Hex Color Code 915c90 #915c90
RGB Decimal 145, 92, 144 145, 92, 144
RGB Percent 57%, 36%, 56% rgb(57%, 36%, 56%)
CSS RGBa 145, 92, 144,1 rgba(145,92,144,1)
CMYK Model cmyk(0%,37%,1%,43.14%)
HSL Color Space 301,22% ,46% hsl(301,22% ,46%)
HSV Color Space 301°, 37%, 57%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10010001 01011100 10010000
Octal 221 134 220
Decimal 145 92 144
Hex 91 5c 90

Different shades of #915c90 color code.

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

Darkest of #915c90
#332133
Darker of #915c90
#533452
Dark of #915c90
#724871
Base of #915c90
#915c90
Light of #915c90
#a977a8
Lighter
#bd96bc
Lightest
#d0b6d0

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

#915c90
#5c915d

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

Split Complementary

#915c90
#76915c
#5c9177

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

Analogous Color

#735c91
#7c5c91
#915c90
#915c7e
#915c68

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

#915c90
#5c9091
#90915c

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

#915c90
#90915c
#5c915d
#5d5c91

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

#915c90
#91775c
#5c915d
#5c7691

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 #915c90

#140d14
#332133
#533452
#724871
#915c90
#a977a8
#bd96bc
#d0b6d0
#e4d5e4

Tints of #915c90 Color

#915c90
#9d6e9c
#a980a8
#b592b5
#c1a4c1
#ceb6cd
#dac8da
#e6dae6
#f2ecf2
#ffffff

Shades of #915c90 color code

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

#915c90
#805180
#704770
#603d60
#503350
#402840
#301e30
#201420
#100a10
#000000

Tones

#915c90
#797479
#767676
#767676
#767676

Tones

Similar Color like #915c90 color

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

#925d91
#935e92
#945f93
#956094
#966195
#976296
#986397
#996498
#9a6599
#9b669a
#9c679b
#9d689c
#9e699d
#9f6a9e
#905b8f
#8f5a8e
#8e598d
#8d588c
#8c578b
#8b568a
#8a5589
#895488
#885387
#875286
#865185
#855084
#844f83
#834e82

Download this Dark Violet

Hex #915c90 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.

#915c90 Color Code Preview on Black Background Color

This is how #915c90 Color will look on black background color. Color contrast ratio is 4.14

#915c90 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #915c90

HTML with inline CSS

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

Your Example Paragraph content text in with font color #915c90

#915c90 color code is use for CSS Background Color

Background color for the above div is #915c90

HTML with inline CSS

<div style="background-color:#915c90;"></div>

#915c90 color code is use for CSS Border Color

CSS Border color for the above div is #915c90

HTML with inline CSS

<div style="border:5px solid #915c90;"></div>

CSS Border Left color for the above div is #915c90

HTML with inline CSS

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

CSS Border Right color for the above div is #915c90

HTML with inline CSS

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

CSS Border Bottom color for the above div is #915c90

HTML with inline CSS

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

CSS Border Top color for the above div is #915c90

HTML with inline CSS

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

#915c90 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#915c90 Color code Preview on White Background

This is how #915c90 Color code will look on white background color. Color contrast ratio is 5.08

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

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(145,92,144,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(92,145,93,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(145,92,144,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }