crispedge.com

Color picker

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

#9061fd hex color - Blue - Cool color - Information

#9061fd hex color - Blue - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Blue

Hex #9061fd Color code in RGB color code model is created after adding 56.47% red color, 38.04% green color and 99.22% blue color. Hex #9061fd Color code in CMYK color (process color) code model is generated after subtraction of 43% cyan, 62% magenta, 0% yellow and 1% black.

Hex #9061fd color code is between #8866ff web safe hex color code and #9955ee web safe hex color code. #8866ff is the nearest web safe color code. You can see here many more shades of #9061fd color code.

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Code9061fd#9061fd
RGB Decimal144, 97, 253rgb(144, 97, 253)
RGB Percent56%, 38%, 99%rgb(56%, 38%, 99%)
CSS RGBa144, 97, 253,1rgba(144,97,253,1)
CMYK Modelcmyk(43%,62%,0%,1%)
HSL Color Space258,98% ,69%hsl(258,98% ,69%)
HSV Color Space258°, 62%, 99%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100100000110000111111101
Octal220141375
Decimal14497253
Hex9061fd

Different shades of #9061fd color code.

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

Light Shade of #9061fd
#b393fe
Dark Shade of #9061fd
#6d2ffc
Saturated Shade of #9061fd
#8f5fff
Desaturated Shade of #9061fd
#9369f5
Grey scale Shade of #9061fd
#afafaf
Brighten Shade
#a97aff
Most Readable Shade
#FFFFFF

Shades of #9061fd color code

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

#9061fd
#8056e0
#704bc4
#6040a8
#50358c
#402b70
#302054
#201538
#100a1c
#000000

Similar Color like #9061fd color

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

#9162fe
#9263ff
#9364ff
#9465ff
#9566ff
#9667ff
#9768ff
#9869ff
#996aff
#9a6bff
#9b6cff
#9c6dff
#9d6eff
#9e6fff
#8f60fc
#8e5ffb
#8d5efa
#8c5df9
#8b5cf8
#8a5bf7
#895af6
#8859f5
#8758f4
#8657f3
#8556f2
#8455f1
#8354f0
#8253ef

Monochromatic Color with #9061fd

#9061fd
#171028
#2f2053
#47307d
#6040a8
#7851d2

Tints of #9061fd Color

#9061fd
#9c72fd
#a884fd
#b595fd
#c1a7fd
#cdb8fe
#dacafe
#e6dbfe
#f2edfe
#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

#9061fd
#cefd61

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

Split Complementary

#9061fd
#fdde61
#80fd61

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

Analogous Color

#6170fd
#7161fd
#9061fd
#af61fd
#ce61fd

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

#9061fd
#fd9061
#61fd90

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

#9061fd
#fd6180
#cefd61
#61fdde

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

#9061fd
#cefd61
#80fd61
#de61fd

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 #9061fd 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.

#9061fd Color Code Preview on Black Background Color

This is how #9061fd Color will look on black background color. Color contrast ratio is 5.31

#9061fd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #9061fd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #9061fd

#9061fd color code is use for CSS Background Color

Background color for the above div is #9061fd

HTML with inline CSS

<div style="background-color:#9061fd;"></div>

#9061fd color code is use for CSS Border Color

CSS Border color for the above div is #9061fd

HTML with inline CSS

<div style="border:5px solid #9061fd;"></div>

CSS Border Left color for the above div is #9061fd

HTML with inline CSS

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

CSS Border Right color for the above div is #9061fd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #9061fd

HTML with inline CSS

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

CSS Border Top color for the above div is #9061fd

HTML with inline CSS

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

#9061fd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#9061fd Color code Preview on White Background

This is how #9061fd Color code will look on white background color. Color contrast ratio is 3.95

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

Related Gradients

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.