COLOR #8C3C8A

HEX: #8C3C8A
RGB: (140,60,138)

Color info

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

RGB color model

#8C3C8A color RGB value is (140,60,138).

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

RGB channels and saturation

R 140 of 255 = 55%
G 60 of 255 = 24%
B 138 of 255 = 54%

140
60
138

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

Portions of RGB colors in percentages

R + G + B =
140 + 60 + 138 = 338 (100%)
R 140 of 338 ~ 41.42%
G 60 of 338 ~ 17.75%
B 138 of 338 ~ 40.83%

%41.42
%17.75
%40.83

CMYK color model

#8C3C8A color CMYK value is (0,57,1,45).

  • cyan value is 0.00%
  • magenta value is 57.14%
  • yellow value is 1.43%
  • key color value is 45.10%
CMYK:
(0,57,1,45)
C0M57Y1K45 
(0%,57%,1%,45%)
(0.00/0.57/0.01/0.45)	

CMYK percentages

%0
%57.14
%1.43
%45.1

Codes

Color #8C3C8A in popluar color models

8C3C8A
RGB14060138
HSL302°40.00%39.22%
HSB/HSV302°57.14%54.90%
CMYK0.00%57.14%1.43%
45.10%

Color #8C3C8A in popluar number systems.

HEX8C3C8A
Decimal14060138
Binary1000110011110010001010
Octal21474212

Shades and tints

Shades of #8C3C8A

#8C3C8A
(140,60,138)
#80377E
(128,55,126)
#743272
(116,50,114)
#682D66
(104,45,102)
#5C285A
(92,40,90)
#50234E
(80,35,78)
#441E42
(68,30,66)
#381936
(56,25,54)
#2C142A
(44,20,42)
#200F1E
(32,15,30)
#140A12
(20,10,18)
#000000
(0,0,0)

Tints of #8C3C8A

#8C3C8A
(140,60,138)
#964D94
(150,77,148)
#A05E9E
(160,94,158)
#AA6FA8
(170,111,168)
#B480B2
(180,128,178)
#BE91BC
(190,145,188)
#C8A2C6
(200,162,198)
#D2B3D0
(210,179,208)
#DCC4DA
(220,196,218)
#E6D5E4
(230,213,228)
#F0E6EE
(240,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C3C8A; }

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

This text font color is #8C3C8A.


Background Color

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

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

This div background color is #8C3C8A.


Border color

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

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

This div border color is #8C3C8A.


Opacity

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

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

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

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

This text has shadow with #8C3C8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C3C8A on black background.


Color preview on white background

This text has color #8C3C8A on white background.



Black color preview on #8C3C8A background

This text has black color on #8C3C8A background.


White color preview on #8C3C8A background

This text has white color on #8C3C8A background.