Skip to main content Skip to docs navigation

#855afa hex color | Download Dark Blue 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 Purple Honeycreeper and its hex is #8855FF Nearest Color Name

Color Hue/Base color: Blue

Hex #855afa Color code in RGB color code model is created after adding 52.16% red color, 35.29% green color and 98.04% blue color. Hex #855afa Color code in CMYK color (process color) code model is generated after subtraction of 47% cyan, 64% magenta, 0% yellow and 1.96% black.

Hex #855afa color code is between #8855ff web safe hex color code and #7766ee web safe hex color code. #8855ff is the nearest web safe color code. You can see here many more shades of #855afa color code.

RGB Chart

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

Color Table

Hex Color Code 855afa #855afa
RGB Decimal 133, 90, 250 133, 90, 250
RGB Percent 52%, 35%, 98% rgb(52%, 35%, 98%)
CSS RGBa 133, 90, 250,1 rgba(133,90,250,1)
CMYK Model cmyk(47%,64%,0%,1.96%)
HSL Color Space 256,94% ,67% hsl(256,94% ,67%)
HSV Color Space 256°, 64%, 98%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 10000101 01011010 11111010
Octal 205 132 372
Decimal 133 90 250
Hex 85 5a fa

Different shades of #855afa color code.

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

Darkest of #855afa
#3505b6
Darker of #855afa
#4307e7
Dark of #855afa
#6029f9
Base of #855afa
#855afa
Light of #855afa
#aa8cfc
Lighter
#cebdfd
Lightest
#f3efff

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

#855afa
#cffa5a

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

Split Complementary

#855afa
#fad55a
#7ffa5a

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

Analogous Color

#5a8cfa
#5a72fa
#855afa
#ba5afa
#fa5af7

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

#855afa
#5afa85
#fa855a

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

#855afa
#fa855a
#cffa5a
#5acffa

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

#855afa
#fa5a7f
#cffa5a
#5afad5

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 #855afa

#260484
#3505b6
#4307e7
#6029f9
#855afa
#aa8cfc
#cebdfd
#f3efff
#ffffff

Tints of #855afa Color

#855afa
#926cfa
#a07efb
#ad91fb
#bba3fc
#c8b5fc
#d6c8fd
#e3dafd
#f1ecfe
#ffffff

Shades of #855afa color code

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

#855afa
#7650de
#6746c2
#583ca6
#49328a
#3b286f
#2c1e53
#1d1437
#0e0a1b
#000000

Tones

#855afa
#8d6be9
#957cd8
#9d8dc7
#a49eb6

Tones

Similar Color like #855afa color

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

#865bfb
#875cfc
#885dfd
#895efe
#8a5fff
#8b60ff
#8c61ff
#8d62ff
#8e63ff
#8f64ff
#9065ff
#9166ff
#9267ff
#9368ff
#8459f9
#8358f8
#8257f7
#8156f6
#8055f5
#7f54f4
#7e53f3
#7d52f2
#7c51f1
#7b50f0
#7a4fef
#794eee
#784ded
#774cec

Download this Dark Blue

Hex #855afa 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.

#855afa Color Code Preview on Black Background Color

This is how #855afa Color will look on black background color. Color contrast ratio is 4.84

#855afa in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #855afa

HTML with inline CSS

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

Your Example Paragraph content text in with font color #855afa

#855afa color code is use for CSS Background Color

Background color for the above div is #855afa

HTML with inline CSS

<div style="background-color:#855afa;"></div>

#855afa color code is use for CSS Border Color

CSS Border color for the above div is #855afa

HTML with inline CSS

<div style="border:5px solid #855afa;"></div>

CSS Border Left color for the above div is #855afa

HTML with inline CSS

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

CSS Border Right color for the above div is #855afa

HTML with inline CSS

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

CSS Border Bottom color for the above div is #855afa

HTML with inline CSS

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

CSS Border Top color for the above div is #855afa

HTML with inline CSS

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

#855afa hex Color code used as CSS color Codes

Example CSS Class for usage

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

#855afa Color code Preview on White Background

This is how #855afa Color code will look on white background color. Color contrast ratio is 4.34

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

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