crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#9962ad hex color - Violet - Warm color - Information

#9962ad hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #9962ad Color code in RGB color code model is created after adding 60% red color, 38.43% green color and 67.84% blue color. Hex #9962ad Color code in CMYK color (process color) code model is generated after subtraction of 12% cyan, 43% magenta, 0% yellow and 32% black.

Hex #9962ad color code is between #8866aa web safe hex color code and #aa55bb web safe hex color code. #8866aa is the nearest web safe color code. You can see here many more shades of #9962ad color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code9962ad#9962ad
RGB Decimal153, 98, 173rgb(153, 98, 173)
RGB Percent60%, 38%, 68%rgb(60%, 38%, 68%)
CSS RGBa153, 98, 173,1rgba(153,98,173,1)
CMYK Modelcmyk(12%,43%,0%,32%)
HSL Color Space284,31% ,53%hsl(284,31% ,53%)
HSV Color Space284°, 43%, 68%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary100110010110001010101101
Octal231142255
Decimal15398173
Hex9962ad

Different shades of #9962ad color code.

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

Light Shade of #9962ad
#af83be
Dark Shade of #9962ad
#7e4b90
Saturated Shade of #9962ad
#9f56b9
Desaturated Shade of #9962ad
#936ea1
Grey scale Shade of #9962ad
#878787
Brighten Shade
#b27bc6
Most Readable Shade
#FFFFFF

Shades of #9962ad color code

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

#9962ad
#885799
#774c86
#664173
#553660
#442b4c
#332039
#221526
#110a13
#000000

Similar Color like #9962ad color

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

#9a63ae
#9b64af
#9c65b0
#9d66b1
#9e67b2
#9f68b3
#a069b4
#a16ab5
#a26bb6
#a36cb7
#a46db8
#a56eb9
#a66fba
#a770bb
#9861ac
#9760ab
#965faa
#955ea9
#945da8
#935ca7
#925ba6
#915aa5
#9059a4
#8f58a3
#8e57a2
#8d56a1
#8c55a0
#8b549f

Monochromatic Color with #9962ad

#9962ad
#bf7ad7
#030203
#281a2d
#4e3258
#734a82

Tints of #9962ad Color

#9962ad
#a473b6
#af84bf
#bb96c8
#c6a7d1
#d1b9da
#ddcae3
#e8dcec
#f3edf5
#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

#9962ad
#76ad62

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

Split Complementary

#9962ad
#9cad62
#62ad74

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

Analogous Color

#7b62ad
#8a62ad
#9962ad
#a862ad
#ad62a3

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

#9962ad
#ad9962
#62ad99

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

#9962ad
#ad7362
#76ad62
#629bad

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

#9962ad
#76ad62
#62ad74
#ad629c

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 #9962ad 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.

#9962ad Color Code Preview on Black Background Color

This is how #9962ad Color will look on black background color. Color contrast ratio is 4.70

#9962ad in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #9962ad

HTML with inline CSS

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

Your Example Paragraph content text in with font color #9962ad

#9962ad color code is use for CSS Background Color

Background color for the above div is #9962ad

HTML with inline CSS

<div style="background-color:#9962ad;"></div>

#9962ad color code is use for CSS Border Color

CSS Border color for the above div is #9962ad

HTML with inline CSS

<div style="border:5px solid #9962ad;"></div>

CSS Border Left color for the above div is #9962ad

HTML with inline CSS

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

CSS Border Right color for the above div is #9962ad

HTML with inline CSS

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

CSS Border Bottom color for the above div is #9962ad

HTML with inline CSS

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

CSS Border Top color for the above div is #9962ad

HTML with inline CSS

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

#9962ad hex Color code used as CSS color Codes

Example CSS Class for usage

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

#9962ad Color code Preview on White Background

This is how #9962ad Color code will look on white background color. Color contrast ratio is 4.46

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

Related Gradients

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.