Skip to main content Skip to docs navigation

#960bbc 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 Nebula and its hex is #A104C3 Nearest Color Name

Color Hue/Base color: Violet

Hex #960bbc Color code in RGB color code model is created after adding 58.82% red color, 4.31% green color and 73.73% blue color. Hex #960bbc Color code in CMYK color (process color) code model is generated after subtraction of 20% cyan, 94% magenta, 0% yellow and 26.27% black.

Hex #960bbc 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 #960bbc color code.

RGB Chart

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

Color Table

Hex Color Code 960bbc #960bbc
RGB Decimal 150, 11, 188 150, 11, 188
RGB Percent 59%, 4%, 74% rgb(59%, 4%, 74%)
CSS RGBa 150, 11, 188,1 rgba(150,11,188,1)
CMYK Model cmyk(20%,94%,0%,26.27%)
HSL Color Space 287,89% ,39% hsl(287,89% ,39%)
HSV Color Space 287°, 94%, 74%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10010110 00001011 10111100
Octal 226 13 274
Decimal 150 11 188
Hex 96 0b bc

Different shades of #960bbc color code.

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

Darkest of #960bbc
#23032b
Darker of #960bbc
#49055c
Dark of #960bbc
#70088c
Base of #960bbc
#960bbc
Light of #960bbc
#bc0eec
Lighter
#cc3af3
Lightest
#d86af6

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

#960bbc
#31bc0b

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

Split Complementary

#960bbc
#89bc0b
#0bbc3e

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

Analogous Color

#2f0bbc
#4c0bbc
#960bbc
#bc0ba7
#bc0b5d

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

#960bbc
#0bbc96
#bc960b

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

#960bbc
#bc960b
#31bc0b
#0b31bc

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

#960bbc
#bc3e0b
#31bc0b
#0b89bc

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 #960bbc

#000000
#23032b
#49055c
#70088c
#960bbc
#bc0eec
#cc3af3
#d86af6
#e59af9

Tints of #960bbc Color

#960bbc
#a126c3
#ad41ca
#b95cd2
#c477d9
#d092e1
#dcade8
#e7c8f0
#f3e3f7
#ffffff

Shades of #960bbc color code

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

#960bbc
#8509a7
#740892
#64077d
#530668
#420453
#32033e
#210229
#100114
#000000

Tones

#960bbc
#8b1fa8
#7f3394
#744780
#695b6c

Tones

Similar Color like #960bbc color

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

#970cbd
#980dbe
#990ebf
#9a0fc0
#9b10c1
#9c11c2
#9d12c3
#9e13c4
#9f14c5
#a015c6
#a116c7
#a217c8
#a318c9
#a419ca
#950abb
#9409ba
#9308b9
#9207b8
#9106b7
#9005b6
#8f04b5
#8e03b4
#8d02b3
#8c01b2
#8b00b1
#8a00b0
#8900af
#8800ae

Download this Dark Violet

Hex #960bbc 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.

#960bbc Color Code Preview on Black Background Color

This is how #960bbc Color will look on black background color. Color contrast ratio is 3.07

#960bbc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #960bbc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #960bbc

#960bbc color code is use for CSS Background Color

Background color for the above div is #960bbc

HTML with inline CSS

<div style="background-color:#960bbc;"></div>

#960bbc color code is use for CSS Border Color

CSS Border color for the above div is #960bbc

HTML with inline CSS

<div style="border:5px solid #960bbc;"></div>

CSS Border Left color for the above div is #960bbc

HTML with inline CSS

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

CSS Border Right color for the above div is #960bbc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #960bbc

HTML with inline CSS

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

CSS Border Top color for the above div is #960bbc

HTML with inline CSS

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

#960bbc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#960bbc Color code Preview on White Background

This is how #960bbc 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 #960bbc; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #960bbc; }

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