crispedge.com

Color picker

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

#95858b hex color - Violet - Warm color - Information

#95858b hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #95858b Color code in RGB color code model is created after adding 58.43% red color, 52.16% green color and 54.51% blue color. Hex #95858b Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 11% magenta, 7% yellow and 42% black.

Hex #95858b color code is between #998888 web safe hex color code and #887799 web safe hex color code. #998888 is the nearest web safe color code. You can see here many more shades of #95858b color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code95858b#95858b
RGB Decimal149, 133, 139rgb(149, 133, 139)
RGB Percent58%, 52%, 55%rgb(58%, 52%, 55%)
CSS RGBa149, 133, 139,1rgba(149,133,139,1)
CMYK Modelcmyk(0%,11%,7%,42%)
HSL Color Space338,7% ,55%hsl(338,7% ,55%)
HSV Color Space338°, 11%, 58%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary100101011000010110001011
Octal225205213
Decimal149133139
Hex95858b

Different shades of #95858b color code.

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

Light Shade of #95858b
#ada0a5
Dark Shade of #95858b
#7c6b71
Saturated Shade of #95858b
#a07a88
Desaturated Shade of #95858b
#8d8d8d
Grey scale Shade of #95858b
#8d8d8d
Brighten Shade
#ae9ea4
Most Readable Shade
#000000

Shades of #95858b color code

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

#95858b
#84767b
#73676c
#63585c
#52494d
#423b3d
#312c2e
#211d1e
#100e0f
#000000

Similar Color like #95858b color

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

#96868c
#97878d
#98888e
#99898f
#9a8a90
#9b8b91
#9c8c92
#9d8d93
#9e8e94
#9f8f95
#a09096
#a19197
#a29298
#a39399
#94848a
#938389
#928288
#918187
#908086
#8f7f85
#8e7e84
#8d7d83
#8c7c82
#8b7b81
#8a7a80
#89797f
#88787e
#87777d

Monochromatic Color with #95858b

#95858b
#bfabb3
#ead1da
#151314
#40393c
#6a5f63

Tints of #95858b Color

#95858b
#a09297
#aca0a4
#b8adb1
#c4bbbe
#cfc8cb
#dbd6d8
#e7e3e5
#f3f1f2
#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

#95858b
#85958f

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

Split Complementary

#95858b
#859587
#859395

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

Analogous Color

#958591
#95858e
#95858b
#958588
#958585

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

#95858b
#8b9585
#858b95

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

#95858b
#939585
#85958f
#878595

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

#95858b
#85958f
#859395
#958785

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 #95858b 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.

#95858b Color Code Preview on Black Background Color

This is how #95858b Color will look on black background color. Color contrast ratio is 6.01

#95858b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #95858b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #95858b

#95858b color code is use for CSS Background Color

Background color for the above div is #95858b

HTML with inline CSS

<div style="background-color:#95858b;"></div>

#95858b color code is use for CSS Border Color

CSS Border color for the above div is #95858b

HTML with inline CSS

<div style="border:5px solid #95858b;"></div>

CSS Border Left color for the above div is #95858b

HTML with inline CSS

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

CSS Border Right color for the above div is #95858b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #95858b

HTML with inline CSS

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

CSS Border Top color for the above div is #95858b

HTML with inline CSS

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

#95858b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#95858b Color code Preview on White Background

This is how #95858b Color code will look on white background color. Color contrast ratio is 3.50

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

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.