COLOR #8D4688

HEX: #8D4688 RGB: (141,70,136)

Color info

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

RGB color model

#8D4688 color RGB value is (141,70,136).

RGB: (141,70,136) (55%, 27%, 53%)

RGB channels and saturation

R 141 of 255 = 55%
G 70 of 255 = 27%
B 136 of 255 = 53%

141
70
136

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

Portions of RGB colors in percentages

R + G + B = 141 + 70 + 136 = 347 (100%)
R 141 of 347 ~ 40.63%
G 70 of 347 ~ 20.17%
B 136 of 347 ~ 39.19'%

%40.63
%20.17
%39.19

CMYK color model

#8D4688 color CMYK value is (0,50,4,45).

  • cyan value is 0.00%
  • magenta value is 50.35%
  • yellow value is 3.55%
  • key color value is 44.71%
CMYK: (0,50,4,45) C0M50Y4K45 (0%,50%,4%,45%) (0.00/0.50/0.04/0.45) 

CMYK percentages

%0
%50.35
%3.55
%44.71

Codes

Color #8D4688 in popluar color models

8D 46 88
RGB 141 70 136
HSL 304° 33.65% 41.37%
HSB/HSV 304° 50.35% 55.29%
CMYK 0.00% 50.35% 3.55%
44.71%

Color #8D4688 in popluar number systems.

HEX 8D 46 88
Decimal 141 70 136
Binary 10001101 1000110 10001000
Octal 215 106 210

Shades and tints

Shades of #8D4688

#8D4688
(141,70,136)
#81407C
(129,64,124)
#753A70
(117,58,112)
#693464
(105,52,100)
#5D2E58
(93,46,88)
#51284C
(81,40,76)
#452240
(69,34,64)
#391C34
(57,28,52)
#2D1628
(45,22,40)
#21101C
(33,16,28)
#150A10
(21,10,16)
#000000
(0,0,0)

Tints of #8D4688

#8D4688
(141,70,136)
#975692
(151,86,146)
#A1669C
(161,102,156)
#AB76A6
(171,118,166)
#B586B0
(181,134,176)
#BF96BA
(191,150,186)
#C9A6C4
(201,166,196)
#D3B6CE
(211,182,206)
#DDC6D8
(221,198,216)
#E7D6E2
(231,214,226)
#F1E6EC
(241,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D4688; }

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

This text font color is #8D4688.

Background Color

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

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

This div background color is #8D4688.

Border color

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

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

This div border color is #8D4688.

Opacity

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

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

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

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

This text has shadow with #8D4688 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D4688.

Preview

Color preview on black background

This text has color #8D4688 on black background.


Color preview on white background

This text has color #8D4688 on white background.


Black color preview on #8D4688 background

This text has black color on #8D4688 background.


White color preview on #8D4688 background

This text has white color on #8D4688 background.


Related colors

Complementary color

Complementary color for #hex is #72B977.


I love getcolorcode.com

Triadic colors

1 #888D46 and #46888D with #8D4688 are triadic colors.

2 #88468D and #468D88 with #8D4688 are triadic colors.