Skip to main content Skip to docs navigation

#855abc 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 Pantone 2076 C and its hex is #8659B5 Nearest Color Name

Color Hue/Base color: Violet

Hex #855abc Color code in RGB color code model is created after adding 52.16% red color, 35.29% green color and 73.73% blue color. Hex #855abc Color code in CMYK color (process color) code model is generated after subtraction of 29% cyan, 52% magenta, 0% yellow and 26.27% black.

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

RGB Chart

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

Color Table

Hex Color Code 855abc #855abc
RGB Decimal 133, 90, 188 133, 90, 188
RGB Percent 52%, 35%, 74% rgb(52%, 35%, 74%)
CSS RGBa 133, 90, 188,1 rgba(133,90,188,1)
CMYK Model cmyk(29%,52%,0%,26.27%)
HSL Color Space 266,42% ,55% hsl(266,42% ,55%)
HSV Color Space 266°, 52%, 74%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 10000101 01011010 10111100
Octal 205 132 274
Decimal 133 90 188
Hex 85 5a bc

Different shades of #855abc color code.

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

Darkest of #855abc
#3b2459
Darker of #855abc
#53337d
Dark of #855abc
#6c42a1
Base of #855abc
#855abc
Light of #855abc
#a07ecb
Lighter
#bba3d9
Lightest
#d5c7e8

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

#855abc
#91bc5a

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

Split Complementary

#855abc
#bcb65a
#60bc5a

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

Analogous Color

#5a68bc
#5c5abc
#855abc
#a65abc
#bc5aa9

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

#855abc
#5abc85
#bc855a

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

#855abc
#bc855a
#91bc5a
#5a91bc

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

#855abc
#bc5a60
#91bc5a
#5abcb6

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

#231535
#3b2459
#53337d
#6c42a1
#855abc
#a07ecb
#bba3d9
#d5c7e8
#f0ebf7

Tints of #855abc Color

#855abc
#926cc3
#a07eca
#ad91d2
#bba3d9
#c8b5e1
#d6c8e8
#e3daf0
#f1ecf7
#ffffff

Shades of #855abc color code

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

#855abc
#7650a7
#674692
#583c7d
#493268
#3b2853
#2c1e3e
#1d1429
#0e0a14
#000000

Tones

#855abc
#8871a5
#8b888e
#8b8b8b
#8b8b8b

Tones

Similar Color like #855abc color

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

#865bbd
#875cbe
#885dbf
#895ec0
#8a5fc1
#8b60c2
#8c61c3
#8d62c4
#8e63c5
#8f64c6
#9065c7
#9166c8
#9267c9
#9368ca
#8459bb
#8358ba
#8257b9
#8156b8
#8055b7
#7f54b6
#7e53b5
#7d52b4
#7c51b3
#7b50b2
#7a4fb1
#794eb0
#784daf
#774cae

Download this Dark Violet

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

#855abc Color Code Preview on Black Background Color

This is how #855abc Color will look on black background color. Color contrast ratio is 4.19

#855abc in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#855abc color code is use for CSS Background Color

Background color for the above div is #855abc

HTML with inline CSS

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

#855abc color code is use for CSS Border Color

CSS Border color for the above div is #855abc

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#855abc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#855abc Color code Preview on White Background

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

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

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