Skip to main content Skip to docs navigation

#592d80 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 Pantone 268 C and its hex is #582C83 Nearest Color Name

Color Hue/Base color: Violet

Hex #592d80 Color code in RGB color code model is created after adding 34.9% red color, 17.65% green color and 50.2% blue color. Hex #592d80 Color code in CMYK color (process color) code model is generated after subtraction of 30% cyan, 65% magenta, 0% yellow and 49.8% black.

Hex #592d80 color code is between #553388 web safe hex color code and #662277 web safe hex color code. #553388 is the nearest web safe color code. You can see here many more shades of #592d80 color code.

RGB Chart

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

Color Table

Hex Color Code 592d80 #592d80
RGB Decimal 89, 45, 128 89, 45, 128
RGB Percent 35%, 18%, 50% rgb(35%, 18%, 50%)
CSS RGBa 89, 45, 128,1 rgba(89,45,128,1)
CMYK Model cmyk(30%,65%,0%,49.8%)
HSL Color Space 272,48% ,34% hsl(272,48% ,34%)
HSV Color Space 272°, 65%, 50%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 01011001 00101101 10000000
Octal 131 55 200
Decimal 89 45 128
Hex 59 2d 80

Different shades of #592d80 color code.

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

Darkest of #592d80
#0a050f
Darker of #592d80
#251235
Dark of #592d80
#3f205a
Base of #592d80
#592d80
Light of #592d80
#733aa6
Lighter
#8d51c2
Lightest
#a677cf

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

#592d80
#54802d

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

Split Complementary

#592d80
#7d802d
#2d802f

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

Analogous Color

#2d3180
#362d80
#592d80
#752d80
#802d69

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

#592d80
#2d8059
#80592d

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

#592d80
#80592d
#54802d
#2d5480

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

#592d80
#802f2d
#54802d
#2d7d80

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 #592d80

#000000
#0a050f
#251235
#3f205a
#592d80
#733aa6
#8d51c2
#a677cf
#be9ddc

Tints of #592d80 Color

#592d80
#6b448e
#7d5b9c
#9073aa
#a28ab8
#b5a1c6
#c7b9d4
#dad0e2
#ece7f0
#ffffff

Shades of #592d80 color code

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

#592d80
#4f2871
#452363
#3b1e55
#311947
#271438
#1d0f2a
#130a1c
#09050e
#000000

Tones

#592d80
#583e6f
#57505d
#565656
#565656

Tones

Similar Color like #592d80 color

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

#5a2e81
#5b2f82
#5c3083
#5d3184
#5e3285
#5f3386
#603487
#613588
#623689
#63378a
#64388b
#65398c
#663a8d
#673b8e
#582c7f
#572b7e
#562a7d
#55297c
#54287b
#53277a
#522679
#512578
#502477
#4f2376
#4e2275
#4d2174
#4c2073
#4b1f72

Download this

Hex #592d80 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.

#592d80 Color Code Preview on Black Background Color

This is how #592d80 Color will look on black background color. Color contrast ratio is 2.11

#592d80 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #592d80

HTML with inline CSS

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

Your Example Paragraph content text in with font color #592d80

#592d80 color code is use for CSS Background Color

Background color for the above div is #592d80

HTML with inline CSS

<div style="background-color:#592d80;"></div>

#592d80 color code is use for CSS Border Color

CSS Border color for the above div is #592d80

HTML with inline CSS

<div style="border:5px solid #592d80;"></div>

CSS Border Left color for the above div is #592d80

HTML with inline CSS

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

CSS Border Right color for the above div is #592d80

HTML with inline CSS

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

CSS Border Bottom color for the above div is #592d80

HTML with inline CSS

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

CSS Border Top color for the above div is #592d80

HTML with inline CSS

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

#592d80 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#592d80 Color code Preview on White Background

This is how #592d80 Color code will look on white background color. Color contrast ratio is 9.94

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

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(89,45,128,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(84,128,45,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(89,45,128,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }