Skip to main content Skip to docs navigation

#8301ea 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 Electric Violet and its hex is #8F00F1 Nearest Color Name

Color Hue/Base color: Violet

Hex #8301ea Color code in RGB color code model is created after adding 51.37% red color, 0.39% green color and 91.76% blue color. Hex #8301ea Color code in CMYK color (process color) code model is generated after subtraction of 44% cyan, 100% magenta, 0% yellow and 8.24% black.

Hex #8301ea color code is between #8800ee web safe hex color code and #7700dd web safe hex color code. #8800ee is the nearest web safe color code. You can see here many more shades of #8301ea color code.

RGB Chart

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

Color Table

Hex Color Code 8301ea #8301ea
RGB Decimal 131, 1, 234 131, 1, 234
RGB Percent 51%, 0%, 92% rgb(51%, 0%, 92%)
CSS RGBa 131, 1, 234,1 rgba(131,1,234,1)
CMYK Model cmyk(44%,100%,0%,8.24%)
HSL Color Space 273,99% ,46% hsl(273,99% ,46%)
HSV Color Space 273°, 100%, 92%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10000011 00000001 11101010
Octal 203 1 352
Decimal 131 1 234
Hex 83 01 ea

Different shades of #8301ea color code.

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

Darkest of #8301ea
#2e0052
Darker of #8301ea
#4a0184
Dark of #8301ea
#6701b7
Base of #8301ea
#8301ea
Light of #8301ea
#9c20fe
Lighter
#b253fe
Lightest
#c986fe

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

#8301ea
#68ea01

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

Split Complementary

#8301ea
#dcea01
#01ea0f

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

Analogous Color

#0107ea
#2201ea
#8301ea
#d101ea
#ea01a2

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

#8301ea
#01ea83
#ea8301

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

#8301ea
#ea8301
#68ea01
#0168ea

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

#8301ea
#ea0f01
#68ea01
#01dcea

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 #8301ea

#11001f
#2e0052
#4a0184
#6701b7
#8301ea
#9c20fe
#b253fe
#c986fe
#e0b8ff

Tints of #8301ea Color

#8301ea
#901dec
#9e39ee
#ac55f1
#ba71f3
#c78ef5
#d5aaf8
#e3c6fa
#f1e2fc
#ffffff

Shades of #8301ea color code

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

#8301ea
#7400d0
#6500b6
#57009c
#480082
#3a0068
#2b004e
#1d0034
#0e001a
#000000

Tones

#8301ea
#8018d3
#7e30bb
#7b48a4
#785f8c

Tones

Similar Color like #8301ea color

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

#8402eb
#8503ec
#8604ed
#8705ee
#8806ef
#8907f0
#8a08f1
#8b09f2
#8c0af3
#8d0bf4
#8e0cf5
#8f0df6
#900ef7
#910ff8
#8200e9
#8100e8
#8000e7
#7f00e6
#7e00e5
#7d00e4
#7c00e3
#7b00e2
#7a00e1
#7900e0
#7800df
#7700de
#7600dd
#7500dc

Download this Dark Violet

Hex #8301ea 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.

#8301ea Color Code Preview on Black Background Color

This is how #8301ea Color will look on black background color. Color contrast ratio is 3.16

#8301ea in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #8301ea

HTML with inline CSS

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

Your Example Paragraph content text in with font color #8301ea

#8301ea color code is use for CSS Background Color

Background color for the above div is #8301ea

HTML with inline CSS

<div style="background-color:#8301ea;"></div>

#8301ea color code is use for CSS Border Color

CSS Border color for the above div is #8301ea

HTML with inline CSS

<div style="border:5px solid #8301ea;"></div>

CSS Border Left color for the above div is #8301ea

HTML with inline CSS

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

CSS Border Right color for the above div is #8301ea

HTML with inline CSS

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

CSS Border Bottom color for the above div is #8301ea

HTML with inline CSS

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

CSS Border Top color for the above div is #8301ea

HTML with inline CSS

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

#8301ea hex Color code used as CSS color Codes

Example CSS Class for usage

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

#8301ea Color code Preview on White Background

This is how #8301ea Color code will look on white background color. Color contrast ratio is 6.65

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

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