COLOR #8A5C79

HEX: #8A5C79
RGB: (138,92,121)

Color info

#8A5C79 contains red, green and blue colors in about the same proportion. Web safe color of #8A5C79 is #996666 (or #966).

RGB color model

#8A5C79 color RGB value is (138,92,121).

  • red value is 138;
  • green value is 92;
  • blue value is 121.
RGB:
(138,92,121)
(54%,36%,47%)

RGB channels and saturation

R 138 of 255 = 54%
G 92 of 255 = 36%
B 121 of 255 = 47%

138
92
121

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

Portions of RGB colors in percentages

R + G + B =
138 + 92 + 121 = 351 (100%)
R 138 of 351 ~ 39.32%
G 92 of 351 ~ 26.21%
B 121 of 351 ~ 34.47%

%39.32
%26.21
%34.47

CMYK color model

#8A5C79 color CMYK value is (0,33,12,46).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 12.32%
  • key color value is 45.88%
CMYK:
(0,33,12,46)
C0M33Y12K46 
(0%,33%,12%,46%)
(0.00/0.33/0.12/0.46)	

CMYK percentages

%0
%33.33
%12.32
%45.88

Codes

Color #8A5C79 in popluar color models

8A5C79
RGB13892121
HSL322°20.00%45.10%
HSB/HSV322°33.33%54.12%
CMYK0.00%33.33%12.32%
45.88%

Color #8A5C79 in popluar number systems.

HEX8A5C79
Decimal13892121
Binary1000101010111001111001
Octal212134171

Shades and tints

Shades of #8A5C79

#8A5C79
(138,92,121)
#7E546E
(126,84,110)
#724C63
(114,76,99)
#664458
(102,68,88)
#5A3C4D
(90,60,77)
#4E3442
(78,52,66)
#422C37
(66,44,55)
#36242C
(54,36,44)
#2A1C21
(42,28,33)
#1E1416
(30,20,22)
#120C0B
(18,12,11)
#000000
(0,0,0)

Tints of #8A5C79

#8A5C79
(138,92,121)
#946A85
(148,106,133)
#9E7891
(158,120,145)
#A8869D
(168,134,157)
#B294A9
(178,148,169)
#BCA2B5
(188,162,181)
#C6B0C1
(198,176,193)
#D0BECD
(208,190,205)
#DACCD9
(218,204,217)
#E4DAE5
(228,218,229)
#EEE8F1
(238,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A5C79 color. Also use rgb(138,92,121) instead hex code.

Text Font Color

.myTextColor { color: #8A5C79; }

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

This text font color is #8A5C79.


Background Color

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

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

This div background color is #8A5C79.


Border color

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

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

This div border color is #8A5C79.


Opacity

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

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

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

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

This text has shadow with #8A5C79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A5C79 on black background.


Color preview on white background

This text has color #8A5C79 on white background.



Black color preview on #8A5C79 background

This text has black color on #8A5C79 background.


White color preview on #8A5C79 background

This text has white color on #8A5C79 background.