COLOR #8D50A5

HEX: #8D50A5
RGB: (141,80,165)

Color info

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

RGB color model

#8D50A5 color RGB value is (141,80,165).

  • red value is 141;
  • green value is 80;
  • blue value is 165.
RGB:
(141,80,165)
(55%,31%,65%)

RGB channels and saturation

R 141 of 255 = 55%
G 80 of 255 = 31%
B 165 of 255 = 65%

141
80
165

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

Portions of RGB colors in percentages

R + G + B =
141 + 80 + 165 = 386 (100%)
R 141 of 386 ~ 36.53%
G 80 of 386 ~ 20.73%
B 165 of 386 ~ 42.75%

%36.53
%20.73
%42.75

CMYK color model

#8D50A5 color CMYK value is (15,52,0,35).

  • cyan value is 14.55%
  • magenta value is 51.52%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(15,52,0,35)
C15M52Y0K35 
(15%,52%,0%,35%)
(0.15/0.52/0.00/0.35)	

CMYK percentages

%14.55
%51.52
%0
%35.29

Codes

Color #8D50A5 in popluar color models

8D50A5
RGB14180165
HSL283°34.69%48.04%
HSB/HSV283°51.52%64.71%
CMYK14.55%51.52%0.00%
35.29%

Color #8D50A5 in popluar number systems.

HEX8D50A5
Decimal14180165
Binary10001101101000010100101
Octal215120245

Shades and tints

Shades of #8D50A5

#8D50A5
(141,80,165)
#814996
(129,73,150)
#754287
(117,66,135)
#693B78
(105,59,120)
#5D3469
(93,52,105)
#512D5A
(81,45,90)
#45264B
(69,38,75)
#391F3C
(57,31,60)
#2D182D
(45,24,45)
#21111E
(33,17,30)
#150A0F
(21,10,15)
#000000
(0,0,0)

Tints of #8D50A5

#8D50A5
(141,80,165)
#975FAD
(151,95,173)
#A16EB5
(161,110,181)
#AB7DBD
(171,125,189)
#B58CC5
(181,140,197)
#BF9BCD
(191,155,205)
#C9AAD5
(201,170,213)
#D3B9DD
(211,185,221)
#DDC8E5
(221,200,229)
#E7D7ED
(231,215,237)
#F1E6F5
(241,230,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D50A5 color. Also use rgb(141,80,165) instead hex code.

Text Font Color

.myTextColor { color: #8D50A5; }

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

This text font color is #8D50A5.


Background Color

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

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

This div background color is #8D50A5.


Border color

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

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

This div border color is #8D50A5.


Opacity

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

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

Text with #8D50A5 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 #8D50A5;}

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

This text has shadow with #8D50A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D50A5 on black background.


Color preview on white background

This text has color #8D50A5 on white background.



Black color preview on #8D50A5 background

This text has black color on #8D50A5 background.


White color preview on #8D50A5 background

This text has white color on #8D50A5 background.