COLOR #8C538A

HEX: #8C538A
RGB: (140,83,138)

Color info

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

RGB color model

#8C538A color RGB value is (140,83,138).

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

RGB channels and saturation

R 140 of 255 = 55%
G 83 of 255 = 33%
B 138 of 255 = 54%

140
83
138

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

Portions of RGB colors in percentages

R + G + B =
140 + 83 + 138 = 361 (100%)
R 140 of 361 ~ 38.78%
G 83 of 361 ~ 22.99%
B 138 of 361 ~ 38.23%

%38.78
%22.99
%38.23

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 40.71%
  • 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
%40.71
%1.43
%45.1

Codes

Color #8C538A in popluar color models

8C538A
RGB14083138
HSL302°25.56%43.73%
HSB/HSV302°40.71%54.90%
CMYK0.00%40.71%1.43%
45.10%

Color #8C538A in popluar number systems.

HEX8C538A
Decimal14083138
Binary10001100101001110001010
Octal214123212

Shades and tints

Shades of #8C538A

#8C538A
(140,83,138)
#804C7E
(128,76,126)
#744572
(116,69,114)
#683E66
(104,62,102)
#5C375A
(92,55,90)
#50304E
(80,48,78)
#442942
(68,41,66)
#382236
(56,34,54)
#2C1B2A
(44,27,42)
#20141E
(32,20,30)
#140D12
(20,13,18)
#000000
(0,0,0)

Tints of #8C538A

#8C538A
(140,83,138)
#966294
(150,98,148)
#A0719E
(160,113,158)
#AA80A8
(170,128,168)
#B48FB2
(180,143,178)
#BE9EBC
(190,158,188)
#C8ADC6
(200,173,198)
#D2BCD0
(210,188,208)
#DCCBDA
(220,203,218)
#E6DAE4
(230,218,228)
#F0E9EE
(240,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C538A; }

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

This text font color is #8C538A.


Background Color

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

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

This div background color is #8C538A.


Border color

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

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

This div border color is #8C538A.


Opacity

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

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

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

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

This text has shadow with #8C538A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C538A on black background.


Color preview on white background

This text has color #8C538A on white background.



Black color preview on #8C538A background

This text has black color on #8C538A background.


White color preview on #8C538A background

This text has white color on #8C538A background.