COLOR #8D79AC

HEX: #8D79AC RGB: (141,121,172)

Color info

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

RGB color model

#8D79AC color RGB value is (141,121,172).

RGB: (141,121,172) (55%, 47%, 67%)

RGB channels and saturation

R 141 of 255 = 55%
G 121 of 255 = 47%
B 172 of 255 = 67%

141
121
172

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

Portions of RGB colors in percentages

R + G + B = 141 + 121 + 172 = 434 (100%)
R 141 of 434 ~ 32.49%
G 121 of 434 ~ 27.88%
B 172 of 434 ~ 39.63'%

%32.49
%27.88
%39.63

CMYK color model

#8D79AC color CMYK value is (18,30,0,33).

  • cyan value is 18.02%
  • magenta value is 29.65%
  • yellow value is 0.00%
  • key color value is 32.55%

CMYK: (18,30,0,33)
C18M30Y0K33 (18%, 30%, 0%, 33%)
(0.18 / 0.30 / 0.00 / 0.33)

CMYK percentages

%18.02
%29.65
%0
%32.55

Codes

Color #8D79AC in popluar color models

8D 79 AC
RGB 141 121 172
HSL 264° 23.50% 57.45%
HSB/HSV 264° 29.65% 67.45%
CMYK 18.02% 29.65% 0.00%
32.55%

Color #8D79AC in popluar number systems.

HEX 8D 79 AC
Decimal 141 121 172
Binary 10001101 1111001 10101100
Octal 215 171 254

Shades and tints

Shades of #8D79AC

#8D79AC
(141,121,172)
#816E9D
(129,110,157)
#75638E
(117,99,142)
#69587F
(105,88,127)
#5D4D70
(93,77,112)
#514261
(81,66,97)
#453752
(69,55,82)
#392C43
(57,44,67)
#2D2134
(45,33,52)
#211625
(33,22,37)
#150B16
(21,11,22)
#000000
(0,0,0)

Tints of #8D79AC

#8D79AC
(141,121,172)
#9785B3
(151,133,179)
#A191BA
(161,145,186)
#AB9DC1
(171,157,193)
#B5A9C8
(181,169,200)
#BFB5CF
(191,181,207)
#C9C1D6
(201,193,214)
#D3CDDD
(211,205,221)
#DDD9E4
(221,217,228)
#E7E5EB
(231,229,235)
#F1F1F2
(241,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D79AC; }

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

This text font color is #8D79AC.

Background Color

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

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

This div background color is #8D79AC.

Border color

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

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

This div border color is #8D79AC.

Opacity

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

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

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

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

This text has shadow with #8D79AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D79AC.

Preview

Color preview on black background

This text has color #8D79AC on black background.


Color preview on white background

This text has color #8D79AC on white background.


Black color preview on #8D79AC background

This text has black color on #8D79AC background.


White color preview on #8D79AC background

This text has white color on #8D79AC background.


Related colors

Complementary color

Complementary color for #hex is #728653.


I love getcolorcode.com

Triadic colors

1 #AC8D79 and #79AC8D with #8D79AC are triadic colors.

2 #AC798D and #798DAC with #8D79AC are triadic colors.