COLOR #8A637C

HEX: #8A637C RGB: (138,99,124)

Color info

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

RGB color model

#8A637C color RGB value is (138,99,124).

RGB: (138,99,124) (54%, 39%, 49%)

RGB channels and saturation

R 138 of 255 = 54%
G 99 of 255 = 39%
B 124 of 255 = 49%

138
99
124

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

Portions of RGB colors in percentages

R + G + B = 138 + 99 + 124 = 361 (100%)
R 138 of 361 ~ 38.23%
G 99 of 361 ~ 27.42%
B 124 of 361 ~ 34.35'%

%38.23
%27.42
%34.35

CMYK color model

#8A637C color CMYK value is (0,28,10,46).

  • cyan value is 0.00%
  • magenta value is 28.26%
  • yellow value is 10.14%
  • key color value is 45.88%

CMYK: (0,28,10,46)
C0M28Y10K46 (0%, 28%, 10%, 46%)
(0.00 / 0.28 / 0.10 / 0.46)

CMYK percentages

%0
%28.26
%10.14
%45.88

Codes

Color #8A637C in popluar color models

8A 63 7C
RGB 138 99 124
HSL 322° 16.46% 46.47%
HSB/HSV 322° 28.26% 54.12%
CMYK 0.00% 28.26% 10.14%
45.88%

Color #8A637C in popluar number systems.

HEX 8A 63 7C
Decimal 138 99 124
Binary 10001010 1100011 1111100
Octal 212 143 174

Shades and tints

Shades of #8A637C

#8A637C
(138,99,124)
#7E5A71
(126,90,113)
#725166
(114,81,102)
#66485B
(102,72,91)
#5A3F50
(90,63,80)
#4E3645
(78,54,69)
#422D3A
(66,45,58)
#36242F
(54,36,47)
#2A1B24
(42,27,36)
#1E1219
(30,18,25)
#12090E
(18,9,14)
#000000
(0,0,0)

Tints of #8A637C

#8A637C
(138,99,124)
#947187
(148,113,135)
#9E7F92
(158,127,146)
#A88D9D
(168,141,157)
#B29BA8
(178,155,168)
#BCA9B3
(188,169,179)
#C6B7BE
(198,183,190)
#D0C5C9
(208,197,201)
#DAD3D4
(218,211,212)
#E4E1DF
(228,225,223)
#EEEFEA
(238,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A637C color. Also use rgb(138,99,124) instead hex code.

Text Font Color

.myTextColor { color: #8A637C; }

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

This text font color is #8A637C.

Background Color

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

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

This div background color is #8A637C.

Border color

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

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

This div border color is #8A637C.

Opacity

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

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

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

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

This text has shadow with #8A637C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8A637C.

Preview

Color preview on black background

This text has color #8A637C on black background.


Color preview on white background

This text has color #8A637C on white background.


Black color preview on #8A637C background

This text has black color on #8A637C background.


White color preview on #8A637C background

This text has white color on #8A637C background.


Related colors

Complementary color

Complementary color for #hex is #759C83.


I love getcolorcode.com

Triadic colors

1 #7C8A63 and #637C8A with #8A637C are triadic colors.

2 #7C638A and #638A7C with #8A637C are triadic colors.