COLOR #8B5CA5

HEX: #8B5CA5
RGB: (139,92,165)

Color info

#8B5CA5 contains mainly red and blue colors. Web safe color of #8B5CA5 is #996699 (or #969).

RGB color model

#8B5CA5 color RGB value is (139,92,165).

  • red value is 139;
  • green value is 92;
  • blue value is 165.
RGB:
(139,92,165)
(55%,36%,65%)

RGB channels and saturation

R 139 of 255 = 55%
G 92 of 255 = 36%
B 165 of 255 = 65%

139
92
165

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

Portions of RGB colors in percentages

R + G + B =
139 + 92 + 165 = 396 (100%)
R 139 of 396 ~ 35.1%
G 92 of 396 ~ 23.23%
B 165 of 396 ~ 41.67%

%35.1
%23.23
%41.67

CMYK color model

#8B5CA5 color CMYK value is (16,44,0,35).

  • cyan value is 15.76%
  • magenta value is 44.24%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(16,44,0,35)
C16M44Y0K35 
(16%,44%,0%,35%)
(0.16/0.44/0.00/0.35)	

CMYK percentages

%15.76
%44.24
%0
%35.29

Codes

Color #8B5CA5 in popluar color models

8B5CA5
RGB13992165
HSL279°28.85%50.39%
HSB/HSV279°44.24%64.71%
CMYK15.76%44.24%0.00%
35.29%

Color #8B5CA5 in popluar number systems.

HEX8B5CA5
Decimal13992165
Binary10001011101110010100101
Octal213134245

Shades and tints

Shades of #8B5CA5

#8B5CA5
(139,92,165)
#7F5496
(127,84,150)
#734C87
(115,76,135)
#674478
(103,68,120)
#5B3C69
(91,60,105)
#4F345A
(79,52,90)
#432C4B
(67,44,75)
#37243C
(55,36,60)
#2B1C2D
(43,28,45)
#1F141E
(31,20,30)
#130C0F
(19,12,15)
#000000
(0,0,0)

Tints of #8B5CA5

#8B5CA5
(139,92,165)
#956AAD
(149,106,173)
#9F78B5
(159,120,181)
#A986BD
(169,134,189)
#B394C5
(179,148,197)
#BDA2CD
(189,162,205)
#C7B0D5
(199,176,213)
#D1BEDD
(209,190,221)
#DBCCE5
(219,204,229)
#E5DAED
(229,218,237)
#EFE8F5
(239,232,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B5CA5 color. Also use rgb(139,92,165) instead hex code.

Text Font Color

.myTextColor { color: #8B5CA5; }

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

This text font color is #8B5CA5.


Background Color

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

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

This div background color is #8B5CA5.


Border color

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

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

This div border color is #8B5CA5.


Opacity

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

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

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

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

This text has shadow with #8B5CA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B5CA5 on black background.


Color preview on white background

This text has color #8B5CA5 on white background.



Black color preview on #8B5CA5 background

This text has black color on #8B5CA5 background.


White color preview on #8B5CA5 background

This text has white color on #8B5CA5 background.