COLOR #8B7582

HEX: #8B7582
RGB: (139,117,130)

Color info

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

RGB color model

#8B7582 color RGB value is (139,117,130).

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

RGB channels and saturation

R 139 of 255 = 55%
G 117 of 255 = 46%
B 130 of 255 = 51%

139
117
130

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

Portions of RGB colors in percentages

R + G + B =
139 + 117 + 130 = 386 (100%)
R 139 of 386 ~ 36.01%
G 117 of 386 ~ 30.31%
B 130 of 386 ~ 33.68%

%36.01
%30.31
%33.68

CMYK color model

#8B7582 color CMYK value is (0,16,6,45).

  • cyan value is 0.00%
  • magenta value is 15.83%
  • yellow value is 6.47%
  • key color value is 45.49%
CMYK:
(0,16,6,45)
C0M16Y6K45 
(0%,16%,6%,45%)
(0.00/0.16/0.06/0.45)	

CMYK percentages

%0
%15.83
%6.47
%45.49

Codes

Color #8B7582 in popluar color models

8B7582
RGB139117130
HSL325°8.66%50.20%
HSB/HSV325°15.83%54.51%
CMYK0.00%15.83%6.47%
45.49%

Color #8B7582 in popluar number systems.

HEX8B7582
Decimal139117130
Binary10001011111010110000010
Octal213165202

Shades and tints

Shades of #8B7582

#8B7582
(139,117,130)
#7F6B77
(127,107,119)
#73616C
(115,97,108)
#675761
(103,87,97)
#5B4D56
(91,77,86)
#4F434B
(79,67,75)
#433940
(67,57,64)
#372F35
(55,47,53)
#2B252A
(43,37,42)
#1F1B1F
(31,27,31)
#131114
(19,17,20)
#000000
(0,0,0)

Tints of #8B7582

#8B7582
(139,117,130)
#95818D
(149,129,141)
#9F8D98
(159,141,152)
#A999A3
(169,153,163)
#B3A5AE
(179,165,174)
#BDB1B9
(189,177,185)
#C7BDC4
(199,189,196)
#D1C9CF
(209,201,207)
#DBD5DA
(219,213,218)
#E5E1E5
(229,225,229)
#EFEDF0
(239,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B7582; }

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

This text font color is #8B7582.


Background Color

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

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

This div background color is #8B7582.


Border color

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

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

This div border color is #8B7582.


Opacity

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

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

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

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

This text has shadow with #8B7582 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B7582 on black background.


Color preview on white background

This text has color #8B7582 on white background.



Black color preview on #8B7582 background

This text has black color on #8B7582 background.


White color preview on #8B7582 background

This text has white color on #8B7582 background.