Skip to main content Skip to docs navigation

#960cec 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 #960cec Color code in RGB color code model is created after adding 58.82% red color, 4.71% green color and 92.55% blue color. Hex #960cec Color code in CMYK color (process color) code model is generated after subtraction of 36% cyan, 95% magenta, 0% yellow and 7.45% black.

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

RGB Chart

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

Color Table

Hex Color Code 960cec #960cec
RGB Decimal 150, 12, 236 150, 12, 236
RGB Percent 59%, 5%, 93% rgb(59%, 5%, 93%)
CSS RGBa 150, 12, 236,1 rgba(150,12,236,1)
CMYK Model cmyk(36%,95%,0%,7.45%)
HSL Color Space 277,90% ,49% hsl(277,90% ,49%)
HSV Color Space 277°, 95%, 93%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10010110 00001100 11101100
Octal 226 14 354
Decimal 150 12 236
Hex 96 0c ec

Different shades of #960cec color code.

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

Darkest of #960cec
#39055a
Darker of #960cec
#58078b
Dark of #960cec
#770abb
Base of #960cec
#960cec
Light of #960cec
#ac36f5
Lighter
#c067f7
Lightest
#d497fa

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

#960cec
#62ec0c

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

Split Complementary

#960cec
#d2ec0c
#0cec26

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

Analogous Color

#130cec
#390cec
#960cec
#e10cec
#ec0c9a

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

#960cec
#0cec96
#ec960c

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

#960cec
#ec960c
#62ec0c
#0c62ec

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

#960cec
#ec260c
#62ec0c
#0cd2ec

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

#1b022a
#39055a
#58078b
#770abb
#960cec
#ac36f5
#c067f7
#d497fa
#e8c8fc

Tints of #960cec Color

#960cec
#a127ee
#ad42f0
#b95df2
#c478f4
#d093f6
#dcaef8
#e7c9fa
#f3e4fc
#ffffff

Shades of #960cec color code

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

#960cec
#850ad1
#7409b7
#64089d
#530683
#420568
#32044e
#210234
#10011a
#000000

Tones

#960cec
#9025d3
#8a3eba
#8556a2
#7f6f89

Tones

Similar Color like #960cec color

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

#970ded
#980eee
#990fef
#9a10f0
#9b11f1
#9c12f2
#9d13f3
#9e14f4
#9f15f5
#a016f6
#a117f7
#a218f8
#a319f9
#a41afa
#950beb
#940aea
#9309e9
#9208e8
#9107e7
#9006e6
#8f05e5
#8e04e4
#8d03e3
#8c02e2
#8b01e1
#8a00e0
#8900df
#8800de

Download this Dark Violet

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

#960cec Color Code Preview on Black Background Color

This is how #960cec Color will look on black background color. Color contrast ratio is 3.56

#960cec in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#960cec color code is use for CSS Background Color

Background color for the above div is #960cec

HTML with inline CSS

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

#960cec color code is use for CSS Border Color

CSS Border color for the above div is #960cec

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#960cec hex Color code used as CSS color Codes

Example CSS Class for usage

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

#960cec Color code Preview on White Background

This is how #960cec Color code will look on white background color. Color contrast ratio is 5.90

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

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