COLOR #8A577E

HEX: #8A577E
RGB: (138,87,126)

Color info

#8A577E contains red, green and blue colors in about the same proportion. Web safe color of #8A577E is #996666 (or #966).

RGB color model

#8A577E color RGB value is (138,87,126).

  • red value is 138;
  • green value is 87;
  • blue value is 126.
RGB:
(138,87,126)
(54%,34%,49%)

RGB channels and saturation

R 138 of 255 = 54%
G 87 of 255 = 34%
B 126 of 255 = 49%

138
87
126

R + G + B ~ 46%. #8A577E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
138 + 87 + 126 = 351 (100%)
R 138 of 351 ~ 39.32%
G 87 of 351 ~ 24.79%
B 126 of 351 ~ 35.9%

%39.32
%24.79
%35.9

CMYK color model

#8A577E color CMYK value is (0,37,9,46).

  • cyan value is 0.00%
  • magenta value is 36.96%
  • yellow value is 8.70%
  • key color value is 45.88%
CMYK:
(0,37,9,46)
C0M37Y9K46 
(0%,37%,9%,46%)
(0.00/0.37/0.09/0.46)	

CMYK percentages

%0
%36.96
%8.7
%45.88

Codes

Color #8A577E in popluar color models

8A577E
RGB13887126
HSL314°22.67%44.12%
HSB/HSV314°36.96%54.12%
CMYK0.00%36.96%8.70%
45.88%

Color #8A577E in popluar number systems.

HEX8A577E
Decimal13887126
Binary1000101010101111111110
Octal212127176

Shades and tints

Shades of #8A577E

#8A577E
(138,87,126)
#7E5073
(126,80,115)
#724968
(114,73,104)
#66425D
(102,66,93)
#5A3B52
(90,59,82)
#4E3447
(78,52,71)
#422D3C
(66,45,60)
#362631
(54,38,49)
#2A1F26
(42,31,38)
#1E181B
(30,24,27)
#121110
(18,17,16)
#000000
(0,0,0)

Tints of #8A577E

#8A577E
(138,87,126)
#946689
(148,102,137)
#9E7594
(158,117,148)
#A8849F
(168,132,159)
#B293AA
(178,147,170)
#BCA2B5
(188,162,181)
#C6B1C0
(198,177,192)
#D0C0CB
(208,192,203)
#DACFD6
(218,207,214)
#E4DEE1
(228,222,225)
#EEEDEC
(238,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A577E color. Also use rgb(138,87,126) instead hex code.

Text Font Color

.myTextColor { color: #8A577E; }

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

This text font color is #8A577E.


Background Color

.myBgColor { background-color: #8A577E; }

<div style="background-color:#8A577E">Inner text</div>

This div background color is #8A577E.


Border color

.myBorderColor { border: 1px solid #8A577E; }

<div style="border:3px solid #8A577E">Div</div>

This div border color is #8A577E.


Opacity

.myOpacity80 { color: #8A577E; opacity: 0.8; }

<p style="color:#8A577E;opacity:0.8;">80%</p>

Text with #8A577E 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 #8A577E;}

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

This text has shadow with #8A577E color.

.textShadow {text-shadow: 3px 3px 1px #8A577E, 3px 3px 1px red;}

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

This text has shadow with #8A577E primary color and red secondary color.


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

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

This text has shadow with #8A577E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A577E on black background.


Color preview on white background

This text has color #8A577E on white background.



Black color preview on #8A577E background

This text has black color on #8A577E background.


White color preview on #8A577E background

This text has white color on #8A577E background.