COLOR #8D57A9

HEX: #8D57A9
RGB: (141,87,169)

Color info

#8D57A9 contains mainly red and blue colors. Web safe color of #8D57A9 is #996699 (or #969).

RGB color model

#8D57A9 color RGB value is (141,87,169).

  • red value is 141;
  • green value is 87;
  • blue value is 169.
RGB:
(141,87,169)
(55%,34%,66%)

RGB channels and saturation

R 141 of 255 = 55%
G 87 of 255 = 34%
B 169 of 255 = 66%

141
87
169

R + G + B ~ 52%. #8D57A9 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
141 + 87 + 169 = 397 (100%)
R 141 of 397 ~ 35.52%
G 87 of 397 ~ 21.91%
B 169 of 397 ~ 42.57%

%35.52
%21.91
%42.57

CMYK color model

#8D57A9 color CMYK value is (17,49,0,34).

  • cyan value is 16.57%
  • magenta value is 48.52%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(17,49,0,34)
C17M49Y0K34 
(17%,49%,0%,34%)
(0.17/0.49/0.00/0.34)	

CMYK percentages

%16.57
%48.52
%0
%33.73

Codes

Color #8D57A9 in popluar color models

8D57A9
RGB14187169
HSL280°32.28%50.20%
HSB/HSV280°48.52%66.27%
CMYK16.57%48.52%0.00%
33.73%

Color #8D57A9 in popluar number systems.

HEX8D57A9
Decimal14187169
Binary10001101101011110101001
Octal215127251

Shades and tints

Shades of #8D57A9

#8D57A9
(141,87,169)
#81509A
(129,80,154)
#75498B
(117,73,139)
#69427C
(105,66,124)
#5D3B6D
(93,59,109)
#51345E
(81,52,94)
#452D4F
(69,45,79)
#392640
(57,38,64)
#2D1F31
(45,31,49)
#211822
(33,24,34)
#151113
(21,17,19)
#000000
(0,0,0)

Tints of #8D57A9

#8D57A9
(141,87,169)
#9766B0
(151,102,176)
#A175B7
(161,117,183)
#AB84BE
(171,132,190)
#B593C5
(181,147,197)
#BFA2CC
(191,162,204)
#C9B1D3
(201,177,211)
#D3C0DA
(211,192,218)
#DDCFE1
(221,207,225)
#E7DEE8
(231,222,232)
#F1EDEF
(241,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D57A9 color. Also use rgb(141,87,169) instead hex code.

Text Font Color

.myTextColor { color: #8D57A9; }

<p style="color:#8D57A9">This sample text font color is #8D57A9.</p>

This text font color is #8D57A9.


Background Color

.myBgColor { background-color: #8D57A9; }

<div style="background-color:#8D57A9">Inner text</div>

This div background color is #8D57A9.


Border color

.myBorderColor { border: 1px solid #8D57A9; }

<div style="border:3px solid #8D57A9">Div</div>

This div border color is #8D57A9.


Opacity

.myOpacity80 { color: #8D57A9; opacity: 0.8; }

<p style="color:#8D57A9;opacity:0.8;">80%</p>

Text with #8D57A9 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #8D57A9;}

<p style="text-shadow: 3px 3px 1px #8D57A9">Text here.</p>

This text has shadow with #8D57A9 color.

.textShadow {text-shadow: 3px 3px 1px #8D57A9, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #8D57A9, 5px 5px 20px red">Text here.</p>

This text has shadow with #8D57A9 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#8D57A9, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#8D57A9, Direction=45, Strength=4)">Text</p>

This text has shadow with #8D57A9 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #8D57A9;
  -webkit-box-shadow:	1px 1px 3px 2px #8D57A9;
  box-shadow:		1px 1px 3px 2px #8D57A9;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #8D57A9;
-webkit-box-shadow: 1px 1px 3px 2px #8D57A9;
box-shadow:1px 1px 3px 2px #8D57A9;">
Div content here</div>
This div box has shadow with color #8D57A9.

Preview

Color preview on black background

This text has color #8D57A9 on black background.


Color preview on white background

This text has color #8D57A9 on white background.



Black color preview on #8D57A9 background

This text has black color on #8D57A9 background.


White color preview on #8D57A9 background

This text has white color on #8D57A9 background.