COLOR #8C528A

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

140
82
138

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

Portions of RGB colors in percentages

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

%38.89
%22.78
%38.33

CMYK color model

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

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

CMYK percentages

%0
%41.43
%1.43
%45.1

Codes

Color #8C528A in popluar color models

8C528A
RGB14082138
HSL302°26.13%43.53%
HSB/HSV302°41.43%54.90%
CMYK0.00%41.43%1.43%
45.10%

Color #8C528A in popluar number systems.

HEX8C528A
Decimal14082138
Binary10001100101001010001010
Octal214122212

Shades and tints

Shades of #8C528A

#8C528A
(140,82,138)
#804B7E
(128,75,126)
#744472
(116,68,114)
#683D66
(104,61,102)
#5C365A
(92,54,90)
#502F4E
(80,47,78)
#442842
(68,40,66)
#382136
(56,33,54)
#2C1A2A
(44,26,42)
#20131E
(32,19,30)
#140C12
(20,12,18)
#000000
(0,0,0)

Tints of #8C528A

#8C528A
(140,82,138)
#966194
(150,97,148)
#A0709E
(160,112,158)
#AA7FA8
(170,127,168)
#B48EB2
(180,142,178)
#BE9DBC
(190,157,188)
#C8ACC6
(200,172,198)
#D2BBD0
(210,187,208)
#DCCADA
(220,202,218)
#E6D9E4
(230,217,228)
#F0E8EE
(240,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C528A; }

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

This text font color is #8C528A.


Background Color

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

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

This div background color is #8C528A.


Border color

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

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

This div border color is #8C528A.


Opacity

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

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

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

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

This text has shadow with #8C528A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C528A on black background.


Color preview on white background

This text has color #8C528A on white background.



Black color preview on #8C528A background

This text has black color on #8C528A background.


White color preview on #8C528A background

This text has white color on #8C528A background.