COLOR #8D4B6A

HEX: #8D4B6A
RGB: (141,75,106)

Color info

#8D4B6A contains mainly red and blue colors. Web safe color of #8D4B6A is #993366 (or #936).

RGB color model

#8D4B6A color RGB value is (141,75,106).

  • red value is 141;
  • green value is 75;
  • blue value is 106.
RGB:
(141,75,106)
(55%,29%,42%)

RGB channels and saturation

R 141 of 255 = 55%
G 75 of 255 = 29%
B 106 of 255 = 42%

141
75
106

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

Portions of RGB colors in percentages

R + G + B =
141 + 75 + 106 = 322 (100%)
R 141 of 322 ~ 43.79%
G 75 of 322 ~ 23.29%
B 106 of 322 ~ 32.92%

%43.79
%23.29
%32.92

CMYK color model

#8D4B6A color CMYK value is (0,47,25,45).

  • cyan value is 0.00%
  • magenta value is 46.81%
  • yellow value is 24.82%
  • key color value is 44.71%
CMYK:
(0,47,25,45)
C0M47Y25K45 
(0%,47%,25%,45%)
(0.00/0.47/0.25/0.45)	

CMYK percentages

%0
%46.81
%24.82
%44.71

Codes

Color #8D4B6A in popluar color models

8D4B6A
RGB14175106
HSL332°30.56%42.35%
HSB/HSV332°46.81%55.29%
CMYK0.00%46.81%24.82%
44.71%

Color #8D4B6A in popluar number systems.

HEX8D4B6A
Decimal14175106
Binary1000110110010111101010
Octal215113152

Shades and tints

Shades of #8D4B6A

#8D4B6A
(141,75,106)
#814561
(129,69,97)
#753F58
(117,63,88)
#69394F
(105,57,79)
#5D3346
(93,51,70)
#512D3D
(81,45,61)
#452734
(69,39,52)
#39212B
(57,33,43)
#2D1B22
(45,27,34)
#211519
(33,21,25)
#150F10
(21,15,16)
#000000
(0,0,0)

Tints of #8D4B6A

#8D4B6A
(141,75,106)
#975B77
(151,91,119)
#A16B84
(161,107,132)
#AB7B91
(171,123,145)
#B58B9E
(181,139,158)
#BF9BAB
(191,155,171)
#C9ABB8
(201,171,184)
#D3BBC5
(211,187,197)
#DDCBD2
(221,203,210)
#E7DBDF
(231,219,223)
#F1EBEC
(241,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D4B6A; }

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

This text font color is #8D4B6A.


Background Color

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

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

This div background color is #8D4B6A.


Border color

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

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

This div border color is #8D4B6A.


Opacity

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

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

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

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

This text has shadow with #8D4B6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D4B6A on black background.


Color preview on white background

This text has color #8D4B6A on white background.



Black color preview on #8D4B6A background

This text has black color on #8D4B6A background.


White color preview on #8D4B6A background

This text has white color on #8D4B6A background.