COLOR #8C3A8C

HEX: #8C3A8C
RGB: (140,58,140)

Color info

#8C3A8C contains mainly red and blue colors. Web safe color of #8C3A8C is #993399 (or #939).

RGB color model

#8C3A8C color RGB value is (140,58,140).

  • red value is 140;
  • green value is 58;
  • blue value is 140.
RGB:
(140,58,140)
(55%,23%,55%)

RGB channels and saturation

R 140 of 255 = 55%
G 58 of 255 = 23%
B 140 of 255 = 55%

140
58
140

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

Portions of RGB colors in percentages

R + G + B =
140 + 58 + 140 = 338 (100%)
R 140 of 338 ~ 41.42%
G 58 of 338 ~ 17.16%
B 140 of 338 ~ 41.42%

%41.42
%17.16
%41.42

CMYK color model

#8C3A8C color CMYK value is (0,59,0,45).

  • cyan value is 0.00%
  • magenta value is 58.57%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(0,59,0,45)
C0M59Y0K45 
(0%,59%,0%,45%)
(0.00/0.59/0.00/0.45)	

CMYK percentages

%0
%58.57
%0
%45.1

Codes

Color #8C3A8C in popluar color models

8C3A8C
RGB14058140
HSL300°41.41%38.82%
HSB/HSV300°58.57%54.90%
CMYK0.00%58.57%0.00%
45.10%

Color #8C3A8C in popluar number systems.

HEX8C3A8C
Decimal14058140
Binary1000110011101010001100
Octal21472214

Shades and tints

Shades of #8C3A8C

#8C3A8C
(140,58,140)
#803580
(128,53,128)
#743074
(116,48,116)
#682B68
(104,43,104)
#5C265C
(92,38,92)
#502150
(80,33,80)
#441C44
(68,28,68)
#381738
(56,23,56)
#2C122C
(44,18,44)
#200D20
(32,13,32)
#140814
(20,8,20)
#000000
(0,0,0)

Tints of #8C3A8C

#8C3A8C
(140,58,140)
#964B96
(150,75,150)
#A05CA0
(160,92,160)
#AA6DAA
(170,109,170)
#B47EB4
(180,126,180)
#BE8FBE
(190,143,190)
#C8A0C8
(200,160,200)
#D2B1D2
(210,177,210)
#DCC2DC
(220,194,220)
#E6D3E6
(230,211,230)
#F0E4F0
(240,228,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C3A8C; }

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

This text font color is #8C3A8C.


Background Color

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

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

This div background color is #8C3A8C.


Border color

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

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

This div border color is #8C3A8C.


Opacity

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

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

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

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

This text has shadow with #8C3A8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C3A8C on black background.


Color preview on white background

This text has color #8C3A8C on white background.



Black color preview on #8C3A8C background

This text has black color on #8C3A8C background.


White color preview on #8C3A8C background

This text has white color on #8C3A8C background.