COLOR #8B7993

HEX: #8B7993
RGB: (139,121,147)

Color info

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

RGB color model

#8B7993 color RGB value is (139,121,147).

  • red value is 139;
  • green value is 121;
  • blue value is 147.
RGB:
(139,121,147)
(55%,47%,58%)

RGB channels and saturation

R 139 of 255 = 55%
G 121 of 255 = 47%
B 147 of 255 = 58%

139
121
147

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

Portions of RGB colors in percentages

R + G + B =
139 + 121 + 147 = 407 (100%)
R 139 of 407 ~ 34.15%
G 121 of 407 ~ 29.73%
B 147 of 407 ~ 36.12%

%34.15
%29.73
%36.12

CMYK color model

#8B7993 color CMYK value is (5,18,0,42).

  • cyan value is 5.44%
  • magenta value is 17.69%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(5,18,0,42)
C5M18Y0K42 
(5%,18%,0%,42%)
(0.05/0.18/0.00/0.42)	

CMYK percentages

%5.44
%17.69
%0
%42.35

Codes

Color #8B7993 in popluar color models

8B7993
RGB139121147
HSL282°10.74%52.55%
HSB/HSV282°17.69%57.65%
CMYK5.44%17.69%0.00%
42.35%

Color #8B7993 in popluar number systems.

HEX8B7993
Decimal139121147
Binary10001011111100110010011
Octal213171223

Shades and tints

Shades of #8B7993

#8B7993
(139,121,147)
#7F6E86
(127,110,134)
#736379
(115,99,121)
#67586C
(103,88,108)
#5B4D5F
(91,77,95)
#4F4252
(79,66,82)
#433745
(67,55,69)
#372C38
(55,44,56)
#2B212B
(43,33,43)
#1F161E
(31,22,30)
#130B11
(19,11,17)
#000000
(0,0,0)

Tints of #8B7993

#8B7993
(139,121,147)
#95859C
(149,133,156)
#9F91A5
(159,145,165)
#A99DAE
(169,157,174)
#B3A9B7
(179,169,183)
#BDB5C0
(189,181,192)
#C7C1C9
(199,193,201)
#D1CDD2
(209,205,210)
#DBD9DB
(219,217,219)
#E5E5E4
(229,229,228)
#EFF1ED
(239,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B7993 color. Also use rgb(139,121,147) instead hex code.

Text Font Color

.myTextColor { color: #8B7993; }

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

This text font color is #8B7993.


Background Color

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

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

This div background color is #8B7993.


Border color

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

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

This div border color is #8B7993.


Opacity

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

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

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

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

This text has shadow with #8B7993 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B7993 on black background.


Color preview on white background

This text has color #8B7993 on white background.



Black color preview on #8B7993 background

This text has black color on #8B7993 background.


White color preview on #8B7993 background

This text has white color on #8B7993 background.