crispedge.com

Color picker

Loading...

#8f24cf hex color - Violet - Warm color - Information

#8f24cf hex color - Violet - Warm color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #8f24cf Color code in RGB color code model is created after adding 56.08% red color, 14.12% green color and 81.18% blue color. Hex #8f24cf Color code in CMYK color (process color) code model is generated after subtraction of 31% cyan, 83% magenta, 0% yellow and 19% black.

Hex #8f24cf color code is between #8822cc web safe hex color code and #9933dd web safe hex color code. #8822cc is the nearest web safe color code. You can see here many more shades of #8f24cf color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Code8f24cf#8f24cf
RGB Decimal143, 36, 207rgb(143, 36, 207)
RGB Percent56%, 14%, 81%rgb(56%, 14%, 81%)
CSS RGBa143, 36, 207,1rgba(143,36,207,1)
CMYK Modelcmyk(31%,83%,0%,19%)
HSL Color Space278,70% ,48%hsl(278,70% ,48%)
HSV Color Space278°, 83%, 81%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary100011110010010011001111
Octal21744317
Decimal14336207
Hex8f24cf

Different shades of #8f24cf color code.

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

Light Shade of #8f24cf
#a647df
Dark Shade of #8f24cf
#711ca4
Saturated Shade of #8f24cf
#9218db
Desaturated Shade of #8f24cf
#8c30c3
Grey scale Shade of #8f24cf
#797979
Brighten Shade
#a83de8
Most Readable Shade
#FFFFFF

Shades of #8f24cf color code

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

#8f24cf
#7f20b8
#6f1ca1
#5f188a
#4f1473
#3f105c
#2f0c45
#1f082e
#0f0417
#000000

Similar Color like #8f24cf color

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

#9025d0
#9126d1
#9227d2
#9328d3
#9429d4
#952ad5
#962bd6
#972cd7
#982dd8
#992ed9
#9a2fda
#9b30db
#9c31dc
#9d32dd
#8e23ce
#8d22cd
#8c21cc
#8b20cb
#8a1fca
#891ec9
#881dc8
#871cc7
#861bc6
#851ac5
#8419c4
#8318c3
#8217c2
#8116c1

Monochromatic Color with #8f24cf

#8f24cf
#ac2bf9
#1a0625
#370e4f
#54157a
#721da4

Tints of #8f24cf Color

#8f24cf
#9b3cd4
#a754d9
#b46ddf
#c085e4
#cd9de9
#d9b6ef
#e6cef4
#f2e6f9
#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

#8f24cf
#64cf24

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

Split Complementary

#8f24cf
#bacf24
#24cf39

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

Analogous Color

#4b24cf
#6d24cf
#8f24cf
#b124cf
#cf24cb

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

#8f24cf
#cf8f24
#24cf8f

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

#8f24cf
#cf3924
#64cf24
#24b9cf

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

#8f24cf
#64cf24
#24cf39
#cf24ba

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 #8f24cf 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.

#8f24cf Color Code Preview on Black Background Color

This is how #8f24cf Color will look on black background color. Color contrast ratio is 3.32

#8f24cf in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #8f24cf

HTML with inline CSS

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

Your Example Paragraph content text in with font color #8f24cf

#8f24cf color code is use for CSS Background Color

Background color for the above div is #8f24cf

HTML with inline CSS

<div style="background-color:#8f24cf;"></div>

#8f24cf color code is use for CSS Border Color

CSS Border color for the above div is #8f24cf

HTML with inline CSS

<div style="border:5px solid #8f24cf;"></div>

CSS Border Left color for the above div is #8f24cf

HTML with inline CSS

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

CSS Border Right color for the above div is #8f24cf

HTML with inline CSS

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

CSS Border Bottom color for the above div is #8f24cf

HTML with inline CSS

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

CSS Border Top color for the above div is #8f24cf

HTML with inline CSS

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

#8f24cf hex Color code used as CSS color Codes

Example CSS Class for usage

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

#8f24cf Color code Preview on White Background

This is how #8f24cf Color code will look on white background color. Color contrast ratio is 6.32

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

Gradient Background

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

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(143,36,207,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(100,207,36,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(143,36,207,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.