COLOR #8D79AB

HEX: #8D79AB
RGB: (141,121,171)

Color info

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

RGB color model

#8D79AB color RGB value is (141,121,171).

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

RGB channels and saturation

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

141
121
171

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

Portions of RGB colors in percentages

R + G + B =
141 + 121 + 171 = 433 (100%)
R 141 of 433 ~ 32.56%
G 121 of 433 ~ 27.94%
B 171 of 433 ~ 39.49%

%32.56
%27.94
%39.49

CMYK color model

#8D79AB color CMYK value is (18,29,0,33).

  • cyan value is 17.54%
  • magenta value is 29.24%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(18,29,0,33)
C18M29Y0K33 
(18%,29%,0%,33%)
(0.18/0.29/0.00/0.33)	

CMYK percentages

%17.54
%29.24
%0
%32.94

Codes

Color #8D79AB in popluar color models

8D79AB
RGB141121171
HSL264°22.94%57.25%
HSB/HSV264°29.24%67.06%
CMYK17.54%29.24%0.00%
32.94%

Color #8D79AB in popluar number systems.

HEX8D79AB
Decimal141121171
Binary10001101111100110101011
Octal215171253

Shades and tints

Shades of #8D79AB

#8D79AB
(141,121,171)
#816E9C
(129,110,156)
#75638D
(117,99,141)
#69587E
(105,88,126)
#5D4D6F
(93,77,111)
#514260
(81,66,96)
#453751
(69,55,81)
#392C42
(57,44,66)
#2D2133
(45,33,51)
#211624
(33,22,36)
#150B15
(21,11,21)
#000000
(0,0,0)

Tints of #8D79AB

#8D79AB
(141,121,171)
#9785B2
(151,133,178)
#A191B9
(161,145,185)
#AB9DC0
(171,157,192)
#B5A9C7
(181,169,199)
#BFB5CE
(191,181,206)
#C9C1D5
(201,193,213)
#D3CDDC
(211,205,220)
#DDD9E3
(221,217,227)
#E7E5EA
(231,229,234)
#F1F1F1
(241,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D79AB; }

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

This text font color is #8D79AB.


Background Color

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

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

This div background color is #8D79AB.


Border color

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

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

This div border color is #8D79AB.


Opacity

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

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

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

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

This text has shadow with #8D79AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D79AB on black background.


Color preview on white background

This text has color #8D79AB on white background.



Black color preview on #8D79AB background

This text has black color on #8D79AB background.


White color preview on #8D79AB background

This text has white color on #8D79AB background.