COLOR #8579AB

HEX: #8579AB RGB: (133,121,171)

Color info

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

RGB color model

#8579AB color RGB value is (133,121,171).

RGB: (133,121,171) (52%, 47%, 67%)

RGB channels and saturation

R 133 of 255 = 52%
G 121 of 255 = 47%
B 171 of 255 = 67%

133
121
171

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

Portions of RGB colors in percentages

R + G + B = 133 + 121 + 171 = 425 (100%)
R 133 of 425 ~ 31.29%
G 121 of 425 ~ 28.47%
B 171 of 425 ~ 40.24'%

%31.29
%28.47
%40.24

CMYK color model

#8579AB color CMYK value is (22,29,0,33).

  • cyan value is 22.22%
  • magenta value is 29.24%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (22,29,0,33)
C22M29Y0K33 (22%, 29%, 0%, 33%)
(0.22 / 0.29 / 0.00 / 0.33)

CMYK percentages

%22.22
%29.24
%0
%32.94

Codes

Color #8579AB in popluar color models

85 79 AB
RGB 133 121 171
HSL 254° 22.94% 57.25%
HSB/HSV 254° 29.24% 67.06%
CMYK 22.22% 29.24% 0.00%
32.94%

Color #8579AB in popluar number systems.

HEX 85 79 AB
Decimal 133 121 171
Binary 10000101 1111001 10101011
Octal 205 171 253

Shades and tints

Shades of #8579AB

#8579AB
(133,121,171)
#796E9C
(121,110,156)
#6D638D
(109,99,141)
#61587E
(97,88,126)
#554D6F
(85,77,111)
#494260
(73,66,96)
#3D3751
(61,55,81)
#312C42
(49,44,66)
#252133
(37,33,51)
#191624
(25,22,36)
#0D0B15
(13,11,21)
#000000
(0,0,0)

Tints of #8579AB

#8579AB
(133,121,171)
#9085B2
(144,133,178)
#9B91B9
(155,145,185)
#A69DC0
(166,157,192)
#B1A9C7
(177,169,199)
#BCB5CE
(188,181,206)
#C7C1D5
(199,193,213)
#D2CDDC
(210,205,220)
#DDD9E3
(221,217,227)
#E8E5EA
(232,229,234)
#F3F1F1
(243,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8579AB; }

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

This text font color is #8579AB.

Background Color

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

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

This div background color is #8579AB.

Border color

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

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

This div border color is #8579AB.

Opacity

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

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

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

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

This text has shadow with #8579AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8579AB.

Preview

Color preview on black background

This text has color #8579AB on black background.


Color preview on white background

This text has color #8579AB on white background.


Black color preview on #8579AB background

This text has black color on #8579AB background.


White color preview on #8579AB background

This text has white color on #8579AB background.


Related colors

Complementary color

Complementary color for #hex is #7A8654.


I love getcolorcode.com

Triadic colors

1 #AB8579 and #79AB85 with #8579AB are triadic colors.

2 #AB7985 and #7985AB with #8579AB are triadic colors.