COLOR #8C419D

HEX: #8C419D RGB: (140,65,157)

Color info

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

RGB color model

#8C419D color RGB value is (140,65,157).

RGB: (140,65,157) (55%, 25%, 62%)

RGB channels and saturation

R 140 of 255 = 55%
G 65 of 255 = 25%
B 157 of 255 = 62%

140
65
157

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

Portions of RGB colors in percentages

R + G + B = 140 + 65 + 157 = 362 (100%)
R 140 of 362 ~ 38.67%
G 65 of 362 ~ 17.96%
B 157 of 362 ~ 43.37'%

%38.67
%17.96
%43.37

CMYK color model

#8C419D color CMYK value is (11,59,0,38).

  • cyan value is 10.83%
  • magenta value is 58.60%
  • yellow value is 0.00%
  • key color value is 38.43%

CMYK: (11,59,0,38)
C11M59Y0K38 (11%, 59%, 0%, 38%)
(0.11 / 0.59 / 0.00 / 0.38)

CMYK percentages

%10.83
%58.6
%0
%38.43

Codes

Color #8C419D in popluar color models

8C 41 9D
RGB 140 65 157
HSL 289° 41.44% 43.53%
HSB/HSV 289° 58.60% 61.57%
CMYK 10.83% 58.60% 0.00%
38.43%

Color #8C419D in popluar number systems.

HEX 8C 41 9D
Decimal 140 65 157
Binary 10001100 1000001 10011101
Octal 214 101 235

Shades and tints

Shades of #8C419D

#8C419D
(140,65,157)
#803C8F
(128,60,143)
#743781
(116,55,129)
#683273
(104,50,115)
#5C2D65
(92,45,101)
#502857
(80,40,87)
#442349
(68,35,73)
#381E3B
(56,30,59)
#2C192D
(44,25,45)
#20141F
(32,20,31)
#140F11
(20,15,17)
#000000
(0,0,0)

Tints of #8C419D

#8C419D
(140,65,157)
#9652A5
(150,82,165)
#A063AD
(160,99,173)
#AA74B5
(170,116,181)
#B485BD
(180,133,189)
#BE96C5
(190,150,197)
#C8A7CD
(200,167,205)
#D2B8D5
(210,184,213)
#DCC9DD
(220,201,221)
#E6DAE5
(230,218,229)
#F0EBED
(240,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C419D; }

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

This text font color is #8C419D.

Background Color

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

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

This div background color is #8C419D.

Border color

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

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

This div border color is #8C419D.

Opacity

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

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

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

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

This text has shadow with #8C419D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C419D.

Preview

Color preview on black background

This text has color #8C419D on black background.


Color preview on white background

This text has color #8C419D on white background.


Black color preview on #8C419D background

This text has black color on #8C419D background.


White color preview on #8C419D background

This text has white color on #8C419D background.


Related colors

Complementary color

Complementary color for #hex is #73BE62.


I love getcolorcode.com

Triadic colors

1 #9D8C41 and #419D8C with #8C419D are triadic colors.

2 #9D418C and #418C9D with #8C419D are triadic colors.