crispedge.com

Color picker

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

#85038e hex color - Violet - Warm color - Information

#85038e hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #85038e Color code in RGB color code model is created after adding 52.16% red color, 1.18% green color and 55.69% blue color. Hex #85038e Color code in CMYK color (process color) code model is generated after subtraction of 6% cyan, 98% magenta, 0% yellow and 44% black.

Hex #85038e color code is between #880088 web safe hex color code and #770099 web safe hex color code. #880088 is the nearest web safe color code. You can see here many more shades of #85038e color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code85038e#85038e
RGB Decimal133, 3, 142rgb(133, 3, 142)
RGB Percent52%, 1%, 56%rgb(52%, 1%, 56%)
CSS RGBa133, 3, 142,1rgba(133,3,142,1)
CMYK Modelcmyk(6%,98%,0%,44%)
HSL Color Space296,96% ,28%hsl(296,96% ,28%)
HSV Color Space296°, 98%, 56%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary100001010000001110001110
Octal2053216
Decimal1333142
Hex85038e

Different shades of #85038e color code.

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

Light Shade of #85038e
#b404c0
Dark Shade of #85038e
#56025c
Saturated Shade of #85038e
#880091
Desaturated Shade of #85038e
#7f0a87
Grey scale Shade of #85038e
#484848
Brighten Shade
#9e1ca7
Most Readable Shade
#FFFFFF

Shades of #85038e color code

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

#85038e
#76027e
#67026e
#58025e
#49014e
#3b013f
#2c012f
#1d001f
#0e000f
#000000

Similar Color like #85038e color

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

#86048f
#870590
#880691
#890792
#8a0893
#8b0994
#8c0a95
#8d0b96
#8e0c97
#8f0d98
#900e99
#910f9a
#92109b
#93119c
#84028d
#83018c
#82008b
#81008a
#800089
#7f0088
#7e0087
#7d0086
#7c0085
#7b0084
#7a0083
#790082
#780081
#770080

Monochromatic Color with #85038e

#85038e
#ad04b8
#d505e3
#0e000e
#350139
#5d0263

Tints of #85038e Color

#85038e
#921f9a
#a03ba7
#ad57b3
#bb73c0
#c88fcc
#d6abd9
#e3c7e5
#f1e3f2
#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

#85038e
#0c8e03

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

Split Complementary

#85038e
#518e03
#038e40

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

Analogous Color

#4d038e
#69038e
#85038e
#8e037b
#8e035f

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

#85038e
#8e8503
#038e85

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

#85038e
#8e3f03
#0c8e03
#03518e

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

#85038e
#0c8e03
#038e40
#8e0351

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 #85038e 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.

#85038e Color Code Preview on Black Background Color

This is how #85038e Color will look on black background color. Color contrast ratio is 2.40

#85038e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #85038e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #85038e

#85038e color code is use for CSS Background Color

Background color for the above div is #85038e

HTML with inline CSS

<div style="background-color:#85038e;"></div>

#85038e color code is use for CSS Border Color

CSS Border color for the above div is #85038e

HTML with inline CSS

<div style="border:5px solid #85038e;"></div>

CSS Border Left color for the above div is #85038e

HTML with inline CSS

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

CSS Border Right color for the above div is #85038e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #85038e

HTML with inline CSS

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

CSS Border Top color for the above div is #85038e

HTML with inline CSS

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

#85038e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#85038e Color code Preview on White Background

This is how #85038e Color code will look on white background color. Color contrast ratio is 8.75

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

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.