COLOR #8D6A99

HEX: #8D6A99
RGB: (141,106,153)

Color info

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

RGB color model

#8D6A99 color RGB value is (141,106,153).

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

RGB channels and saturation

R 141 of 255 = 55%
G 106 of 255 = 42%
B 153 of 255 = 60%

141
106
153

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

Portions of RGB colors in percentages

R + G + B =
141 + 106 + 153 = 400 (100%)
R 141 of 400 ~ 35.25%
G 106 of 400 ~ 26.5%
B 153 of 400 ~ 38.25%

%35.25
%26.5
%38.25

CMYK color model

#8D6A99 color CMYK value is (8,31,0,40).

  • cyan value is 7.84%
  • magenta value is 30.72%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK: (8,31,0,40) C8M31Y0K40 (8%,31%,0%,40%) (0.08/0.31/0.00/0.40)

CMYK percentages

%7.84
%30.72
%0
%40

Codes

Color #8D6A99 in popluar color models

8D6A99
RGB141106153
HSL285°18.73%50.78%
HSB/HSV285°30.72%60.00%
CMYK7.84%30.72%0.00%
40.00%

Color #8D6A99 in popluar number systems.

HEX8D6A99
Decimal141106153
Binary10001101110101010011001
Octal215152231

Shades and tints

Shades of #8D6A99

#8D6A99
(141,106,153)
#81618C
(129,97,140)
#75587F
(117,88,127)
#694F72
(105,79,114)
#5D4665
(93,70,101)
#513D58
(81,61,88)
#45344B
(69,52,75)
#392B3E
(57,43,62)
#2D2231
(45,34,49)
#211924
(33,25,36)
#151017
(21,16,23)
#000000
(0,0,0)

Tints of #8D6A99

#8D6A99
(141,106,153)
#9777A2
(151,119,162)
#A184AB
(161,132,171)
#AB91B4
(171,145,180)
#B59EBD
(181,158,189)
#BFABC6
(191,171,198)
#C9B8CF
(201,184,207)
#D3C5D8
(211,197,216)
#DDD2E1
(221,210,225)
#E7DFEA
(231,223,234)
#F1ECF3
(241,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D6A99; }

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

This text font color is #8D6A99.


Background Color

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

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

This div background color is #8D6A99.


Border color

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

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

This div border color is #8D6A99.


Opacity

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

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

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

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

This text has shadow with #8D6A99 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #8D6A99 on black background.


Color preview on white background

This text has color #8D6A99 on white background.



Black color preview on #8D6A99 background

This text has black color on #8D6A99 background.


White color preview on #8D6A99 background

This text has white color on #8D6A99 background.