COLOR #8D509B

HEX: #8D509B
RGB: (141,80,155)

Color info

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

RGB color model

#8D509B color RGB value is (141,80,155).

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

RGB channels and saturation

R 141 of 255 = 55%
G 80 of 255 = 31%
B 155 of 255 = 61%

141
80
155

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

Portions of RGB colors in percentages

R + G + B =
141 + 80 + 155 = 376 (100%)
R 141 of 376 ~ 37.5%
G 80 of 376 ~ 21.28%
B 155 of 376 ~ 41.22%

%37.5
%21.28
%41.22

CMYK color model

#8D509B color CMYK value is (9,48,0,39).

  • cyan value is 9.03%
  • magenta value is 48.39%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(9,48,0,39)
C9M48Y0K39 
(9%,48%,0%,39%)
(0.09/0.48/0.00/0.39)	

CMYK percentages

%9.03
%48.39
%0
%39.22

Codes

Color #8D509B in popluar color models

8D509B
RGB14180155
HSL289°31.91%46.08%
HSB/HSV289°48.39%60.78%
CMYK9.03%48.39%0.00%
39.22%

Color #8D509B in popluar number systems.

HEX8D509B
Decimal14180155
Binary10001101101000010011011
Octal215120233

Shades and tints

Shades of #8D509B

#8D509B
(141,80,155)
#81498D
(129,73,141)
#75427F
(117,66,127)
#693B71
(105,59,113)
#5D3463
(93,52,99)
#512D55
(81,45,85)
#452647
(69,38,71)
#391F39
(57,31,57)
#2D182B
(45,24,43)
#21111D
(33,17,29)
#150A0F
(21,10,15)
#000000
(0,0,0)

Tints of #8D509B

#8D509B
(141,80,155)
#975FA4
(151,95,164)
#A16EAD
(161,110,173)
#AB7DB6
(171,125,182)
#B58CBF
(181,140,191)
#BF9BC8
(191,155,200)
#C9AAD1
(201,170,209)
#D3B9DA
(211,185,218)
#DDC8E3
(221,200,227)
#E7D7EC
(231,215,236)
#F1E6F5
(241,230,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D509B; }

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

This text font color is #8D509B.


Background Color

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

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

This div background color is #8D509B.


Border color

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

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

This div border color is #8D509B.


Opacity

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

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

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

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

This text has shadow with #8D509B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D509B on black background.


Color preview on white background

This text has color #8D509B on white background.



Black color preview on #8D509B background

This text has black color on #8D509B background.


White color preview on #8D509B background

This text has white color on #8D509B background.