crispedge.com

Color picker

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

#89828a hex color - Violet - Warm color - Information

#89828a hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #89828a Color code in RGB color code model is created after adding 53.73% red color, 50.98% green color and 54.12% blue color. Hex #89828a Color code in CMYK color (process color) code model is generated after subtraction of 1% cyan, 6% magenta, 0% yellow and 46% black.

Hex #89828a color code is between #888888 web safe hex color code and #997799 web safe hex color code. #888888 is the nearest web safe color code. You can see here many more shades of #89828a color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code89828a#89828a
RGB Decimal137, 130, 138rgb(137, 130, 138)
RGB Percent54%, 51%, 54%rgb(54%, 51%, 54%)
CSS RGBa137, 130, 138,1rgba(137,130,138,1)
CMYK Modelcmyk(1%,6%,0%,46%)
HSL Color Space293,3% ,53%hsl(293,3% ,53%)
HSV Color Space293°, 6%, 54%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary100010011000001010001010
Octal211202212
Decimal137130138
Hex89828a

Different shades of #89828a color code.

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

Light Shade of #89828a
#a29ca3
Dark Shade of #89828a
#6f6970
Saturated Shade of #89828a
#927696
Desaturated Shade of #89828a
#868686
Grey scale Shade of #89828a
#868686
Brighten Shade
#a29ba3
Most Readable Shade
#FFFFFF

Shades of #89828a color code

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

#89828a
#79737a
#6a656b
#5b565c
#4c484c
#3c393d
#2d2b2e
#1e1c1e
#0f0e0f
#000000

Similar Color like #89828a color

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

#8a838b
#8b848c
#8c858d
#8d868e
#8e878f
#8f8890
#908991
#918a92
#928b93
#938c94
#948d95
#958e96
#968f97
#979098
#888189
#878088
#867f87
#857e86
#847d85
#837c84
#827b83
#817a82
#807981
#7f7880
#7e777f
#7d767e
#7c757d
#7b747c

Monochromatic Color with #89828a

#89828a
#b3aab4
#ddd2df
#0a0a0a
#353235
#5f5a5f

Tints of #89828a Color

#89828a
#968f97
#a39da4
#b0abb1
#bdb9be
#cac7cb
#d7d5d8
#e4e3e5
#f1f1f2
#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

#89828a
#838a82

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

Split Complementary

#89828a
#878a82
#828a85

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

Analogous Color

#86828a
#87828a
#89828a
#8a8289
#8a8288

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

#89828a
#8a8982
#828a89

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

#89828a
#8a8582
#838a82
#82878a

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

#89828a
#838a82
#828a85
#8a8287

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 #89828a 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.

#89828a Color Code Preview on Black Background Color

This is how #89828a Color will look on black background color. Color contrast ratio is 5.62

#89828a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #89828a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #89828a

#89828a color code is use for CSS Background Color

Background color for the above div is #89828a

HTML with inline CSS

<div style="background-color:#89828a;"></div>

#89828a color code is use for CSS Border Color

CSS Border color for the above div is #89828a

HTML with inline CSS

<div style="border:5px solid #89828a;"></div>

CSS Border Left color for the above div is #89828a

HTML with inline CSS

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

CSS Border Right color for the above div is #89828a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #89828a

HTML with inline CSS

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

CSS Border Top color for the above div is #89828a

HTML with inline CSS

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

#89828a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#89828a Color code Preview on White Background

This is how #89828a Color code will look on white background color. Color contrast ratio is 3.73

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

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.