COLOR #8B7482

HEX: #8B7482
RGB: (139,116,130)

Color info

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

RGB color model

#8B7482 color RGB value is (139,116,130).

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

RGB channels and saturation

R 139 of 255 = 55%
G 116 of 255 = 45%
B 130 of 255 = 51%

139
116
130

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

Portions of RGB colors in percentages

R + G + B =
139 + 116 + 130 = 385 (100%)
R 139 of 385 ~ 36.1%
G 116 of 385 ~ 30.13%
B 130 of 385 ~ 33.77%

%36.1
%30.13
%33.77

CMYK color model

#8B7482 color CMYK value is (0,17,6,45).

  • cyan value is 0.00%
  • magenta value is 16.55%
  • yellow value is 6.47%
  • key color value is 45.49%
CMYK:
(0,17,6,45)
C0M17Y6K45 
(0%,17%,6%,45%)
(0.00/0.17/0.06/0.45)	

CMYK percentages

%0
%16.55
%6.47
%45.49

Codes

Color #8B7482 in popluar color models

8B7482
RGB139116130
HSL323°9.02%50.00%
HSB/HSV323°16.55%54.51%
CMYK0.00%16.55%6.47%
45.49%

Color #8B7482 in popluar number systems.

HEX8B7482
Decimal139116130
Binary10001011111010010000010
Octal213164202

Shades and tints

Shades of #8B7482

#8B7482
(139,116,130)
#7F6A77
(127,106,119)
#73606C
(115,96,108)
#675661
(103,86,97)
#5B4C56
(91,76,86)
#4F424B
(79,66,75)
#433840
(67,56,64)
#372E35
(55,46,53)
#2B242A
(43,36,42)
#1F1A1F
(31,26,31)
#131014
(19,16,20)
#000000
(0,0,0)

Tints of #8B7482

#8B7482
(139,116,130)
#95808D
(149,128,141)
#9F8C98
(159,140,152)
#A998A3
(169,152,163)
#B3A4AE
(179,164,174)
#BDB0B9
(189,176,185)
#C7BCC4
(199,188,196)
#D1C8CF
(209,200,207)
#DBD4DA
(219,212,218)
#E5E0E5
(229,224,229)
#EFECF0
(239,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B7482; }

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

This text font color is #8B7482.


Background Color

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

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

This div background color is #8B7482.


Border color

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

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

This div border color is #8B7482.


Opacity

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

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

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

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

This text has shadow with #8B7482 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B7482 on black background.


Color preview on white background

This text has color #8B7482 on white background.



Black color preview on #8B7482 background

This text has black color on #8B7482 background.


White color preview on #8B7482 background

This text has white color on #8B7482 background.