COLOR #8D50B7

HEX: #8D50B7 RGB: (141,80,183)

Color info

#8D50B7 contains mainly red and blue colors. Web safe color of #8D50B7 is #9966CC (or #96C).

RGB color model

#8D50B7 color RGB value is (141,80,183).

RGB: (141,80,183) (55%, 31%, 72%)

RGB channels and saturation

R 141 of 255 = 55%
G 80 of 255 = 31%
B 183 of 255 = 72%

141
80
183

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

Portions of RGB colors in percentages

R + G + B = 141 + 80 + 183 = 404 (100%)
R 141 of 404 ~ 34.9%
G 80 of 404 ~ 19.8%
B 183 of 404 ~ 45.3'%

%34.9
%19.8
%45.3

CMYK color model

#8D50B7 color CMYK value is (23,56,0,28).

  • cyan value is 22.95%
  • magenta value is 56.28%
  • yellow value is 0.00%
  • key color value is 28.24%

CMYK: (23,56,0,28)
C23M56Y0K28 (23%, 56%, 0%, 28%)
(0.23 / 0.56 / 0.00 / 0.28)

CMYK percentages

%22.95
%56.28
%0
%28.24

Codes

Color #8D50B7 in popluar color models

8D 50 B7
RGB 141 80 183
HSL 276° 41.70% 51.57%
HSB/HSV 276° 56.28% 71.76%
CMYK 22.95% 56.28% 0.00%
28.24%

Color #8D50B7 in popluar number systems.

HEX 8D 50 B7
Decimal 141 80 183
Binary 10001101 1010000 10110111
Octal 215 120 267

Shades and tints

Shades of #8D50B7

#8D50B7
(141,80,183)
#8149A7
(129,73,167)
#754297
(117,66,151)
#693B87
(105,59,135)
#5D3477
(93,52,119)
#512D67
(81,45,103)
#452657
(69,38,87)
#391F47
(57,31,71)
#2D1837
(45,24,55)
#211127
(33,17,39)
#150A17
(21,10,23)
#000000
(0,0,0)

Tints of #8D50B7

#8D50B7
(141,80,183)
#975FBD
(151,95,189)
#A16EC3
(161,110,195)
#AB7DC9
(171,125,201)
#B58CCF
(181,140,207)
#BF9BD5
(191,155,213)
#C9AADB
(201,170,219)
#D3B9E1
(211,185,225)
#DDC8E7
(221,200,231)
#E7D7ED
(231,215,237)
#F1E6F3
(241,230,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D50B7; }

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

This text font color is #8D50B7.

Background Color

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

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

This div background color is #8D50B7.

Border color

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

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

This div border color is #8D50B7.

Opacity

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

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

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

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

This text has shadow with #8D50B7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D50B7.

Preview

Color preview on black background

This text has color #8D50B7 on black background.


Color preview on white background

This text has color #8D50B7 on white background.


Black color preview on #8D50B7 background

This text has black color on #8D50B7 background.


White color preview on #8D50B7 background

This text has white color on #8D50B7 background.


Related colors

Complementary color

Complementary color for #hex is #72AF48.


I love getcolorcode.com

Triadic colors

1 #B78D50 and #50B78D with #8D50B7 are triadic colors.

2 #B7508D and #508DB7 with #8D50B7 are triadic colors.