COLOR #8579A0

HEX: #8579A0 RGB: (133,121,160)

Color info

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

RGB color model

#8579A0 color RGB value is (133,121,160).

RGB: (133,121,160) (52%, 47%, 63%)

RGB channels and saturation

R 133 of 255 = 52%
G 121 of 255 = 47%
B 160 of 255 = 63%

133
121
160

R + G + B ~ 54%. #8579A0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 133 + 121 + 160 = 414 (100%)
R 133 of 414 ~ 32.13%
G 121 of 414 ~ 29.23%
B 160 of 414 ~ 38.65'%

%32.13
%29.23
%38.65

CMYK color model

#8579A0 color CMYK value is (17,24,0,37).

  • cyan value is 16.88%
  • magenta value is 24.38%
  • yellow value is 0.00%
  • key color value is 37.25%

CMYK: (17,24,0,37)
C17M24Y0K37 (17%, 24%, 0%, 37%)
(0.17 / 0.24 / 0.00 / 0.37)

CMYK percentages

%16.88
%24.38
%0
%37.25

Codes

Color #8579A0 in popluar color models

85 79 A0
RGB 133 121 160
HSL 258° 17.03% 55.10%
HSB/HSV 258° 24.38% 62.75%
CMYK 16.88% 24.38% 0.00%
37.25%

Color #8579A0 in popluar number systems.

HEX 85 79 A0
Decimal 133 121 160
Binary 10000101 1111001 10100000
Octal 205 171 240

Shades and tints

Shades of #8579A0

#8579A0
(133,121,160)
#796E92
(121,110,146)
#6D6384
(109,99,132)
#615876
(97,88,118)
#554D68
(85,77,104)
#49425A
(73,66,90)
#3D374C
(61,55,76)
#312C3E
(49,44,62)
#252130
(37,33,48)
#191622
(25,22,34)
#0D0B14
(13,11,20)
#000000
(0,0,0)

Tints of #8579A0

#8579A0
(133,121,160)
#9085A8
(144,133,168)
#9B91B0
(155,145,176)
#A69DB8
(166,157,184)
#B1A9C0
(177,169,192)
#BCB5C8
(188,181,200)
#C7C1D0
(199,193,208)
#D2CDD8
(210,205,216)
#DDD9E0
(221,217,224)
#E8E5E8
(232,229,232)
#F3F1F0
(243,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8579A0 color. Also use rgb(133,121,160) instead hex code.

Text Font Color

.myTextColor { color: #8579A0; }

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

This text font color is #8579A0.

Background Color

.myBgColor { background-color: #8579A0; }

<div style="background-color:#8579A0">Inner text</div>

This div background color is #8579A0.

Border color

.myBorderColor { border: 1px solid #8579A0; }

<div style="border:3px solid #8579A0">Div</div>

This div border color is #8579A0.

Opacity

.myOpacity80 { color: #8579A0; opacity: 0.8; }

<p style="color:#8579A0;opacity:0.8;">80%</p>

Text with #8579A0 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 #8579A0;}

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

This text has shadow with #8579A0 color.


.textShadow {text-shadow: 3px 3px 1px #8579A0', 3px 3px 1px red;}

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

This text has shadow with #8579A0 primary color and red secondary color.


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

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

This text has shadow with #8579A0 and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #8579A0; -webkit-box-shadow: 1px 1px 3px 2px #8579A0; box-shadow:1px 1px 3px 2px #8579A0;">
Div content here
</div>

This div box has shadow with color #8579A0.

Preview

Color preview on black background

This text has color #8579A0 on black background.


Color preview on white background

This text has color #8579A0 on white background.


Black color preview on #8579A0 background

This text has black color on #8579A0 background.


White color preview on #8579A0 background

This text has white color on #8579A0 background.


Related colors

Complementary color

Complementary color for #hex is #7A865F.


I love getcolorcode.com

Triadic colors

1 #A08579 and #79A085 with #8579A0 are triadic colors.

2 #A07985 and #7985A0 with #8579A0 are triadic colors.