Skip to main content Skip to docs navigation

#93738b hex color | Dark Violet & Warm color | 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 Very Grape and its hex is #927288 Nearest Color Name

Color Hue/Base color: Violet

Hex #93738b Color code in RGB color code model is created after adding 57.65% red color, 45.1% green color and 54.51% blue color. Hex #93738b Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 22% magenta, 5% yellow and 42.35% black.

Hex #93738b color code is between #997788 web safe hex color code and #886699 web safe hex color code. #997788 is the nearest web safe color code. You can see here many more shades of #93738b color code.

RGB Chart

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

Color Table

Hex Color Code 93738b #93738b
RGB Decimal 147, 115, 139 147, 115, 139
RGB Percent 58%, 45%, 55% rgb(58%, 45%, 55%)
CSS RGBa 147, 115, 139,1 rgba(147,115,139,1)
CMYK Model cmyk(0%,22%,5%,42.35%)
HSL Color Space 315,13% ,51% hsl(315,13% ,51%)
HSV Color Space 315°, 22%, 58%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10010011 01110011 10001011
Octal 223 163 213
Decimal 147 115 139
Hex 93 73 8b

Different shades of #93738b color code.

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

Darkest of #93738b
#3e2f3a
Darker of #93738b
#5a4655
Dark of #93738b
#775c70
Base of #93738b
#93738b
Light of #93738b
#a990a3
Lighter
#bfadbb
Lightest
#d6c9d3

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

#93738b
#73937b

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

Split Complementary

#93738b
#7b9373
#73938b

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

Analogous Color

#887393
#8e7393
#93738b
#937380
#937373

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

#93738b
#738b93
#8b9373

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

#93738b
#8b9373
#73937b
#7b7393

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

#93738b
#938b73
#73937b
#737b93

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 #93738b

#21191f
#3e2f3a
#5a4655
#775c70
#93738b
#a990a3
#bfadbb
#d6c9d3
#ece6ea

Tints of #93738b Color

#93738b
#9f8297
#ab92a4
#b7a1b1
#c3b1be
#cfc0cb
#dbd0d8
#e7dfe5
#f3eff2
#ffffff

Shades of #93738b color code

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

#93738b
#82667b
#72596c
#624c5c
#513f4d
#41333d
#31262e
#20191e
#100c0f
#000000

Tones

#93738b
#838383
#838383
#838383
#838383

Tones

Similar Color like #93738b color

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

#94748c
#95758d
#96768e
#97778f
#987890
#997991
#9a7a92
#9b7b93
#9c7c94
#9d7d95
#9e7e96
#9f7f97
#a08098
#a18199
#92728a
#917189
#907088
#8f6f87
#8e6e86
#8d6d85
#8c6c84
#8b6b83
#8a6a82
#896981
#886880
#87677f
#86667e
#85657d

Download this

Hex #93738b 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.

#93738b Color Code Preview on Black Background Color

This is how #93738b Color will look on black background color. Color contrast ratio is 5.07

#93738b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #93738b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #93738b

#93738b color code is use for CSS Background Color

Background color for the above div is #93738b

HTML with inline CSS

<div style="background-color:#93738b;"></div>

#93738b color code is use for CSS Border Color

CSS Border color for the above div is #93738b

HTML with inline CSS

<div style="border:5px solid #93738b;"></div>

CSS Border Left color for the above div is #93738b

HTML with inline CSS

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

CSS Border Right color for the above div is #93738b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #93738b

HTML with inline CSS

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

CSS Border Top color for the above div is #93738b

HTML with inline CSS

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

#93738b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#93738b Color code Preview on White Background

This is how #93738b Color code will look on white background color. Color contrast ratio is 4.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 #93738b; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #93738b; }

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(147,115,139,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(115,147,123,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(147,115,139,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }