COLOR #8577AF

HEX: #8577AF
RGB: (133,119,175)

Color info

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

RGB color model

#8577AF color RGB value is (133,119,175).

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

RGB channels and saturation

R 133 of 255 = 52%
G 119 of 255 = 47%
B 175 of 255 = 69%

133
119
175

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

Portions of RGB colors in percentages

R + G + B =
133 + 119 + 175 = 427 (100%)
R 133 of 427 ~ 31.15%
G 119 of 427 ~ 27.87%
B 175 of 427 ~ 40.98%

%31.15
%27.87
%40.98

CMYK color model

#8577AF color CMYK value is (24,32,0,31).

  • cyan value is 24.00%
  • magenta value is 32.00%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(24,32,0,31)
C24M32Y0K31 
(24%,32%,0%,31%)
(0.24/0.32/0.00/0.31)	

CMYK percentages

%24
%32
%0
%31.37

Codes

Color #8577AF in popluar color models

8577AF
RGB133119175
HSL255°25.93%57.65%
HSB/HSV255°32.00%68.63%
CMYK24.00%32.00%0.00%
31.37%

Color #8577AF in popluar number systems.

HEX8577AF
Decimal133119175
Binary10000101111011110101111
Octal205167257

Shades and tints

Shades of #8577AF

#8577AF
(133,119,175)
#796DA0
(121,109,160)
#6D6391
(109,99,145)
#615982
(97,89,130)
#554F73
(85,79,115)
#494564
(73,69,100)
#3D3B55
(61,59,85)
#313146
(49,49,70)
#252737
(37,39,55)
#191D28
(25,29,40)
#0D1319
(13,19,25)
#000000
(0,0,0)

Tints of #8577AF

#8577AF
(133,119,175)
#9083B6
(144,131,182)
#9B8FBD
(155,143,189)
#A69BC4
(166,155,196)
#B1A7CB
(177,167,203)
#BCB3D2
(188,179,210)
#C7BFD9
(199,191,217)
#D2CBE0
(210,203,224)
#DDD7E7
(221,215,231)
#E8E3EE
(232,227,238)
#F3EFF5
(243,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8577AF; }

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

This text font color is #8577AF.


Background Color

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

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

This div background color is #8577AF.


Border color

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

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

This div border color is #8577AF.


Opacity

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

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

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

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

This text has shadow with #8577AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8577AF on black background.


Color preview on white background

This text has color #8577AF on white background.



Black color preview on #8577AF background

This text has black color on #8577AF background.


White color preview on #8577AF background

This text has white color on #8577AF background.