COLOR #8A5F80

HEX: #8A5F80 RGB: (138,95,128)

Color info

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

RGB color model

#8A5F80 color RGB value is (138,95,128).

RGB: (138,95,128) (54%, 37%, 50%)

RGB channels and saturation

R 138 of 255 = 54%
G 95 of 255 = 37%
B 128 of 255 = 50%

138
95
128

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

Portions of RGB colors in percentages

R + G + B = 138 + 95 + 128 = 361 (100%)
R 138 of 361 ~ 38.23%
G 95 of 361 ~ 26.32%
B 128 of 361 ~ 35.46'%

%38.23
%26.32
%35.46

CMYK color model

#8A5F80 color CMYK value is (0,31,7,46).

  • cyan value is 0.00%
  • magenta value is 31.16%
  • yellow value is 7.25%
  • key color value is 45.88%

CMYK: (0,31,7,46)
C0M31Y7K46 (0%, 31%, 7%, 46%)
(0.00 / 0.31 / 0.07 / 0.46)

CMYK percentages

%0
%31.16
%7.25
%45.88

Codes

Color #8A5F80 in popluar color models

8A 5F 80
RGB 138 95 128
HSL 314° 18.45% 45.69%
HSB/HSV 314° 31.16% 54.12%
CMYK 0.00% 31.16% 7.25%
45.88%

Color #8A5F80 in popluar number systems.

HEX 8A 5F 80
Decimal 138 95 128
Binary 10001010 1011111 10000000
Octal 212 137 200

Shades and tints

Shades of #8A5F80

#8A5F80
(138,95,128)
#7E5775
(126,87,117)
#724F6A
(114,79,106)
#66475F
(102,71,95)
#5A3F54
(90,63,84)
#4E3749
(78,55,73)
#422F3E
(66,47,62)
#362733
(54,39,51)
#2A1F28
(42,31,40)
#1E171D
(30,23,29)
#120F12
(18,15,18)
#000000
(0,0,0)

Tints of #8A5F80

#8A5F80
(138,95,128)
#946D8B
(148,109,139)
#9E7B96
(158,123,150)
#A889A1
(168,137,161)
#B297AC
(178,151,172)
#BCA5B7
(188,165,183)
#C6B3C2
(198,179,194)
#D0C1CD
(208,193,205)
#DACFD8
(218,207,216)
#E4DDE3
(228,221,227)
#EEEBEE
(238,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A5F80 color. Also use rgb(138,95,128) instead hex code.

Text Font Color

.myTextColor { color: #8A5F80; }

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

This text font color is #8A5F80.

Background Color

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

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

This div background color is #8A5F80.

Border color

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

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

This div border color is #8A5F80.

Opacity

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

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

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

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

This text has shadow with #8A5F80 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8A5F80.

Preview

Color preview on black background

This text has color #8A5F80 on black background.


Color preview on white background

This text has color #8A5F80 on white background.


Black color preview on #8A5F80 background

This text has black color on #8A5F80 background.


White color preview on #8A5F80 background

This text has white color on #8A5F80 background.


Related colors

Complementary color

Complementary color for #hex is #75A07F.


I love getcolorcode.com

Triadic colors

1 #808A5F and #5F808A with #8A5F80 are triadic colors.

2 #805F8A and #5F8A80 with #8A5F80 are triadic colors.