COLOR #8D38A1

HEX: #8D38A1
RGB: (141,56,161)

Color info

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

RGB color model

#8D38A1 color RGB value is (141,56,161).

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

RGB channels and saturation

R 141 of 255 = 55%
G 56 of 255 = 22%
B 161 of 255 = 63%

141
56
161

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

Portions of RGB colors in percentages

R + G + B =
141 + 56 + 161 = 358 (100%)
R 141 of 358 ~ 39.39%
G 56 of 358 ~ 15.64%
B 161 of 358 ~ 44.97%

%39.39
%15.64
%44.97

CMYK color model

#8D38A1 color CMYK value is (12,65,0,37).

  • cyan value is 12.42%
  • magenta value is 65.22%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(12,65,0,37)
C12M65Y0K37 
(12%,65%,0%,37%)
(0.12/0.65/0.00/0.37)	

CMYK percentages

%12.42
%65.22
%0
%36.86

Codes

Color #8D38A1 in popluar color models

8D38A1
RGB14156161
HSL289°48.39%42.55%
HSB/HSV289°65.22%63.14%
CMYK12.42%65.22%0.00%
36.86%

Color #8D38A1 in popluar number systems.

HEX8D38A1
Decimal14156161
Binary1000110111100010100001
Octal21570241

Shades and tints

Shades of #8D38A1

#8D38A1
(141,56,161)
#813393
(129,51,147)
#752E85
(117,46,133)
#692977
(105,41,119)
#5D2469
(93,36,105)
#511F5B
(81,31,91)
#451A4D
(69,26,77)
#39153F
(57,21,63)
#2D1031
(45,16,49)
#210B23
(33,11,35)
#150615
(21,6,21)
#000000
(0,0,0)

Tints of #8D38A1

#8D38A1
(141,56,161)
#974AA9
(151,74,169)
#A15CB1
(161,92,177)
#AB6EB9
(171,110,185)
#B580C1
(181,128,193)
#BF92C9
(191,146,201)
#C9A4D1
(201,164,209)
#D3B6D9
(211,182,217)
#DDC8E1
(221,200,225)
#E7DAE9
(231,218,233)
#F1ECF1
(241,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D38A1; }

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

This text font color is #8D38A1.


Background Color

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

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

This div background color is #8D38A1.


Border color

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

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

This div border color is #8D38A1.


Opacity

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

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

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

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

This text has shadow with #8D38A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D38A1 on black background.


Color preview on white background

This text has color #8D38A1 on white background.



Black color preview on #8D38A1 background

This text has black color on #8D38A1 background.


White color preview on #8D38A1 background

This text has white color on #8D38A1 background.