Skip to main content Skip to docs navigation

#83328e 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 Dull Violet and its hex is #803790 Nearest Color Name

Color Hue/Base color: Violet

Hex #83328e Color code in RGB color code model is created after adding 51.37% red color, 19.61% green color and 55.69% blue color. Hex #83328e Color code in CMYK color (process color) code model is generated after subtraction of 8% cyan, 65% magenta, 0% yellow and 44.31% black.

Hex #83328e color code is between #883388 web safe hex color code and #772299 web safe hex color code. #883388 is the nearest web safe color code. You can see here many more shades of #83328e color code.

RGB Chart

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

Color Table

Hex Color Code 83328e #83328e
RGB Decimal 131, 50, 142 131, 50, 142
RGB Percent 51%, 20%, 56% rgb(51%, 20%, 56%)
CSS RGBa 131, 50, 142,1 rgba(131,50,142,1)
CMYK Model cmyk(8%,65%,0%,44.31%)
HSL Color Space 293,48% ,38% hsl(293,48% ,38%)
HSV Color Space 293°, 65%, 56%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10000011 00110010 10001110
Octal 203 62 216
Decimal 131 50 142
Hex 83 32 8e

Different shades of #83328e color code.

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

Darkest of #83328e
#1b0a1d
Darker of #83328e
#3d1743
Dark of #83328e
#602568
Base of #83328e
#83328e
Light of #83328e
#a63fb4
Lighter
#ba5fc7
Lightest
#cb85d4

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

#83328e
#3d8e32

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

Split Complementary

#83328e
#6b8e32
#328e55

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

Analogous Color

#4d328e
#5d328e
#83328e
#8e327a
#8e3254

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

#83328e
#328e83
#8e8332

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

#83328e
#8e8332
#3d8e32
#323d8e

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

#83328e
#8e5532
#3d8e32
#326b8e

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

#000000
#1b0a1d
#3d1743
#602568
#83328e
#a63fb4
#ba5fc7
#cb85d4
#dbabe1

Tints of #83328e Color

#83328e
#90489a
#9e5fa7
#ac76b3
#ba8dc0
#c7a3cc
#d5bad9
#e3d1e5
#f1e8f2
#ffffff

Shades of #83328e color code

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

#83328e
#742c7e
#65266e
#57215e
#481b4e
#3a163f
#2b102f
#1d0b1f
#0e050f
#000000

Tones

#83328e
#74457b
#665868
#606060
#606060

Tones

Similar Color like #83328e color

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

#84338f
#853490
#863591
#873692
#883793
#893894
#8a3995
#8b3a96
#8c3b97
#8d3c98
#8e3d99
#8f3e9a
#903f9b
#91409c
#82318d
#81308c
#802f8b
#7f2e8a
#7e2d89
#7d2c88
#7c2b87
#7b2a86
#7a2985
#792884
#782783
#772682
#762581
#752480

Download this Dark Violet

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

#83328e Color Code Preview on Black Background Color

This is how #83328e Color will look on black background color. Color contrast ratio is 2.81

#83328e in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#83328e color code is use for CSS Background Color

Background color for the above div is #83328e

HTML with inline CSS

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

#83328e color code is use for CSS Border Color

CSS Border color for the above div is #83328e

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#83328e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#83328e Color code Preview on White Background

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

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

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(131,50,142,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(61,142,50,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(131,50,142,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }