crispedge.com

Color picker

Loading...

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

#8f00ca hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #8f00ca Color code in RGB color code model is created after adding 56.08% red color, 0% green color and 79.22% blue color. Hex #8f00ca Color code in CMYK color (process color) code model is generated after subtraction of 29% cyan, 100% magenta, 0% yellow and 21% black.

Hex #8f00ca color code is between #8800cc web safe hex color code and #9900bb web safe hex color code. #8800cc is the nearest web safe color code. You can see here many more shades of #8f00ca color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code8f00ca#8f00ca
RGB Decimal143, 0, 202rgb(143, 0, 202)
RGB Percent56%, 0%, 79%rgb(56%, 0%, 79%)
CSS RGBa143, 0, 202,1rgba(143,0,202,1)
CMYK Modelcmyk(29%,100%,0%,21%)
HSL Color Space282,100% ,40%hsl(282,100% ,40%)
HSV Color Space282°, 100%, 79%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary100011110000000011001010
Octal2170312
Decimal1430202
Hex8f00ca

Different shades of #8f00ca color code.

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

Light Shade of #8f00ca
#b300fd
Dark Shade of #8f00ca
#6b0097
Saturated Shade of #8f00ca
#8f00ca
Desaturated Shade of #8f00ca
#8b0ac0
Grey scale Shade of #8f00ca
#656565
Brighten Shade
#a819e3
Most Readable Shade
#FFFFFF

Shades of #8f00ca color code

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

#8f00ca
#7f00b3
#6f009d
#5f0086
#4f0070
#3f0059
#2f0043
#1f002c
#0f0016
#000000

Similar Color like #8f00ca color

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

#9001cb
#9102cc
#9203cd
#9304ce
#9405cf
#9506d0
#9607d1
#9708d2
#9809d3
#990ad4
#9a0bd5
#9b0cd6
#9c0dd7
#9d0ed8
#8e00c9
#8d00c8
#8c00c7
#8b00c6
#8a00c5
#8900c4
#8800c3
#8700c2
#8600c1
#8500c0
#8400bf
#8300be
#8200bd
#8100bc

Monochromatic Color with #8f00ca

#8f00ca
#ad00f4
#170020
#35004a
#530075
#71009f

Tints of #8f00ca Color

#8f00ca
#9b1ccf
#a738d5
#b455db
#c071e1
#cd8de7
#d9aaed
#e6c6f3
#f2e2f9
#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

#8f00ca
#3bca00

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

Split Complementary

#8f00ca
#a0ca00
#00ca2a

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

Analogous Color

#3e00ca
#6700ca
#8f00ca
#b700ca
#ca00b4

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

#8f00ca
#ca8f00
#00ca8f

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

#8f00ca
#ca2a00
#3bca00
#00a0ca

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

#8f00ca
#3bca00
#00ca2a
#ca00a0

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

#8f00ca Color Code Preview on Black Background Color

This is how #8f00ca Color will look on black background color. Color contrast ratio is 3.02

#8f00ca in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#8f00ca color code is use for CSS Background Color

Background color for the above div is #8f00ca

HTML with inline CSS

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

#8f00ca color code is use for CSS Border Color

CSS Border color for the above div is #8f00ca

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#8f00ca hex Color code used as CSS color Codes

Example CSS Class for usage

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

#8f00ca Color code Preview on White Background

This is how #8f00ca Color code will look on white background color. Color contrast ratio is 6.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 #8f00ca; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #8f00ca; }

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.