COLOR #8D6487

HEX: #8D6487
RGB: (141,100,135)

Color info

#8D6487 contains red, green and blue colors in about the same proportion. Web safe color of #8D6487 is #996699 (or #969).

RGB color model

#8D6487 color RGB value is (141,100,135).

  • red value is 141;
  • green value is 100;
  • blue value is 135.
RGB:
(141,100,135)
(55%,39%,53%)

RGB channels and saturation

R 141 of 255 = 55%
G 100 of 255 = 39%
B 135 of 255 = 53%

141
100
135

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

Portions of RGB colors in percentages

R + G + B =
141 + 100 + 135 = 376 (100%)
R 141 of 376 ~ 37.5%
G 100 of 376 ~ 26.6%
B 135 of 376 ~ 35.9%

%37.5
%26.6
%35.9

CMYK color model

#8D6487 color CMYK value is (0,29,4,45).

  • cyan value is 0.00%
  • magenta value is 29.08%
  • yellow value is 4.26%
  • key color value is 44.71%
CMYK:
(0,29,4,45)
C0M29Y4K45 
(0%,29%,4%,45%)
(0.00/0.29/0.04/0.45)	

CMYK percentages

%0
%29.08
%4.26
%44.71

Codes

Color #8D6487 in popluar color models

8D6487
RGB141100135
HSL309°17.01%47.25%
HSB/HSV309°29.08%55.29%
CMYK0.00%29.08%4.26%
44.71%

Color #8D6487 in popluar number systems.

HEX8D6487
Decimal141100135
Binary10001101110010010000111
Octal215144207

Shades and tints

Shades of #8D6487

#8D6487
(141,100,135)
#815B7B
(129,91,123)
#75526F
(117,82,111)
#694963
(105,73,99)
#5D4057
(93,64,87)
#51374B
(81,55,75)
#452E3F
(69,46,63)
#392533
(57,37,51)
#2D1C27
(45,28,39)
#21131B
(33,19,27)
#150A0F
(21,10,15)
#000000
(0,0,0)

Tints of #8D6487

#8D6487
(141,100,135)
#977291
(151,114,145)
#A1809B
(161,128,155)
#AB8EA5
(171,142,165)
#B59CAF
(181,156,175)
#BFAAB9
(191,170,185)
#C9B8C3
(201,184,195)
#D3C6CD
(211,198,205)
#DDD4D7
(221,212,215)
#E7E2E1
(231,226,225)
#F1F0EB
(241,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D6487; }

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

This text font color is #8D6487.


Background Color

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

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

This div background color is #8D6487.


Border color

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

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

This div border color is #8D6487.


Opacity

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

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

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

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

This text has shadow with #8D6487 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D6487 on black background.


Color preview on white background

This text has color #8D6487 on white background.



Black color preview on #8D6487 background

This text has black color on #8D6487 background.


White color preview on #8D6487 background

This text has white color on #8D6487 background.