crispedge.com

Color picker

Loading...

#8151b5 hex color - Violet - Cool color - Information

#8151b5 hex color - Violet - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #8151b5 Color code in RGB color code model is created after adding 50.59% red color, 31.76% green color and 70.98% blue color. Hex #8151b5 Color code in CMYK color (process color) code model is generated after subtraction of 29% cyan, 55% magenta, 0% yellow and 29% black.

Hex #8151b5 color code is between #8855bb web safe hex color code and #7744aa web safe hex color code. #8855bb is the nearest web safe color code. You can see here many more shades of #8151b5 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code8151b5#8151b5
RGB Decimal129, 81, 181rgb(129, 81, 181)
RGB Percent51%, 32%, 71%rgb(51%, 32%, 71%)
CSS RGBa129, 81, 181,1rgba(129,81,181,1)
CMYK Modelcmyk(29%,55%,0%,29%)
HSL Color Space269,40% ,51%hsl(269,40% ,51%)
HSV Color Space269°, 55%, 71%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100000010101000110110101
Octal201121265
Decimal12981181
Hex8151b5

Different shades of #8151b5 color code.

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

Light Shade of #8151b5
#9b75c4
Dark Shade of #8151b5
#683f94
Saturated Shade of #8151b5
#8045c1
Desaturated Shade of #8151b5
#815da9
Grey scale Shade of #8151b5
#838383
Brighten Shade
#9a6ace
Most Readable Shade
#FFFFFF

Shades of #8151b5 color code

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

#8151b5
#7248a0
#643f8c
#563678
#472d64
#392450
#2b1b3c
#1c1228
#0e0914
#000000

Similar Color like #8151b5 color

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

#8252b6
#8353b7
#8454b8
#8555b9
#8656ba
#8757bb
#8858bc
#8959bd
#8a5abe
#8b5bbf
#8c5cc0
#8d5dc1
#8e5ec2
#8f5fc3
#8050b4
#7f4fb3
#7e4eb2
#7d4db1
#7c4cb0
#7b4baf
#7a4aae
#7949ad
#7848ac
#7747ab
#7646aa
#7545a9
#7444a8
#7343a7

Monochromatic Color with #8151b5

#8151b5
#9f64df
#08050b
#261835
#442b60
#633e8a

Tints of #8151b5 Color

#8151b5
#8f64bd
#9d77c5
#ab8bcd
#b99ed5
#c7b1de
#d5c5e6
#e3d8ee
#f1ebf6
#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

#8151b5
#85b551

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

Split Complementary

#8151b5
#b5b351
#53b551

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

Analogous Color

#5951b5
#6d51b5
#8151b5
#9551b5
#a951b5

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

#8151b5
#b58151
#51b581

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

#8151b5
#b55153
#85b551
#51b5b3

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

#8151b5
#85b551
#53b551
#b351b5

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 #8151b5 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.

#8151b5 Color Code Preview on Black Background Color

This is how #8151b5 Color will look on black background color. Color contrast ratio is 3.78

#8151b5 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #8151b5

HTML with inline CSS

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

Your Example Paragraph content text in with font color #8151b5

#8151b5 color code is use for CSS Background Color

Background color for the above div is #8151b5

HTML with inline CSS

<div style="background-color:#8151b5;"></div>

#8151b5 color code is use for CSS Border Color

CSS Border color for the above div is #8151b5

HTML with inline CSS

<div style="border:5px solid #8151b5;"></div>

CSS Border Left color for the above div is #8151b5

HTML with inline CSS

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

CSS Border Right color for the above div is #8151b5

HTML with inline CSS

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

CSS Border Bottom color for the above div is #8151b5

HTML with inline CSS

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

CSS Border Top color for the above div is #8151b5

HTML with inline CSS

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

#8151b5 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#8151b5 Color code Preview on White Background

This is how #8151b5 Color code will look on white background color. Color contrast ratio is 5.56

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

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.