COLOR #8B5C82

HEX: #8B5C82
RGB: (139,92,130)

Color info

#8B5C82 contains red, green and blue colors in about the same proportion. Web safe color of #8B5C82 is #996699 (or #969).

RGB color model

#8B5C82 color RGB value is (139,92,130).

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

RGB channels and saturation

R 139 of 255 = 55%
G 92 of 255 = 36%
B 130 of 255 = 51%

139
92
130

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

Portions of RGB colors in percentages

R + G + B =
139 + 92 + 130 = 361 (100%)
R 139 of 361 ~ 38.5%
G 92 of 361 ~ 25.48%
B 130 of 361 ~ 36.01%

%38.5
%25.48
%36.01

CMYK color model

#8B5C82 color CMYK value is (0,34,6,45).

  • cyan value is 0.00%
  • magenta value is 33.81%
  • yellow value is 6.47%
  • key color value is 45.49%
CMYK:
(0,34,6,45)
C0M34Y6K45 
(0%,34%,6%,45%)
(0.00/0.34/0.06/0.45)	

CMYK percentages

%0
%33.81
%6.47
%45.49

Codes

Color #8B5C82 in popluar color models

8B5C82
RGB13992130
HSL311°20.35%45.29%
HSB/HSV311°33.81%54.51%
CMYK0.00%33.81%6.47%
45.49%

Color #8B5C82 in popluar number systems.

HEX8B5C82
Decimal13992130
Binary10001011101110010000010
Octal213134202

Shades and tints

Shades of #8B5C82

#8B5C82
(139,92,130)
#7F5477
(127,84,119)
#734C6C
(115,76,108)
#674461
(103,68,97)
#5B3C56
(91,60,86)
#4F344B
(79,52,75)
#432C40
(67,44,64)
#372435
(55,36,53)
#2B1C2A
(43,28,42)
#1F141F
(31,20,31)
#130C14
(19,12,20)
#000000
(0,0,0)

Tints of #8B5C82

#8B5C82
(139,92,130)
#956A8D
(149,106,141)
#9F7898
(159,120,152)
#A986A3
(169,134,163)
#B394AE
(179,148,174)
#BDA2B9
(189,162,185)
#C7B0C4
(199,176,196)
#D1BECF
(209,190,207)
#DBCCDA
(219,204,218)
#E5DAE5
(229,218,229)
#EFE8F0
(239,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B5C82; }

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

This text font color is #8B5C82.


Background Color

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

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

This div background color is #8B5C82.


Border color

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

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

This div border color is #8B5C82.


Opacity

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

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

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

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

This text has shadow with #8B5C82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B5C82 on black background.


Color preview on white background

This text has color #8B5C82 on white background.



Black color preview on #8B5C82 background

This text has black color on #8B5C82 background.


White color preview on #8B5C82 background

This text has white color on #8B5C82 background.