crispedge.com

Color picker

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

#946ca1 hex color - Violet - Warm color - Information

#946ca1 hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #946ca1 Color code in RGB color code model is created after adding 58.04% red color, 42.35% green color and 63.14% blue color. Hex #946ca1 Color code in CMYK color (process color) code model is generated after subtraction of 8% cyan, 33% magenta, 0% yellow and 37% black.

Hex #946ca1 color code is between #996699 web safe hex color code and #8877aa web safe hex color code. #996699 is the nearest web safe color code. You can see here many more shades of #946ca1 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code946ca1#946ca1
RGB Decimal148, 108, 161rgb(148, 108, 161)
RGB Percent58%, 42%, 63%rgb(58%, 42%, 63%)
CSS RGBa148, 108, 161,1rgba(148,108,161,1)
CMYK Modelcmyk(8%,33%,0%,37%)
HSL Color Space285,22% ,53%hsl(285,22% ,53%)
HSV Color Space285°, 33%, 63%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary100101000110110010100001
Octal224154241
Decimal148108161
Hex946ca1

Different shades of #946ca1 color code.

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

Light Shade of #946ca1
#ab8bb5
Dark Shade of #946ca1
#795585
Saturated Shade of #946ca1
#9a60ad
Desaturated Shade of #946ca1
#8e7895
Grey scale Shade of #946ca1
#868686
Brighten Shade
#ad85ba
Most Readable Shade
#FFFFFF

Shades of #946ca1 color code

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

#946ca1
#83608f
#73547d
#62486b
#523c59
#413047
#312435
#201823
#100c11
#000000

Similar Color like #946ca1 color

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

#956da2
#966ea3
#976fa4
#9870a5
#9971a6
#9a72a7
#9b73a8
#9c74a9
#9d75aa
#9e76ab
#9f77ac
#a078ad
#a179ae
#a27aaf
#936ba0
#926a9f
#91699e
#90689d
#8f679c
#8e669b
#8d659a
#8c6499
#8b6398
#8a6297
#896196
#886095
#875f94
#865e93

Monochromatic Color with #946ca1

#946ca1
#bb89cb
#e2a5f6
#1f1621
#46334c
#6d5076

Tints of #946ca1 Color

#946ca1
#9f7cab
#ab8cb5
#b79dc0
#c3adca
#cfbdd5
#dbcedf
#e7deea
#f3eef4
#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

#946ca1
#79a16c

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

Split Complementary

#946ca1
#93a16c
#6ca17a

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

Analogous Color

#7f6ca1
#896ca1
#946ca1
#9f6ca1
#a16c99

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

#946ca1
#a1946c
#6ca194

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

#946ca1
#a1796c
#79a16c
#6c93a1

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

#946ca1
#79a16c
#6ca17a
#a16c93

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 #946ca1 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.

#946ca1 Color Code Preview on Black Background Color

This is how #946ca1 Color will look on black background color. Color contrast ratio is 4.92

#946ca1 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #946ca1

HTML with inline CSS

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

Your Example Paragraph content text in with font color #946ca1

#946ca1 color code is use for CSS Background Color

Background color for the above div is #946ca1

HTML with inline CSS

<div style="background-color:#946ca1;"></div>

#946ca1 color code is use for CSS Border Color

CSS Border color for the above div is #946ca1

HTML with inline CSS

<div style="border:5px solid #946ca1;"></div>

CSS Border Left color for the above div is #946ca1

HTML with inline CSS

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

CSS Border Right color for the above div is #946ca1

HTML with inline CSS

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

CSS Border Bottom color for the above div is #946ca1

HTML with inline CSS

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

CSS Border Top color for the above div is #946ca1

HTML with inline CSS

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

#946ca1 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#946ca1 Color code Preview on White Background

This is how #946ca1 Color code will look on white background color. Color contrast ratio is 4.27

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

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.