Skip to main content Skip to docs navigation

#950fbc 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 French Violet and its hex is #8806CE Nearest Color Name

Color Hue/Base color: Violet

Hex #950fbc Color code in RGB color code model is created after adding 58.43% red color, 5.88% green color and 73.73% blue color. Hex #950fbc Color code in CMYK color (process color) code model is generated after subtraction of 21% cyan, 92% magenta, 0% yellow and 26.27% black.

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

RGB Chart

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

Color Table

Hex Color Code 950fbc #950fbc
RGB Decimal 149, 15, 188 149, 15, 188
RGB Percent 58%, 6%, 74% rgb(58%, 6%, 74%)
CSS RGBa 149, 15, 188,1 rgba(149,15,188,1)
CMYK Model cmyk(21%,92%,0%,26.27%)
HSL Color Space 286,85% ,40% hsl(286,85% ,40%)
HSV Color Space 286°, 92%, 74%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10010101 00001111 10111100
Octal 225 17 274
Decimal 149 15 188
Hex 95 0f bc

Different shades of #950fbc color code.

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

Darkest of #950fbc
#25042e
Darker of #950fbc
#4a075e
Dark of #950fbc
#700b8d
Base of #950fbc
#950fbc
Light of #950fbc
#ba13eb
Lighter
#c841f0
Lightest
#d670f4

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

#950fbc
#36bc0f

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

Split Complementary

#950fbc
#8cbc0f
#0fbc3e

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

Analogous Color

#300fbc
#4d0fbc
#950fbc
#bc0fa9
#bc0f61

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

#950fbc
#0fbc95
#bc950f

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

#950fbc
#bc950f
#36bc0f
#0f36bc

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

#950fbc
#bc3e0f
#36bc0f
#0f8cbc

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

#000000
#25042e
#4a075e
#700b8d
#950fbc
#ba13eb
#c841f0
#d670f4
#e4a0f7

Tints of #950fbc Color

#950fbc
#a029c3
#ac44ca
#b85fd2
#c479d9
#cf94e1
#dbafe8
#e7c9f0
#f3e4f7
#ffffff

Shades of #950fbc color code

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

#950fbc
#840da7
#730b92
#630a7d
#520868
#420653
#31053e
#210329
#100114
#000000

Tones

#950fbc
#8a23a8
#7f3893
#744c7f
#68606b

Tones

Similar Color like #950fbc color

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

#9610bd
#9711be
#9812bf
#9913c0
#9a14c1
#9b15c2
#9c16c3
#9d17c4
#9e18c5
#9f19c6
#a01ac7
#a11bc8
#a21cc9
#a31dca
#940ebb
#930dba
#920cb9
#910bb8
#900ab7
#8f09b6
#8e08b5
#8d07b4
#8c06b3
#8b05b2
#8a04b1
#8903b0
#8802af
#8701ae

Download this Dark Violet

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

#950fbc Color Code Preview on Black Background Color

This is how #950fbc Color will look on black background color. Color contrast ratio is 3.07

#950fbc in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#950fbc color code is use for CSS Background Color

Background color for the above div is #950fbc

HTML with inline CSS

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

#950fbc color code is use for CSS Border Color

CSS Border color for the above div is #950fbc

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#950fbc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#950fbc Color code Preview on White Background

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

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

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