COLOR #8D79B5

HEX: #8D79B5
RGB: (141,121,181)

Color info

#8D79B5 contains mainly red and blue colors. Web safe color of #8D79B5 is #9966CC (or #96C).

RGB color model

#8D79B5 color RGB value is (141,121,181).

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

RGB channels and saturation

R 141 of 255 = 55%
G 121 of 255 = 47%
B 181 of 255 = 71%

141
121
181

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

Portions of RGB colors in percentages

R + G + B =
141 + 121 + 181 = 443 (100%)
R 141 of 443 ~ 31.83%
G 121 of 443 ~ 27.31%
B 181 of 443 ~ 40.86%

%31.83
%27.31
%40.86

CMYK color model

#8D79B5 color CMYK value is (22,33,0,29).

  • cyan value is 22.10%
  • magenta value is 33.15%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(22,33,0,29)
C22M33Y0K29 
(22%,33%,0%,29%)
(0.22/0.33/0.00/0.29)	

CMYK percentages

%22.1
%33.15
%0
%29.02

Codes

Color #8D79B5 in popluar color models

8D79B5
RGB141121181
HSL260°28.85%59.22%
HSB/HSV260°33.15%70.98%
CMYK22.10%33.15%0.00%
29.02%

Color #8D79B5 in popluar number systems.

HEX8D79B5
Decimal141121181
Binary10001101111100110110101
Octal215171265

Shades and tints

Shades of #8D79B5

#8D79B5
(141,121,181)
#816EA5
(129,110,165)
#756395
(117,99,149)
#695885
(105,88,133)
#5D4D75
(93,77,117)
#514265
(81,66,101)
#453755
(69,55,85)
#392C45
(57,44,69)
#2D2135
(45,33,53)
#211625
(33,22,37)
#150B15
(21,11,21)
#000000
(0,0,0)

Tints of #8D79B5

#8D79B5
(141,121,181)
#9785BB
(151,133,187)
#A191C1
(161,145,193)
#AB9DC7
(171,157,199)
#B5A9CD
(181,169,205)
#BFB5D3
(191,181,211)
#C9C1D9
(201,193,217)
#D3CDDF
(211,205,223)
#DDD9E5
(221,217,229)
#E7E5EB
(231,229,235)
#F1F1F1
(241,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D79B5; }

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

This text font color is #8D79B5.


Background Color

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

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

This div background color is #8D79B5.


Border color

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

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

This div border color is #8D79B5.


Opacity

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

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

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

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

This text has shadow with #8D79B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D79B5 on black background.


Color preview on white background

This text has color #8D79B5 on white background.



Black color preview on #8D79B5 background

This text has black color on #8D79B5 background.


White color preview on #8D79B5 background

This text has white color on #8D79B5 background.