COLOR #8D2E9D

HEX: #8D2E9D
RGB: (141,46,157)

Color info

#8D2E9D contains mainly red and blue colors. Web safe color of #8D2E9D is #993399 (or #939).

RGB color model

#8D2E9D color RGB value is (141,46,157).

  • red value is 141;
  • green value is 46;
  • blue value is 157.
RGB:
(141,46,157)
(55%,18%,62%)

RGB channels and saturation

R 141 of 255 = 55%
G 46 of 255 = 18%
B 157 of 255 = 62%

141
46
157

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

Portions of RGB colors in percentages

R + G + B =
141 + 46 + 157 = 344 (100%)
R 141 of 344 ~ 40.99%
G 46 of 344 ~ 13.37%
B 157 of 344 ~ 45.64%

%40.99
%13.37
%45.64

CMYK color model

#8D2E9D color CMYK value is (10,71,0,38).

  • cyan value is 10.19%
  • magenta value is 70.70%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(10,71,0,38)
C10M71Y0K38 
(10%,71%,0%,38%)
(0.10/0.71/0.00/0.38)	

CMYK percentages

%10.19
%70.7
%0
%38.43

Codes

Color #8D2E9D in popluar color models

8D2E9D
RGB14146157
HSL291°54.68%39.80%
HSB/HSV291°70.70%61.57%
CMYK10.19%70.70%0.00%
38.43%

Color #8D2E9D in popluar number systems.

HEX8D2E9D
Decimal14146157
Binary1000110110111010011101
Octal21556235

Shades and tints

Shades of #8D2E9D

#8D2E9D
(141,46,157)
#812A8F
(129,42,143)
#752681
(117,38,129)
#692273
(105,34,115)
#5D1E65
(93,30,101)
#511A57
(81,26,87)
#451649
(69,22,73)
#39123B
(57,18,59)
#2D0E2D
(45,14,45)
#210A1F
(33,10,31)
#150611
(21,6,17)
#000000
(0,0,0)

Tints of #8D2E9D

#8D2E9D
(141,46,157)
#9741A5
(151,65,165)
#A154AD
(161,84,173)
#AB67B5
(171,103,181)
#B57ABD
(181,122,189)
#BF8DC5
(191,141,197)
#C9A0CD
(201,160,205)
#D3B3D5
(211,179,213)
#DDC6DD
(221,198,221)
#E7D9E5
(231,217,229)
#F1ECED
(241,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D2E9D color. Also use rgb(141,46,157) instead hex code.

Text Font Color

.myTextColor { color: #8D2E9D; }

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

This text font color is #8D2E9D.


Background Color

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

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

This div background color is #8D2E9D.


Border color

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

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

This div border color is #8D2E9D.


Opacity

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

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

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

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

This text has shadow with #8D2E9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D2E9D on black background.


Color preview on white background

This text has color #8D2E9D on white background.



Black color preview on #8D2E9D background

This text has black color on #8D2E9D background.


White color preview on #8D2E9D background

This text has white color on #8D2E9D background.