crispedge.com

#952b98 hex color - Violet - Warm color - Information

#952b98 hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #952b98 Color code in RGB color code model is created after adding 58.43% red color, 16.86% green color and 59.61% blue color. Hex #952b98 Color code in CMYK color (process color) code model is generated after subtraction of 2% cyan, 72% magenta, 0% yellow and 40% black.

Hex #952b98 color code is between #993399 web safe hex color code and #882288 web safe hex color code. #993399 is the nearest web safe color code. You can see here many more shades of #952b98 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code952b98#952b98
RGB Decimal149, 43, 152rgb(149, 43, 152)
RGB Percent58%, 17%, 60%rgb(58%, 17%, 60%)
CSS RGBa149, 43, 152,1rgba(149,43,152,1)
CMYK Modelcmyk(2%,72%,0%,40%)
HSL Color Space298,56% ,38%hsl(298,56% ,38%)
HSV Color Space298°, 72%, 60%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary100101010010101110011000
Octal22553230
Decimal14943152
Hex952b98

Different shades of #952b98 color code.

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

Light Shade of #952b98
#bc36c0
Dark Shade of #952b98
#6e2070
Saturated Shade of #952b98
#9e21a2
Desaturated Shade of #952b98
#8c358e
Grey scale Shade of #952b98
#616161
Brighten Shade
#ae44b1
Most Readable Shade
#FFFFFF

Shades of #952b98 color code

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

#952b98
#842687
#732176
#631c65
#521754
#421343
#310e32
#210921
#100410
#000000

Similar Color like #952b98 color

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

#962c99
#972d9a
#982e9b
#992f9c
#9a309d
#9b319e
#9c329f
#9d33a0
#9e34a1
#9f35a2
#a036a3
#a137a4
#a238a5
#a339a6
#942a97
#932996
#922895
#912794
#902693
#8f2592
#8e2491
#8d2390
#8c228f
#8b218e
#8a208d
#891f8c
#881e8b
#871d8a

Monochromatic Color with #952b98

#952b98
#bf37c2
#e843ed
#180718
#421343
#6b1f6d

Tints of #952b98 Color

#952b98
#a042a3
#ac5aae
#b871ba
#c489c5
#cfa0d1
#dbb8dc
#e7cfe8
#f3e7f3
#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

#952b98
#2e982b

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

Split Complementary

#952b98
#65982b
#2b985e

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

Analogous Color

#692b98
#7f2b98
#952b98
#982b85
#982b6f

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

#952b98
#98952b
#2b9895

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

#952b98
#985e2b
#2e982b
#2b6498

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

#952b98
#2e982b
#2b985e
#982b65

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 #952b98 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.

#952b98 Color Code Preview on Black Background Color

This is how #952b98 Color will look on black background color. Color contrast ratio is 3.08

#952b98 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #952b98

HTML with inline CSS

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

Your Example Paragraph content text in with font color #952b98

#952b98 color code is use for CSS Background Color

Background color for the above div is #952b98

HTML with inline CSS

<div style="background-color:#952b98;"></div>

#952b98 color code is use for CSS Border Color

CSS Border color for the above div is #952b98

HTML with inline CSS

<div style="border:5px solid #952b98;"></div>

CSS Border Left color for the above div is #952b98

HTML with inline CSS

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

CSS Border Right color for the above div is #952b98

HTML with inline CSS

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

CSS Border Bottom color for the above div is #952b98

HTML with inline CSS

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

CSS Border Top color for the above div is #952b98

HTML with inline CSS

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

#952b98 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#952b98 Color code Preview on White Background

This is how #952b98 Color code will look on white background color. Color contrast ratio is 6.83

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

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(149,43,152,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(46,152,43,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(149,43,152,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.

< /html>