COLOR #8B3CA4

HEX: #8B3CA4 RGB: (139,60,164)

Color info

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

RGB color model

#8B3CA4 color RGB value is (139,60,164).

RGB: (139,60,164) (55%, 24%, 64%)

RGB channels and saturation

R 139 of 255 = 55%
G 60 of 255 = 24%
B 164 of 255 = 64%

139
60
164

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

Portions of RGB colors in percentages

R + G + B = 139 + 60 + 164 = 363 (100%)
R 139 of 363 ~ 38.29%
G 60 of 363 ~ 16.53%
B 164 of 363 ~ 45.18'%

%38.29
%16.53
%45.18

CMYK color model

#8B3CA4 color CMYK value is (15,63,0,36).

  • cyan value is 15.24%
  • magenta value is 63.41%
  • yellow value is 0.00%
  • key color value is 35.69%

CMYK: (15,63,0,36)
C15M63Y0K36 (15%, 63%, 0%, 36%)
(0.15 / 0.63 / 0.00 / 0.36)

CMYK percentages

%15.24
%63.41
%0
%35.69

Codes

Color #8B3CA4 in popluar color models

8B 3C A4
RGB 139 60 164
HSL 286° 46.43% 43.92%
HSB/HSV 286° 63.41% 64.31%
CMYK 15.24% 63.41% 0.00%
35.69%

Color #8B3CA4 in popluar number systems.

HEX 8B 3C A4
Decimal 139 60 164
Binary 10001011 111100 10100100
Octal 213 74 244

Shades and tints

Shades of #8B3CA4

#8B3CA4
(139,60,164)
#7F3796
(127,55,150)
#733288
(115,50,136)
#672D7A
(103,45,122)
#5B286C
(91,40,108)
#4F235E
(79,35,94)
#431E50
(67,30,80)
#371942
(55,25,66)
#2B1434
(43,20,52)
#1F0F26
(31,15,38)
#130A18
(19,10,24)
#000000
(0,0,0)

Tints of #8B3CA4

#8B3CA4
(139,60,164)
#954DAC
(149,77,172)
#9F5EB4
(159,94,180)
#A96FBC
(169,111,188)
#B380C4
(179,128,196)
#BD91CC
(189,145,204)
#C7A2D4
(199,162,212)
#D1B3DC
(209,179,220)
#DBC4E4
(219,196,228)
#E5D5EC
(229,213,236)
#EFE6F4
(239,230,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B3CA4 color. Also use rgb(139,60,164) instead hex code.

Text Font Color

.myTextColor { color: #8B3CA4; }

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

This text font color is #8B3CA4.

Background Color

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

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

This div background color is #8B3CA4.

Border color

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

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

This div border color is #8B3CA4.

Opacity

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

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

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

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

This text has shadow with #8B3CA4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B3CA4.

Preview

Color preview on black background

This text has color #8B3CA4 on black background.


Color preview on white background

This text has color #8B3CA4 on white background.


Black color preview on #8B3CA4 background

This text has black color on #8B3CA4 background.


White color preview on #8B3CA4 background

This text has white color on #8B3CA4 background.


Related colors

Complementary color

Complementary color for #hex is #74C35B.


I love getcolorcode.com

Triadic colors

1 #A48B3C and #3CA48B with #8B3CA4 are triadic colors.

2 #A43C8B and #3C8BA4 with #8B3CA4 are triadic colors.