crispedge.com

Color picker

Loading...

#98009d hex color - Violet - Warm color - Information

#98009d hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #98009d Color code in RGB color code model is created after adding 59.61% red color, 0% green color and 61.57% blue color. Hex #98009d Color code in CMYK color (process color) code model is generated after subtraction of 3% cyan, 100% magenta, 0% yellow and 38% black.

Hex #98009d color code is between #990099 web safe hex color code and #8800aa web safe hex color code. #990099 is the nearest web safe color code. You can see here many more shades of #98009d color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Code98009d#98009d
RGB Decimal152, 0, 157rgb(152, 0, 157)
RGB Percent60%, 0%, 62%rgb(60%, 0%, 62%)
CSS RGBa152, 0, 157,1rgba(152,0,157,1)
CMYK Modelcmyk(3%,100%,0%,38%)
HSL Color Space298,100% ,31%hsl(298,100% ,31%)
HSV Color Space298°, 100%, 62%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary100110000000000010011101
Octal2300235
Decimal1520157
Hex98009d

Different shades of #98009d color code.

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

Light Shade of #98009d
#c900d0
Dark Shade of #98009d
#67006a
Saturated Shade of #98009d
#98009d
Desaturated Shade of #98009d
#910895
Grey scale Shade of #98009d
#4e4e4e
Brighten Shade
#b119b6
Most Readable Shade
#FFFFFF

Shades of #98009d color code

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

#98009d
#87008b
#76007a
#650068
#540057
#430045
#320034
#210022
#100011
#000000

Similar Color like #98009d color

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

#99019e
#9a029f
#9b03a0
#9c04a1
#9d05a2
#9e06a3
#9f07a4
#a008a5
#a109a6
#a20aa7
#a30ba8
#a40ca9
#a50daa
#a60eab
#97009c
#96009b
#95009a
#940099
#930098
#920097
#910096
#900095
#8f0094
#8e0093
#8d0092
#8c0091
#8b0090
#8a008f

Monochromatic Color with #98009d

#98009d
#c100c7
#ea00f2
#1d001d
#460048
#6f0072

Tints of #98009d Color

#98009d
#a31ca7
#ae38b2
#ba55bd
#c571c8
#d18dd3
#dcaade
#e8c6e9
#f3e2f4
#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

#98009d
#059d00

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

Split Complementary

#98009d
#549d00
#009d49

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

Analogous Color

#59009d
#79009d
#98009d
#9d0083
#9d0063

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

#98009d
#9d9800
#009d98

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

#98009d
#9d4900
#059d00
#00539d

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

#98009d
#059d00
#009d49
#9d0054

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 #98009d 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.

#98009d Color Code Preview on Black Background Color

This is how #98009d Color will look on black background color. Color contrast ratio is 2.82

#98009d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #98009d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #98009d

#98009d color code is use for CSS Background Color

Background color for the above div is #98009d

HTML with inline CSS

<div style="background-color:#98009d;"></div>

#98009d color code is use for CSS Border Color

CSS Border color for the above div is #98009d

HTML with inline CSS

<div style="border:5px solid #98009d;"></div>

CSS Border Left color for the above div is #98009d

HTML with inline CSS

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

CSS Border Right color for the above div is #98009d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #98009d

HTML with inline CSS

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

CSS Border Top color for the above div is #98009d

HTML with inline CSS

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

#98009d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#98009d Color code Preview on White Background

This is how #98009d Color code will look on white background color. Color contrast ratio is 7.44

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

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(152,0,157,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(5,157,0,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(152,0,157,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.