COLOR #8C34AD

HEX: #8C34AD RGB: (140,52,173)

Color info

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

RGB color model

#8C34AD color RGB value is (140,52,173).

RGB: (140,52,173) (55%, 20%, 68%)

RGB channels and saturation

R 140 of 255 = 55%
G 52 of 255 = 20%
B 173 of 255 = 68%

140
52
173

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

Portions of RGB colors in percentages

R + G + B = 140 + 52 + 173 = 365 (100%)
R 140 of 365 ~ 38.36%
G 52 of 365 ~ 14.25%
B 173 of 365 ~ 47.4'%

%38.36
%14.25
%47.4

CMYK color model

#8C34AD color CMYK value is (19,70,0,32).

  • cyan value is 19.08%
  • magenta value is 69.94%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (19,70,0,32)
C19M70Y0K32 (19%, 70%, 0%, 32%)
(0.19 / 0.70 / 0.00 / 0.32)

CMYK percentages

%19.08
%69.94
%0
%32.16

Codes

Color #8C34AD in popluar color models

8C 34 AD
RGB 140 52 173
HSL 284° 53.78% 44.12%
HSB/HSV 284° 69.94% 67.84%
CMYK 19.08% 69.94% 0.00%
32.16%

Color #8C34AD in popluar number systems.

HEX 8C 34 AD
Decimal 140 52 173
Binary 10001100 110100 10101101
Octal 214 64 255

Shades and tints

Shades of #8C34AD

#8C34AD
(140,52,173)
#80309E
(128,48,158)
#742C8F
(116,44,143)
#682880
(104,40,128)
#5C2471
(92,36,113)
#502062
(80,32,98)
#441C53
(68,28,83)
#381844
(56,24,68)
#2C1435
(44,20,53)
#201026
(32,16,38)
#140C17
(20,12,23)
#000000
(0,0,0)

Tints of #8C34AD

#8C34AD
(140,52,173)
#9646B4
(150,70,180)
#A058BB
(160,88,187)
#AA6AC2
(170,106,194)
#B47CC9
(180,124,201)
#BE8ED0
(190,142,208)
#C8A0D7
(200,160,215)
#D2B2DE
(210,178,222)
#DCC4E5
(220,196,229)
#E6D6EC
(230,214,236)
#F0E8F3
(240,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C34AD; }

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

This text font color is #8C34AD.

Background Color

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

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

This div background color is #8C34AD.

Border color

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

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

This div border color is #8C34AD.

Opacity

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

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

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

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

This text has shadow with #8C34AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C34AD.

Preview

Color preview on black background

This text has color #8C34AD on black background.


Color preview on white background

This text has color #8C34AD on white background.


Black color preview on #8C34AD background

This text has black color on #8C34AD background.


White color preview on #8C34AD background

This text has white color on #8C34AD background.


Related colors

Complementary color

Complementary color for #hex is #73CB52.


I love getcolorcode.com

Triadic colors

1 #AD8C34 and #34AD8C with #8C34AD are triadic colors.

2 #AD348C and #348CAD with #8C34AD are triadic colors.