Skip to main content Skip to docs navigation

#950ddd 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 Violet and its hex is #9A0EEA Nearest Color Name

Color Hue/Base color: Violet

Hex #950ddd Color code in RGB color code model is created after adding 58.43% red color, 5.1% green color and 86.67% blue color. Hex #950ddd Color code in CMYK color (process color) code model is generated after subtraction of 33% cyan, 94% magenta, 0% yellow and 13.33% black.

Hex #950ddd color code is between #9911cc web safe hex color code and #8800ee web safe hex color code. #9911cc is the nearest web safe color code. You can see here many more shades of #950ddd color code.

RGB Chart

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

Color Table

Hex Color Code 950ddd #950ddd
RGB Decimal 149, 13, 221 149, 13, 221
RGB Percent 58%, 5%, 87% rgb(58%, 5%, 87%)
CSS RGBa 149, 13, 221,1 rgba(149,13,221,1)
CMYK Model cmyk(33%,94%,0%,13.33%)
HSL Color Space 279,89% ,46% hsl(279,89% ,46%)
HSV Color Space 279°, 94%, 87%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10010101 00001101 11011101
Octal 225 15 335
Decimal 149 13 221
Hex 95 0d dd

Different shades of #950ddd color code.

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

Darkest of #950ddd
#34044c
Darker of #950ddd
#54077d
Dark of #950ddd
#750aad
Base of #950ddd
#950ddd
Light of #950ddd
#ad2af3
Lighter
#c05bf5
Lightest
#d28bf8

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

#950ddd
#55dd0d

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

Split Complementary

#950ddd
#bddd0d
#0ddd2d

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

Analogous Color

#1c0ddd
#3e0ddd
#950ddd
#da0ddd
#dd0d89

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

#950ddd
#0ddd95
#dd950d

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

#950ddd
#dd950d
#55dd0d
#0d55dd

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

#950ddd
#dd2d0d
#55dd0d
#0dbddd

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 #950ddd

#13021c
#34044c
#54077d
#750aad
#950ddd
#ad2af3
#c05bf5
#d28bf8
#e5bbfb

Tints of #950ddd Color

#950ddd
#a027e0
#ac42e4
#b85de8
#c478ec
#cf93ef
#dbaef3
#e7c9f7
#f3e4fb
#ffffff

Shades of #950ddd color code

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

#950ddd
#840bc4
#730aab
#630893
#52077a
#420562
#310449
#210231
#100118
#000000

Tones

#950ddd
#8e24c6
#873cae
#7f5397
#786b7f

Tones

Similar Color like #950ddd color

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

#960ede
#970fdf
#9810e0
#9911e1
#9a12e2
#9b13e3
#9c14e4
#9d15e5
#9e16e6
#9f17e7
#a018e8
#a119e9
#a21aea
#a31beb
#940cdc
#930bdb
#920ada
#9109d9
#9008d8
#8f07d7
#8e06d6
#8d05d5
#8c04d4
#8b03d3
#8a02d2
#8901d1
#8800d0
#8700cf

Download this Dark Violet

Hex #950ddd 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.

#950ddd Color Code Preview on Black Background Color

This is how #950ddd Color will look on black background color. Color contrast ratio is 3.38

#950ddd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #950ddd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #950ddd

#950ddd color code is use for CSS Background Color

Background color for the above div is #950ddd

HTML with inline CSS

<div style="background-color:#950ddd;"></div>

#950ddd color code is use for CSS Border Color

CSS Border color for the above div is #950ddd

HTML with inline CSS

<div style="border:5px solid #950ddd;"></div>

CSS Border Left color for the above div is #950ddd

HTML with inline CSS

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

CSS Border Right color for the above div is #950ddd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #950ddd

HTML with inline CSS

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

CSS Border Top color for the above div is #950ddd

HTML with inline CSS

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

#950ddd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#950ddd Color code Preview on White Background

This is how #950ddd Color code will look on white background color. Color contrast ratio is 6.21

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

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(149,13,221,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(85,221,13,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(149,13,221,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }