COLOR #8B5C9B

HEX: #8B5C9B RGB: (139,92,155)

Color info

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

RGB color model

#8B5C9B color RGB value is (139,92,155).

RGB: (139,92,155) (55%, 36%, 61%)

RGB channels and saturation

R 139 of 255 = 55%
G 92 of 255 = 36%
B 155 of 255 = 61%

139
92
155

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

Portions of RGB colors in percentages

R + G + B = 139 + 92 + 155 = 386 (100%)
R 139 of 386 ~ 36.01%
G 92 of 386 ~ 23.83%
B 155 of 386 ~ 40.16'%

%36.01
%23.83
%40.16

CMYK color model

#8B5C9B color CMYK value is (10,41,0,39).

  • cyan value is 10.32%
  • magenta value is 40.65%
  • yellow value is 0.00%
  • key color value is 39.22%

CMYK: (10,41,0,39)
C10M41Y0K39 (10%, 41%, 0%, 39%)
(0.10 / 0.41 / 0.00 / 0.39)

CMYK percentages

%10.32
%40.65
%0
%39.22

Codes

Color #8B5C9B in popluar color models

8B 5C 9B
RGB 139 92 155
HSL 285° 25.51% 48.43%
HSB/HSV 285° 40.65% 60.78%
CMYK 10.32% 40.65% 0.00%
39.22%

Color #8B5C9B in popluar number systems.

HEX 8B 5C 9B
Decimal 139 92 155
Binary 10001011 1011100 10011011
Octal 213 134 233

Shades and tints

Shades of #8B5C9B

#8B5C9B
(139,92,155)
#7F548D
(127,84,141)
#734C7F
(115,76,127)
#674471
(103,68,113)
#5B3C63
(91,60,99)
#4F3455
(79,52,85)
#432C47
(67,44,71)
#372439
(55,36,57)
#2B1C2B
(43,28,43)
#1F141D
(31,20,29)
#130C0F
(19,12,15)
#000000
(0,0,0)

Tints of #8B5C9B

#8B5C9B
(139,92,155)
#956AA4
(149,106,164)
#9F78AD
(159,120,173)
#A986B6
(169,134,182)
#B394BF
(179,148,191)
#BDA2C8
(189,162,200)
#C7B0D1
(199,176,209)
#D1BEDA
(209,190,218)
#DBCCE3
(219,204,227)
#E5DAEC
(229,218,236)
#EFE8F5
(239,232,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B5C9B; }

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

This text font color is #8B5C9B.

Background Color

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

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

This div background color is #8B5C9B.

Border color

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

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

This div border color is #8B5C9B.

Opacity

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

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

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

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

This text has shadow with #8B5C9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B5C9B.

Preview

Color preview on black background

This text has color #8B5C9B on black background.


Color preview on white background

This text has color #8B5C9B on white background.


Black color preview on #8B5C9B background

This text has black color on #8B5C9B background.


White color preview on #8B5C9B background

This text has white color on #8B5C9B background.


Related colors

Complementary color

Complementary color for #hex is #74A364.


I love getcolorcode.com

Triadic colors

1 #9B8B5C and #5C9B8B with #8B5C9B are triadic colors.

2 #9B5C8B and #5C8B9B with #8B5C9B are triadic colors.