COLOR #8D79AA

HEX: #8D79AA
RGB: (141,121,170)

Color info

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

RGB color model

#8D79AA color RGB value is (141,121,170).

  • red value is 141;
  • green value is 121;
  • blue value is 170.
RGB:
(141,121,170)
(55%,47%,67%)

RGB channels and saturation

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

141
121
170

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

Portions of RGB colors in percentages

R + G + B =
141 + 121 + 170 = 432 (100%)
R 141 of 432 ~ 32.64%
G 121 of 432 ~ 28.01%
B 170 of 432 ~ 39.35%

%32.64
%28.01
%39.35

CMYK color model

#8D79AA color CMYK value is (17,29,0,33).

  • cyan value is 17.06%
  • magenta value is 28.82%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(17,29,0,33)
C17M29Y0K33 
(17%,29%,0%,33%)
(0.17/0.29/0.00/0.33)	

CMYK percentages

%17.06
%28.82
%0
%33.33

Codes

Color #8D79AA in popluar color models

8D79AA
RGB141121170
HSL264°22.37%57.06%
HSB/HSV264°28.82%66.67%
CMYK17.06%28.82%0.00%
33.33%

Color #8D79AA in popluar number systems.

HEX8D79AA
Decimal141121170
Binary10001101111100110101010
Octal215171252

Shades and tints

Shades of #8D79AA

#8D79AA
(141,121,170)
#816E9B
(129,110,155)
#75638C
(117,99,140)
#69587D
(105,88,125)
#5D4D6E
(93,77,110)
#51425F
(81,66,95)
#453750
(69,55,80)
#392C41
(57,44,65)
#2D2132
(45,33,50)
#211623
(33,22,35)
#150B14
(21,11,20)
#000000
(0,0,0)

Tints of #8D79AA

#8D79AA
(141,121,170)
#9785B1
(151,133,177)
#A191B8
(161,145,184)
#AB9DBF
(171,157,191)
#B5A9C6
(181,169,198)
#BFB5CD
(191,181,205)
#C9C1D4
(201,193,212)
#D3CDDB
(211,205,219)
#DDD9E2
(221,217,226)
#E7E5E9
(231,229,233)
#F1F1F0
(241,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D79AA; }

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

This text font color is #8D79AA.


Background Color

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

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

This div background color is #8D79AA.


Border color

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

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

This div border color is #8D79AA.


Opacity

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

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

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

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

This text has shadow with #8D79AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D79AA on black background.


Color preview on white background

This text has color #8D79AA on white background.



Black color preview on #8D79AA background

This text has black color on #8D79AA background.


White color preview on #8D79AA background

This text has white color on #8D79AA background.