COLOR #8576A0

HEX: #8576A0
RGB: (133,118,160)

Color info

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

RGB color model

#8576A0 color RGB value is (133,118,160).

  • red value is 133;
  • green value is 118;
  • blue value is 160.
RGB:
(133,118,160)
(52%,46%,63%)

RGB channels and saturation

R 133 of 255 = 52%
G 118 of 255 = 46%
B 160 of 255 = 63%

133
118
160

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

Portions of RGB colors in percentages

R + G + B =
133 + 118 + 160 = 411 (100%)
R 133 of 411 ~ 32.36%
G 118 of 411 ~ 28.71%
B 160 of 411 ~ 38.93%

%32.36
%28.71
%38.93

CMYK color model

#8576A0 color CMYK value is (17,26,0,37).

  • cyan value is 16.88%
  • magenta value is 26.25%
  • yellow value is 0.00%
  • key color value is 37.25%
CMYK:
(17,26,0,37)
C17M26Y0K37 
(17%,26%,0%,37%)
(0.17/0.26/0.00/0.37)	

CMYK percentages

%16.88
%26.25
%0
%37.25

Codes

Color #8576A0 in popluar color models

8576A0
RGB133118160
HSL261°18.10%54.51%
HSB/HSV261°26.25%62.75%
CMYK16.88%26.25%0.00%
37.25%

Color #8576A0 in popluar number systems.

HEX8576A0
Decimal133118160
Binary10000101111011010100000
Octal205166240

Shades and tints

Shades of #8576A0

#8576A0
(133,118,160)
#796C92
(121,108,146)
#6D6284
(109,98,132)
#615876
(97,88,118)
#554E68
(85,78,104)
#49445A
(73,68,90)
#3D3A4C
(61,58,76)
#31303E
(49,48,62)
#252630
(37,38,48)
#191C22
(25,28,34)
#0D1214
(13,18,20)
#000000
(0,0,0)

Tints of #8576A0

#8576A0
(133,118,160)
#9082A8
(144,130,168)
#9B8EB0
(155,142,176)
#A69AB8
(166,154,184)
#B1A6C0
(177,166,192)
#BCB2C8
(188,178,200)
#C7BED0
(199,190,208)
#D2CAD8
(210,202,216)
#DDD6E0
(221,214,224)
#E8E2E8
(232,226,232)
#F3EEF0
(243,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8576A0; }

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

This text font color is #8576A0.


Background Color

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

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

This div background color is #8576A0.


Border color

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

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

This div border color is #8576A0.


Opacity

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

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

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

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

This text has shadow with #8576A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8576A0 on black background.


Color preview on white background

This text has color #8576A0 on white background.



Black color preview on #8576A0 background

This text has black color on #8576A0 background.


White color preview on #8576A0 background

This text has white color on #8576A0 background.