COLOR #8C3BA1

HEX: #8C3BA1 RGB: (140,59,161)

Color info

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

RGB color model

#8C3BA1 color RGB value is (140,59,161).

RGB: (140,59,161) (55%, 23%, 63%)

RGB channels and saturation

R 140 of 255 = 55%
G 59 of 255 = 23%
B 161 of 255 = 63%

140
59
161

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

Portions of RGB colors in percentages

R + G + B = 140 + 59 + 161 = 360 (100%)
R 140 of 360 ~ 38.89%
G 59 of 360 ~ 16.39%
B 161 of 360 ~ 44.72'%

%38.89
%16.39
%44.72

CMYK color model

#8C3BA1 color CMYK value is (13,63,0,37).

  • cyan value is 13.04%
  • magenta value is 63.35%
  • yellow value is 0.00%
  • key color value is 36.86%

CMYK: (13,63,0,37)
C13M63Y0K37 (13%, 63%, 0%, 37%)
(0.13 / 0.63 / 0.00 / 0.37)

CMYK percentages

%13.04
%63.35
%0
%36.86

Codes

Color #8C3BA1 in popluar color models

8C 3B A1
RGB 140 59 161
HSL 288° 46.36% 43.14%
HSB/HSV 288° 63.35% 63.14%
CMYK 13.04% 63.35% 0.00%
36.86%

Color #8C3BA1 in popluar number systems.

HEX 8C 3B A1
Decimal 140 59 161
Binary 10001100 111011 10100001
Octal 214 73 241

Shades and tints

Shades of #8C3BA1

#8C3BA1
(140,59,161)
#803693
(128,54,147)
#743185
(116,49,133)
#682C77
(104,44,119)
#5C2769
(92,39,105)
#50225B
(80,34,91)
#441D4D
(68,29,77)
#38183F
(56,24,63)
#2C1331
(44,19,49)
#200E23
(32,14,35)
#140915
(20,9,21)
#000000
(0,0,0)

Tints of #8C3BA1

#8C3BA1
(140,59,161)
#964CA9
(150,76,169)
#A05DB1
(160,93,177)
#AA6EB9
(170,110,185)
#B47FC1
(180,127,193)
#BE90C9
(190,144,201)
#C8A1D1
(200,161,209)
#D2B2D9
(210,178,217)
#DCC3E1
(220,195,225)
#E6D4E9
(230,212,233)
#F0E5F1
(240,229,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C3BA1 color. Also use rgb(140,59,161) instead hex code.

Text Font Color

.myTextColor { color: #8C3BA1; }

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

This text font color is #8C3BA1.

Background Color

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

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

This div background color is #8C3BA1.

Border color

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

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

This div border color is #8C3BA1.

Opacity

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

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

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

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

This text has shadow with #8C3BA1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C3BA1.

Preview

Color preview on black background

This text has color #8C3BA1 on black background.


Color preview on white background

This text has color #8C3BA1 on white background.


Black color preview on #8C3BA1 background

This text has black color on #8C3BA1 background.


White color preview on #8C3BA1 background

This text has white color on #8C3BA1 background.


Related colors

Complementary color

Complementary color for #hex is #73C45E.


I love getcolorcode.com

Triadic colors

1 #A18C3B and #3BA18C with #8C3BA1 are triadic colors.

2 #A13B8C and #3B8CA1 with #8C3BA1 are triadic colors.