Skip to main content Skip to docs navigation

#81024e 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 Wine and its hex is #80013F Nearest Color Name

Color Hue/Base color: Violet

Hex #81024e Color code in RGB color code model is created after adding 50.59% red color, 0.78% green color and 30.59% blue color. Hex #81024e Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 98% magenta, 40% yellow and 49.41% black.

Hex #81024e color code is between #880055 web safe hex color code and #770044 web safe hex color code. #880055 is the nearest web safe color code. You can see here many more shades of #81024e color code.

RGB Chart

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

Color Table

Hex Color Code 81024e #81024e
RGB Decimal 129, 2, 78 129, 2, 78
RGB Percent 51%, 1%, 31% rgb(51%, 1%, 31%)
CSS RGBa 129, 2, 78,1 rgba(129,2,78,1)
CMYK Model cmyk(0%,98%,40%,49.41%)
HSL Color Space 324,97% ,26% hsl(324,97% ,26%)
HSV Color Space 324°, 98%, 51%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10000001 00000010 01001110
Octal 201 2 116
Decimal 129 2 78
Hex 81 02 4e

Different shades of #81024e color code.

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

Darkest of #81024e
#000000
Darker of #81024e
#1d0011
Dark of #81024e
#4f0130
Base of #81024e
#81024e
Light of #81024e
#b3036c
Lighter
#e5048b
Lightest
#fc20a4

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

#81024e
#028135

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

Split Complementary

#81024e
#0f8102
#028175

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

Analogous Color

#6a0281
#7f0281
#81024e
#810224
#811502

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

#81024e
#024e81
#4e8102

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

#81024e
#4e8102
#028135
#350281

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

#81024e
#817502
#028135
#020f81

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

#000000
#000000
#1d0011
#4f0130
#81024e
#b3036c
#e5048b
#fc20a4
#fc53b8

Tints of #81024e Color

#81024e
#8f1e61
#9d3a75
#ab5689
#b9729c
#c78eb0
#d5aac4
#e3c6d7
#f1e2eb
#ffffff

Shades of #81024e color code

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

#81024e
#720145
#64013c
#560134
#47012b
#390022
#2b001a
#1c0011
#0e0008
#000000

Tones

#81024e
#740f4b
#671c49
#5a2946
#4d3644

Tones

Similar Color like #81024e color

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

#82034f
#830450
#840551
#850652
#860753
#870854
#880955
#890a56
#8a0b57
#8b0c58
#8c0d59
#8d0e5a
#8e0f5b
#8f105c
#80014d
#7f004c
#7e004b
#7d004a
#7c0049
#7b0048
#7a0047
#790046
#780045
#770044
#760043
#750042
#740041
#730040

Download this Dark Violet

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

#81024e Color Code Preview on Black Background Color

This is how #81024e Color will look on black background color. Color contrast ratio is 2.05

#81024e in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#81024e color code is use for CSS Background Color

Background color for the above div is #81024e

HTML with inline CSS

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

#81024e color code is use for CSS Border Color

CSS Border color for the above div is #81024e

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#81024e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#81024e Color code Preview on White Background

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

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

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(129,2,78,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(2,129,53,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(129,2,78,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }