COLOR #8C4CA4

HEX: #8C4CA4
RGB: (140,76,164)

Color info

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

RGB color model

#8C4CA4 color RGB value is (140,76,164).

  • red value is 140;
  • green value is 76;
  • blue value is 164.
RGB:
(140,76,164)
(55%,30%,64%)

RGB channels and saturation

R 140 of 255 = 55%
G 76 of 255 = 30%
B 164 of 255 = 64%

140
76
164

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

Portions of RGB colors in percentages

R + G + B =
140 + 76 + 164 = 380 (100%)
R 140 of 380 ~ 36.84%
G 76 of 380 ~ 20%
B 164 of 380 ~ 43.16%

%36.84
%20
%43.16

CMYK color model

#8C4CA4 color CMYK value is (15,54,0,36).

  • cyan value is 14.63%
  • magenta value is 53.66%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(15,54,0,36)
C15M54Y0K36 
(15%,54%,0%,36%)
(0.15/0.54/0.00/0.36)	

CMYK percentages

%14.63
%53.66
%0
%35.69

Codes

Color #8C4CA4 in popluar color models

8C4CA4
RGB14076164
HSL284°36.67%47.06%
HSB/HSV284°53.66%64.31%
CMYK14.63%53.66%0.00%
35.69%

Color #8C4CA4 in popluar number systems.

HEX8C4CA4
Decimal14076164
Binary10001100100110010100100
Octal214114244

Shades and tints

Shades of #8C4CA4

#8C4CA4
(140,76,164)
#804696
(128,70,150)
#744088
(116,64,136)
#683A7A
(104,58,122)
#5C346C
(92,52,108)
#502E5E
(80,46,94)
#442850
(68,40,80)
#382242
(56,34,66)
#2C1C34
(44,28,52)
#201626
(32,22,38)
#141018
(20,16,24)
#000000
(0,0,0)

Tints of #8C4CA4

#8C4CA4
(140,76,164)
#965CAC
(150,92,172)
#A06CB4
(160,108,180)
#AA7CBC
(170,124,188)
#B48CC4
(180,140,196)
#BE9CCC
(190,156,204)
#C8ACD4
(200,172,212)
#D2BCDC
(210,188,220)
#DCCCE4
(220,204,228)
#E6DCEC
(230,220,236)
#F0ECF4
(240,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C4CA4; }

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

This text font color is #8C4CA4.


Background Color

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

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

This div background color is #8C4CA4.


Border color

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

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

This div border color is #8C4CA4.


Opacity

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

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

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

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

This text has shadow with #8C4CA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C4CA4 on black background.


Color preview on white background

This text has color #8C4CA4 on white background.



Black color preview on #8C4CA4 background

This text has black color on #8C4CA4 background.


White color preview on #8C4CA4 background

This text has white color on #8C4CA4 background.