COLOR #8D79AE

HEX: #8D79AE
RGB: (141,121,174)

Color info

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

RGB color model

#8D79AE color RGB value is (141,121,174).

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

RGB channels and saturation

R 141 of 255 = 55%
G 121 of 255 = 47%
B 174 of 255 = 68%

141
121
174

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

Portions of RGB colors in percentages

R + G + B =
141 + 121 + 174 = 436 (100%)
R 141 of 436 ~ 32.34%
G 121 of 436 ~ 27.75%
B 174 of 436 ~ 39.91%

%32.34
%27.75
%39.91

CMYK color model

#8D79AE color CMYK value is (19,30,0,32).

  • cyan value is 18.97%
  • magenta value is 30.46%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(19,30,0,32)
C19M30Y0K32 
(19%,30%,0%,32%)
(0.19/0.30/0.00/0.32)	

CMYK percentages

%18.97
%30.46
%0
%31.76

Codes

Color #8D79AE in popluar color models

8D79AE
RGB141121174
HSL263°24.65%57.84%
HSB/HSV263°30.46%68.24%
CMYK18.97%30.46%0.00%
31.76%

Color #8D79AE in popluar number systems.

HEX8D79AE
Decimal141121174
Binary10001101111100110101110
Octal215171256

Shades and tints

Shades of #8D79AE

#8D79AE
(141,121,174)
#816E9F
(129,110,159)
#756390
(117,99,144)
#695881
(105,88,129)
#5D4D72
(93,77,114)
#514263
(81,66,99)
#453754
(69,55,84)
#392C45
(57,44,69)
#2D2136
(45,33,54)
#211627
(33,22,39)
#150B18
(21,11,24)
#000000
(0,0,0)

Tints of #8D79AE

#8D79AE
(141,121,174)
#9785B5
(151,133,181)
#A191BC
(161,145,188)
#AB9DC3
(171,157,195)
#B5A9CA
(181,169,202)
#BFB5D1
(191,181,209)
#C9C1D8
(201,193,216)
#D3CDDF
(211,205,223)
#DDD9E6
(221,217,230)
#E7E5ED
(231,229,237)
#F1F1F4
(241,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D79AE; }

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

This text font color is #8D79AE.


Background Color

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

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

This div background color is #8D79AE.


Border color

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

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

This div border color is #8D79AE.


Opacity

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

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

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

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

This text has shadow with #8D79AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D79AE on black background.


Color preview on white background

This text has color #8D79AE on white background.



Black color preview on #8D79AE background

This text has black color on #8D79AE background.


White color preview on #8D79AE background

This text has white color on #8D79AE background.