crispedge.com

Color picker

Loading...

#55198b hex color - Violet - Warm color - Information

#55198b hex color - Violet - Warm color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #55198b Color code in RGB color code model is created after adding 33.33% red color, 9.8% green color and 54.51% blue color. Hex #55198b Color code in CMYK color (process color) code model is generated after subtraction of 39% cyan, 82% magenta, 0% yellow and 45% black.

Hex #55198b color code is between #441188 web safe hex color code and #662299 web safe hex color code. #441188 is the nearest web safe color code. You can see here many more shades of #55198b color code.

0 Likes 0 Comments | 4 Views

RGB Chart

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

Color Table

Hex Color Code55198b#55198b
RGB Decimal85, 25, 139rgb(85, 25, 139)
RGB Percent33%, 10%, 55%rgb(33%, 10%, 55%)
CSS RGBa85, 25, 139,1rgba(85,25,139,1)
CMYK Modelcmyk(39%,82%,0%,45%)
HSL Color Space272,70% ,32%hsl(272,70% ,32%)
HSV Color Space272°, 82%, 55%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary010101010001100110001011
Octal12531213
Decimal8525139
Hex55198b

Different shades of #55198b color code.

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

Light Shade of #55198b
#6f21b6
Dark Shade of #55198b
#3b1160
Saturated Shade of #55198b
#551193
Desaturated Shade of #55198b
#552183
Grey scale Shade of #55198b
#525252
Brighten Shade
#6e32a4
Most Readable Shade
#FFFFFF

Shades of #55198b color code

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

#55198b
#4b167b
#42136c
#38105c
#2f0d4d
#250b3d
#1c082e
#12051e
#09020f
#000000

Similar Color like #55198b color

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

#561a8c
#571b8d
#581c8e
#591d8f
#5a1e90
#5b1f91
#5c2092
#5d2193
#5e2294
#5f2395
#602496
#612597
#622698
#632799
#54188a
#531789
#521688
#511587
#501486
#4f1385
#4e1284
#4d1183
#4c1082
#4b0f81
#4a0e80
#490d7f
#480c7e
#470b7d

Monochromatic Color with #55198b

#55198b
#6f21b5
#8928e0
#07020b
#210a36
#3b1160

Tints of #55198b Color

#55198b
#673297
#7a4ca4
#8d65b1
#a07fbe
#b398cb
#c6b2d8
#d9cbe5
#ece5f2
#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

#55198b
#4f8b19

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

Split Complementary

#55198b
#888b19
#198b1c

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

Analogous Color

#27198b
#3e198b
#55198b
#6c198b
#83198b

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

#55198b
#8b5519
#198b55

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

#55198b
#8b1c19
#4f8b19
#19888b

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

#55198b
#4f8b19
#198b1c
#8b1988

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 #55198b 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.

#55198b Color Code Preview on Black Background Color

This is how #55198b Color will look on black background color. Color contrast ratio is 1.90

#55198b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #55198b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #55198b

#55198b color code is use for CSS Background Color

Background color for the above div is #55198b

HTML with inline CSS

<div style="background-color:#55198b;"></div>

#55198b color code is use for CSS Border Color

CSS Border color for the above div is #55198b

HTML with inline CSS

<div style="border:5px solid #55198b;"></div>

CSS Border Left color for the above div is #55198b

HTML with inline CSS

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

CSS Border Right color for the above div is #55198b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #55198b

HTML with inline CSS

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

CSS Border Top color for the above div is #55198b

HTML with inline CSS

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

#55198b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#55198b Color code Preview on White Background

This is how #55198b Color code will look on white background color. Color contrast ratio is 11.06

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

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

0 Likes 0 Comments | 4 Views

Post your comment:-

By submitting comment you agree to our privacy policy.