COLOR #8A5A7A

HEX: #8A5A7A
RGB: (138,90,122)

Color info

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

RGB color model

#8A5A7A color RGB value is (138,90,122).

  • red value is 138;
  • green value is 90;
  • blue value is 122.
RGB:
(138,90,122)
(54%,35%,48%)

RGB channels and saturation

R 138 of 255 = 54%
G 90 of 255 = 35%
B 122 of 255 = 48%

138
90
122

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

Portions of RGB colors in percentages

R + G + B =
138 + 90 + 122 = 350 (100%)
R 138 of 350 ~ 39.43%
G 90 of 350 ~ 25.71%
B 122 of 350 ~ 34.86%

%39.43
%25.71
%34.86

CMYK color model

#8A5A7A color CMYK value is (0,35,12,46).

  • cyan value is 0.00%
  • magenta value is 34.78%
  • yellow value is 11.59%
  • key color value is 45.88%
CMYK:
(0,35,12,46)
C0M35Y12K46 
(0%,35%,12%,46%)
(0.00/0.35/0.12/0.46)	

CMYK percentages

%0
%34.78
%11.59
%45.88

Codes

Color #8A5A7A in popluar color models

8A5A7A
RGB13890122
HSL320°21.05%44.71%
HSB/HSV320°34.78%54.12%
CMYK0.00%34.78%11.59%
45.88%

Color #8A5A7A in popluar number systems.

HEX8A5A7A
Decimal13890122
Binary1000101010110101111010
Octal212132172

Shades and tints

Shades of #8A5A7A

#8A5A7A
(138,90,122)
#7E526F
(126,82,111)
#724A64
(114,74,100)
#664259
(102,66,89)
#5A3A4E
(90,58,78)
#4E3243
(78,50,67)
#422A38
(66,42,56)
#36222D
(54,34,45)
#2A1A22
(42,26,34)
#1E1217
(30,18,23)
#120A0C
(18,10,12)
#000000
(0,0,0)

Tints of #8A5A7A

#8A5A7A
(138,90,122)
#946986
(148,105,134)
#9E7892
(158,120,146)
#A8879E
(168,135,158)
#B296AA
(178,150,170)
#BCA5B6
(188,165,182)
#C6B4C2
(198,180,194)
#D0C3CE
(208,195,206)
#DAD2DA
(218,210,218)
#E4E1E6
(228,225,230)
#EEF0F2
(238,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A5A7A color. Also use rgb(138,90,122) instead hex code.

Text Font Color

.myTextColor { color: #8A5A7A; }

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

This text font color is #8A5A7A.


Background Color

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

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

This div background color is #8A5A7A.


Border color

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

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

This div border color is #8A5A7A.


Opacity

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

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

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

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

This text has shadow with #8A5A7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A5A7A on black background.


Color preview on white background

This text has color #8A5A7A on white background.



Black color preview on #8A5A7A background

This text has black color on #8A5A7A background.


White color preview on #8A5A7A background

This text has white color on #8A5A7A background.