Skip to main content Skip to docs navigation

#38136e 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 Candied Blueberry and its hex is #331166 Nearest Color Name

Color Hue/Base color: Violet

Hex #38136e Color code in RGB color code model is created after adding 21.96% red color, 7.45% green color and 43.14% blue color. Hex #38136e Color code in CMYK color (process color) code model is generated after subtraction of 49% cyan, 83% magenta, 0% yellow and 56.86% black.

Hex #38136e color code is between #331166 web safe hex color code and #442277 web safe hex color code. #331166 is the nearest web safe color code. You can see here many more shades of #38136e color code.

RGB Chart

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

Color Table

Hex Color Code 38136e #38136e
RGB Decimal 56, 19, 110 56, 19, 110
RGB Percent 22%, 7%, 43% rgb(22%, 7%, 43%)
CSS RGBa 56, 19, 110,1 rgba(56,19,110,1)
CMYK Model cmyk(49%,83%,0%,56.86%)
HSL Color Space 264,71% ,25% hsl(264,71% ,25%)
HSV Color Space 264°, 83%, 43%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00111000 00010011 01101110
Octal 70 23 156
Decimal 56 19 110
Hex 38 13 6e

Different shades of #38136e color code.

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

Darkest of #38136e
#000000
Darker of #38136e
#0c0417
Dark of #38136e
#220b42
Base of #38136e
#38136e
Light of #38136e
#4e1b99
Lighter
#6422c5
Lightest
#7e3ddd

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

#38136e
#496e13

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

Split Complementary

#38136e
#6e6513
#1b6e13

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

Analogous Color

#13236e
#13146e
#38136e
#56136e
#6e1360

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

#38136e
#136e38
#6e3813

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

#38136e
#6e3813
#496e13
#13496e

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

#38136e
#6e131b
#496e13
#136e65

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 #38136e

#000000
#000000
#0c0417
#220b42
#38136e
#4e1b99
#6422c5
#7e3ddd
#9b68e5

Tints of #38136e Color

#38136e
#4e2d7e
#64478e
#7a619e
#907bae
#a696be
#bcb0ce
#d2cade
#e8e4ee
#ffffff

Shades of #38136e color code

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

#38136e
#311061
#2b0e55
#250c49
#1f0a3d
#180830
#120624
#0c0418
#06020c
#000000

Tones

#38136e
#3a2061
#3d2d54
#3f3a47
#404040

Tones

Similar Color like #38136e color

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

#39146f
#3a1570
#3b1671
#3c1772
#3d1873
#3e1974
#3f1a75
#401b76
#411c77
#421d78
#431e79
#441f7a
#45207b
#46217c
#37126d
#36116c
#35106b
#340f6a
#330e69
#320d68
#310c67
#300b66
#2f0a65
#2e0964
#2d0863
#2c0762
#2b0661
#2a0560

Download this Dark Violet

Hex #38136e 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.

#38136e Color Code Preview on Black Background Color

This is how #38136e Color will look on black background color. Color contrast ratio is 1.49

#38136e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #38136e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #38136e

#38136e color code is use for CSS Background Color

Background color for the above div is #38136e

HTML with inline CSS

<div style="background-color:#38136e;"></div>

#38136e color code is use for CSS Border Color

CSS Border color for the above div is #38136e

HTML with inline CSS

<div style="border:5px solid #38136e;"></div>

CSS Border Left color for the above div is #38136e

HTML with inline CSS

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

CSS Border Right color for the above div is #38136e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #38136e

HTML with inline CSS

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

CSS Border Top color for the above div is #38136e

HTML with inline CSS

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

#38136e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#38136e Color code Preview on White Background

This is how #38136e Color code will look on white background color. Color contrast ratio is 14.13

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

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(56,19,110,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(73,110,19,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(56,19,110,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }