COLOR #8A528C

HEX: #8A528C
RGB: (138,82,140)

Color info

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

RGB color model

#8A528C color RGB value is (138,82,140).

  • red value is 138;
  • green value is 82;
  • blue value is 140.
RGB:
(138,82,140)
(54%,32%,55%)

RGB channels and saturation

R 138 of 255 = 54%
G 82 of 255 = 32%
B 140 of 255 = 55%

138
82
140

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

Portions of RGB colors in percentages

R + G + B =
138 + 82 + 140 = 360 (100%)
R 138 of 360 ~ 38.33%
G 82 of 360 ~ 22.78%
B 140 of 360 ~ 38.89%

%38.33
%22.78
%38.89

CMYK color model

#8A528C color CMYK value is (1,41,0,45).

  • cyan value is 1.43%
  • magenta value is 41.43%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(1,41,0,45)
C1M41Y0K45 
(1%,41%,0%,45%)
(0.01/0.41/0.00/0.45)	

CMYK percentages

%1.43
%41.43
%0
%45.1

Codes

Color #8A528C in popluar color models

8A528C
RGB13882140
HSL298°26.13%43.53%
HSB/HSV298°41.43%54.90%
CMYK1.43%41.43%0.00%
45.10%

Color #8A528C in popluar number systems.

HEX8A528C
Decimal13882140
Binary10001010101001010001100
Octal212122214

Shades and tints

Shades of #8A528C

#8A528C
(138,82,140)
#7E4B80
(126,75,128)
#724474
(114,68,116)
#663D68
(102,61,104)
#5A365C
(90,54,92)
#4E2F50
(78,47,80)
#422844
(66,40,68)
#362138
(54,33,56)
#2A1A2C
(42,26,44)
#1E1320
(30,19,32)
#120C14
(18,12,20)
#000000
(0,0,0)

Tints of #8A528C

#8A528C
(138,82,140)
#946196
(148,97,150)
#9E70A0
(158,112,160)
#A87FAA
(168,127,170)
#B28EB4
(178,142,180)
#BC9DBE
(188,157,190)
#C6ACC8
(198,172,200)
#D0BBD2
(208,187,210)
#DACADC
(218,202,220)
#E4D9E6
(228,217,230)
#EEE8F0
(238,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A528C color. Also use rgb(138,82,140) instead hex code.

Text Font Color

.myTextColor { color: #8A528C; }

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

This text font color is #8A528C.


Background Color

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

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

This div background color is #8A528C.


Border color

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

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

This div border color is #8A528C.


Opacity

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

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

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

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

This text has shadow with #8A528C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A528C on black background.


Color preview on white background

This text has color #8A528C on white background.



Black color preview on #8A528C background

This text has black color on #8A528C background.


White color preview on #8A528C background

This text has white color on #8A528C background.