COLOR #8D38AD

HEX: #8D38AD
RGB: (141,56,173)

Color info

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

RGB color model

#8D38AD color RGB value is (141,56,173).

  • red value is 141;
  • green value is 56;
  • blue value is 173.
RGB:
(141,56,173)
(55%,22%,68%)

RGB channels and saturation

R 141 of 255 = 55%
G 56 of 255 = 22%
B 173 of 255 = 68%

141
56
173

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

Portions of RGB colors in percentages

R + G + B =
141 + 56 + 173 = 370 (100%)
R 141 of 370 ~ 38.11%
G 56 of 370 ~ 15.14%
B 173 of 370 ~ 46.76%

%38.11
%15.14
%46.76

CMYK color model

#8D38AD color CMYK value is (18,68,0,32).

  • cyan value is 18.50%
  • magenta value is 67.63%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(18,68,0,32)
C18M68Y0K32 
(18%,68%,0%,32%)
(0.18/0.68/0.00/0.32)	

CMYK percentages

%18.5
%67.63
%0
%32.16

Codes

Color #8D38AD in popluar color models

8D38AD
RGB14156173
HSL284°51.09%44.90%
HSB/HSV284°67.63%67.84%
CMYK18.50%67.63%0.00%
32.16%

Color #8D38AD in popluar number systems.

HEX8D38AD
Decimal14156173
Binary1000110111100010101101
Octal21570255

Shades and tints

Shades of #8D38AD

#8D38AD
(141,56,173)
#81339E
(129,51,158)
#752E8F
(117,46,143)
#692980
(105,41,128)
#5D2471
(93,36,113)
#511F62
(81,31,98)
#451A53
(69,26,83)
#391544
(57,21,68)
#2D1035
(45,16,53)
#210B26
(33,11,38)
#150617
(21,6,23)
#000000
(0,0,0)

Tints of #8D38AD

#8D38AD
(141,56,173)
#974AB4
(151,74,180)
#A15CBB
(161,92,187)
#AB6EC2
(171,110,194)
#B580C9
(181,128,201)
#BF92D0
(191,146,208)
#C9A4D7
(201,164,215)
#D3B6DE
(211,182,222)
#DDC8E5
(221,200,229)
#E7DAEC
(231,218,236)
#F1ECF3
(241,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D38AD color. Also use rgb(141,56,173) instead hex code.

Text Font Color

.myTextColor { color: #8D38AD; }

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

This text font color is #8D38AD.


Background Color

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

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

This div background color is #8D38AD.


Border color

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

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

This div border color is #8D38AD.


Opacity

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

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

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

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

This text has shadow with #8D38AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D38AD on black background.


Color preview on white background

This text has color #8D38AD on white background.



Black color preview on #8D38AD background

This text has black color on #8D38AD background.


White color preview on #8D38AD background

This text has white color on #8D38AD background.