COLOR #8D438D

HEX: #8D438D
RGB: (141,67,141)

Color info

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

RGB color model

#8D438D color RGB value is (141,67,141).

  • red value is 141;
  • green value is 67;
  • blue value is 141.
RGB:
(141,67,141)
(55%,26%,55%)

RGB channels and saturation

R 141 of 255 = 55%
G 67 of 255 = 26%
B 141 of 255 = 55%

141
67
141

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

Portions of RGB colors in percentages

R + G + B =
141 + 67 + 141 = 349 (100%)
R 141 of 349 ~ 40.4%
G 67 of 349 ~ 19.2%
B 141 of 349 ~ 40.4%

%40.4
%19.2
%40.4

CMYK color model

#8D438D color CMYK value is (0,52,0,45).

  • cyan value is 0.00%
  • magenta value is 52.48%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(0,52,0,45)
C0M52Y0K45 
(0%,52%,0%,45%)
(0.00/0.52/0.00/0.45)	

CMYK percentages

%0
%52.48
%0
%44.71

Codes

Color #8D438D in popluar color models

8D438D
RGB14167141
HSL300°35.58%40.78%
HSB/HSV300°52.48%55.29%
CMYK0.00%52.48%0.00%
44.71%

Color #8D438D in popluar number systems.

HEX8D438D
Decimal14167141
Binary10001101100001110001101
Octal215103215

Shades and tints

Shades of #8D438D

#8D438D
(141,67,141)
#813D81
(129,61,129)
#753775
(117,55,117)
#693169
(105,49,105)
#5D2B5D
(93,43,93)
#512551
(81,37,81)
#451F45
(69,31,69)
#391939
(57,25,57)
#2D132D
(45,19,45)
#210D21
(33,13,33)
#150715
(21,7,21)
#000000
(0,0,0)

Tints of #8D438D

#8D438D
(141,67,141)
#975497
(151,84,151)
#A165A1
(161,101,161)
#AB76AB
(171,118,171)
#B587B5
(181,135,181)
#BF98BF
(191,152,191)
#C9A9C9
(201,169,201)
#D3BAD3
(211,186,211)
#DDCBDD
(221,203,221)
#E7DCE7
(231,220,231)
#F1EDF1
(241,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D438D; }

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

This text font color is #8D438D.


Background Color

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

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

This div background color is #8D438D.


Border color

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

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

This div border color is #8D438D.


Opacity

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

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

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

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

This text has shadow with #8D438D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D438D on black background.


Color preview on white background

This text has color #8D438D on white background.



Black color preview on #8D438D background

This text has black color on #8D438D background.


White color preview on #8D438D background

This text has white color on #8D438D background.