COLOR #8B5A8A

HEX: #8B5A8A
RGB: (139,90,138)

Color info

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

RGB color model

#8B5A8A color RGB value is (139,90,138).

  • red value is 139;
  • green value is 90;
  • blue value is 138.
RGB:
(139,90,138)
(55%,35%,54%)

RGB channels and saturation

R 139 of 255 = 55%
G 90 of 255 = 35%
B 138 of 255 = 54%

139
90
138

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

Portions of RGB colors in percentages

R + G + B =
139 + 90 + 138 = 367 (100%)
R 139 of 367 ~ 37.87%
G 90 of 367 ~ 24.52%
B 138 of 367 ~ 37.6%

%37.87
%24.52
%37.6

CMYK color model

#8B5A8A color CMYK value is (0,35,1,45).

  • cyan value is 0.00%
  • magenta value is 35.25%
  • yellow value is 0.72%
  • key color value is 45.49%
CMYK:
(0,35,1,45)
C0M35Y1K45 
(0%,35%,1%,45%)
(0.00/0.35/0.01/0.45)	

CMYK percentages

%0
%35.25
%0.72
%45.49

Codes

Color #8B5A8A in popluar color models

8B5A8A
RGB13990138
HSL301°21.40%44.90%
HSB/HSV301°35.25%54.51%
CMYK0.00%35.25%0.72%
45.49%

Color #8B5A8A in popluar number systems.

HEX8B5A8A
Decimal13990138
Binary10001011101101010001010
Octal213132212

Shades and tints

Shades of #8B5A8A

#8B5A8A
(139,90,138)
#7F527E
(127,82,126)
#734A72
(115,74,114)
#674266
(103,66,102)
#5B3A5A
(91,58,90)
#4F324E
(79,50,78)
#432A42
(67,42,66)
#372236
(55,34,54)
#2B1A2A
(43,26,42)
#1F121E
(31,18,30)
#130A12
(19,10,18)
#000000
(0,0,0)

Tints of #8B5A8A

#8B5A8A
(139,90,138)
#956994
(149,105,148)
#9F789E
(159,120,158)
#A987A8
(169,135,168)
#B396B2
(179,150,178)
#BDA5BC
(189,165,188)
#C7B4C6
(199,180,198)
#D1C3D0
(209,195,208)
#DBD2DA
(219,210,218)
#E5E1E4
(229,225,228)
#EFF0EE
(239,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B5A8A color. Also use rgb(139,90,138) instead hex code.

Text Font Color

.myTextColor { color: #8B5A8A; }

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

This text font color is #8B5A8A.


Background Color

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

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

This div background color is #8B5A8A.


Border color

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

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

This div border color is #8B5A8A.


Opacity

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

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

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

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

This text has shadow with #8B5A8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B5A8A on black background.


Color preview on white background

This text has color #8B5A8A on white background.



Black color preview on #8B5A8A background

This text has black color on #8B5A8A background.


White color preview on #8B5A8A background

This text has white color on #8B5A8A background.