COLOR #8C40A9

HEX: #8C40A9
RGB: (140,64,169)

Color info

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

RGB color model

#8C40A9 color RGB value is (140,64,169).

  • red value is 140;
  • green value is 64;
  • blue value is 169.
RGB:
(140,64,169)
(55%,25%,66%)

RGB channels and saturation

R 140 of 255 = 55%
G 64 of 255 = 25%
B 169 of 255 = 66%

140
64
169

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

Portions of RGB colors in percentages

R + G + B =
140 + 64 + 169 = 373 (100%)
R 140 of 373 ~ 37.53%
G 64 of 373 ~ 17.16%
B 169 of 373 ~ 45.31%

%37.53
%17.16
%45.31

CMYK color model

#8C40A9 color CMYK value is (17,62,0,34).

  • cyan value is 17.16%
  • magenta value is 62.13%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(17,62,0,34)
C17M62Y0K34 
(17%,62%,0%,34%)
(0.17/0.62/0.00/0.34)	

CMYK percentages

%17.16
%62.13
%0
%33.73

Codes

Color #8C40A9 in popluar color models

8C40A9
RGB14064169
HSL283°45.06%45.69%
HSB/HSV283°62.13%66.27%
CMYK17.16%62.13%0.00%
33.73%

Color #8C40A9 in popluar number systems.

HEX8C40A9
Decimal14064169
Binary10001100100000010101001
Octal214100251

Shades and tints

Shades of #8C40A9

#8C40A9
(140,64,169)
#803B9A
(128,59,154)
#74368B
(116,54,139)
#68317C
(104,49,124)
#5C2C6D
(92,44,109)
#50275E
(80,39,94)
#44224F
(68,34,79)
#381D40
(56,29,64)
#2C1831
(44,24,49)
#201322
(32,19,34)
#140E13
(20,14,19)
#000000
(0,0,0)

Tints of #8C40A9

#8C40A9
(140,64,169)
#9651B0
(150,81,176)
#A062B7
(160,98,183)
#AA73BE
(170,115,190)
#B484C5
(180,132,197)
#BE95CC
(190,149,204)
#C8A6D3
(200,166,211)
#D2B7DA
(210,183,218)
#DCC8E1
(220,200,225)
#E6D9E8
(230,217,232)
#F0EAEF
(240,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C40A9; }

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

This text font color is #8C40A9.


Background Color

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

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

This div background color is #8C40A9.


Border color

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

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

This div border color is #8C40A9.


Opacity

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

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

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

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

This text has shadow with #8C40A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C40A9 on black background.


Color preview on white background

This text has color #8C40A9 on white background.



Black color preview on #8C40A9 background

This text has black color on #8C40A9 background.


White color preview on #8C40A9 background

This text has white color on #8C40A9 background.