COLOR #8577A4

HEX: #8577A4
RGB: (133,119,164)

Color info

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

RGB color model

#8577A4 color RGB value is (133,119,164).

  • red value is 133;
  • green value is 119;
  • blue value is 164.
RGB:
(133,119,164)
(52%,47%,64%)

RGB channels and saturation

R 133 of 255 = 52%
G 119 of 255 = 47%
B 164 of 255 = 64%

133
119
164

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

Portions of RGB colors in percentages

R + G + B =
133 + 119 + 164 = 416 (100%)
R 133 of 416 ~ 31.97%
G 119 of 416 ~ 28.61%
B 164 of 416 ~ 39.42%

%31.97
%28.61
%39.42

CMYK color model

#8577A4 color CMYK value is (19,27,0,36).

  • cyan value is 18.90%
  • magenta value is 27.44%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(19,27,0,36)
C19M27Y0K36 
(19%,27%,0%,36%)
(0.19/0.27/0.00/0.36)	

CMYK percentages

%18.9
%27.44
%0
%35.69

Codes

Color #8577A4 in popluar color models

8577A4
RGB133119164
HSL259°19.82%55.49%
HSB/HSV259°27.44%64.31%
CMYK18.90%27.44%0.00%
35.69%

Color #8577A4 in popluar number systems.

HEX8577A4
Decimal133119164
Binary10000101111011110100100
Octal205167244

Shades and tints

Shades of #8577A4

#8577A4
(133,119,164)
#796D96
(121,109,150)
#6D6388
(109,99,136)
#61597A
(97,89,122)
#554F6C
(85,79,108)
#49455E
(73,69,94)
#3D3B50
(61,59,80)
#313142
(49,49,66)
#252734
(37,39,52)
#191D26
(25,29,38)
#0D1318
(13,19,24)
#000000
(0,0,0)

Tints of #8577A4

#8577A4
(133,119,164)
#9083AC
(144,131,172)
#9B8FB4
(155,143,180)
#A69BBC
(166,155,188)
#B1A7C4
(177,167,196)
#BCB3CC
(188,179,204)
#C7BFD4
(199,191,212)
#D2CBDC
(210,203,220)
#DDD7E4
(221,215,228)
#E8E3EC
(232,227,236)
#F3EFF4
(243,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8577A4 color. Also use rgb(133,119,164) instead hex code.

Text Font Color

.myTextColor { color: #8577A4; }

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

This text font color is #8577A4.


Background Color

.myBgColor { background-color: #8577A4; }

<div style="background-color:#8577A4">Inner text</div>

This div background color is #8577A4.


Border color

.myBorderColor { border: 1px solid #8577A4; }

<div style="border:3px solid #8577A4">Div</div>

This div border color is #8577A4.


Opacity

.myOpacity80 { color: #8577A4; opacity: 0.8; }

<p style="color:#8577A4;opacity:0.8;">80%</p>

Text with #8577A4 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 #8577A4;}

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

This text has shadow with #8577A4 color.

.textShadow {text-shadow: 3px 3px 1px #8577A4, 3px 3px 1px red;}

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

This text has shadow with #8577A4 primary color and red secondary color.


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

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

This text has shadow with #8577A4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8577A4 on black background.


Color preview on white background

This text has color #8577A4 on white background.



Black color preview on #8577A4 background

This text has black color on #8577A4 background.


White color preview on #8577A4 background

This text has white color on #8577A4 background.