crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#8343d6 hex color - Violet - Cool color - Information

#8343d6 hex color - Violet - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #8343d6 Color code in RGB color code model is created after adding 51.37% red color, 26.27% green color and 83.92% blue color. Hex #8343d6 Color code in CMYK color (process color) code model is generated after subtraction of 39% cyan, 69% magenta, 0% yellow and 16% black.

Hex #8343d6 color code is between #8844dd web safe hex color code and #7733cc web safe hex color code. #8844dd is the nearest web safe color code. You can see here many more shades of #8343d6 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code8343d6#8343d6
RGB Decimal131, 67, 214rgb(131, 67, 214)
RGB Percent51%, 26%, 84%rgb(51%, 26%, 84%)
CSS RGBa131, 67, 214,1rgba(131,67,214,1)
CMYK Modelcmyk(39%,69%,0%,16%)
HSL Color Space266,64% ,55%hsl(266,64% ,55%)
HSV Color Space266°, 69%, 84%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100000110100001111010110
Octal203103326
Decimal13167214
Hex8343d6

Different shades of #8343d6 color code.

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

Light Shade of #8343d6
#9f6ddf
Dark Shade of #8343d6
#6929bd
Saturated Shade of #8343d6
#8138e1
Desaturated Shade of #8343d6
#844ecb
Grey scale Shade of #8343d6
#8c8c8c
Brighten Shade
#9c5cef
Most Readable Shade
#FFFFFF

Shades of #8343d6 color code

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

#8343d6
#743bbe
#6534a6
#572c8e
#482576
#3a1d5f
#2b1647
#1d0e2f
#0e0717
#000000

Similar Color like #8343d6 color

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

#8444d7
#8545d8
#8646d9
#8747da
#8848db
#8949dc
#8a4add
#8b4bde
#8c4cdf
#8d4de0
#8e4ee1
#8f4fe2
#9050e3
#9151e4
#8242d5
#8141d4
#8040d3
#7f3fd2
#7e3ed1
#7d3dd0
#7c3ccf
#7b3bce
#7a3acd
#7939cc
#7838cb
#7737ca
#7636c9
#7535c8

Monochromatic Color with #8343d6

#8343d6
#010001
#1b0e2c
#351b56
#4f2881
#6936ab

Tints of #8343d6 Color

#8343d6
#9057da
#9e6cdf
#ac81e3
#ba96e8
#c7abec
#d5c0f1
#e3d5f5
#f1eafa
#ffffff

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

#8343d6
#96d643

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

Split Complementary

#8343d6
#d6cc43
#4dd643

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

Analogous Color

#4843d6
#6643d6
#8343d6
#a043d6
#be43d6

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

#8343d6
#d68343
#43d683

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

#8343d6
#d6434c
#96d643
#43d6cc

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#8343d6
#96d643
#4dd643
#cc43d6

Double Complementary 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).

Hex #8343d6 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.

#8343d6 Color Code Preview on Black Background Color

This is how #8343d6 Color will look on black background color. Color contrast ratio is 3.74

#8343d6 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #8343d6

HTML with inline CSS

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

Your Example Paragraph content text in with font color #8343d6

#8343d6 color code is use for CSS Background Color

Background color for the above div is #8343d6

HTML with inline CSS

<div style="background-color:#8343d6;"></div>

#8343d6 color code is use for CSS Border Color

CSS Border color for the above div is #8343d6

HTML with inline CSS

<div style="border:5px solid #8343d6;"></div>

CSS Border Left color for the above div is #8343d6

HTML with inline CSS

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

CSS Border Right color for the above div is #8343d6

HTML with inline CSS

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

CSS Border Bottom color for the above div is #8343d6

HTML with inline CSS

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

CSS Border Top color for the above div is #8343d6

HTML with inline CSS

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

#8343d6 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#8343d6 Color code Preview on White Background

This is how #8343d6 Color code will look on white background color. Color contrast ratio is 5.62

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.