COLOR #8B7093

HEX: #8B7093
RGB: (139,112,147)

Color info

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

RGB color model

#8B7093 color RGB value is (139,112,147).

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

RGB channels and saturation

R 139 of 255 = 55%
G 112 of 255 = 44%
B 147 of 255 = 58%

139
112
147

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

Portions of RGB colors in percentages

R + G + B =
139 + 112 + 147 = 398 (100%)
R 139 of 398 ~ 34.92%
G 112 of 398 ~ 28.14%
B 147 of 398 ~ 36.93%

%34.92
%28.14
%36.93

CMYK color model

#8B7093 color CMYK value is (5,24,0,42).

  • cyan value is 5.44%
  • magenta value is 23.81%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(5,24,0,42)
C5M24Y0K42 
(5%,24%,0%,42%)
(0.05/0.24/0.00/0.42)	

CMYK percentages

%5.44
%23.81
%0
%42.35

Codes

Color #8B7093 in popluar color models

8B7093
RGB139112147
HSL286°13.94%50.78%
HSB/HSV286°23.81%57.65%
CMYK5.44%23.81%0.00%
42.35%

Color #8B7093 in popluar number systems.

HEX8B7093
Decimal139112147
Binary10001011111000010010011
Octal213160223

Shades and tints

Shades of #8B7093

#8B7093
(139,112,147)
#7F6686
(127,102,134)
#735C79
(115,92,121)
#67526C
(103,82,108)
#5B485F
(91,72,95)
#4F3E52
(79,62,82)
#433445
(67,52,69)
#372A38
(55,42,56)
#2B202B
(43,32,43)
#1F161E
(31,22,30)
#130C11
(19,12,17)
#000000
(0,0,0)

Tints of #8B7093

#8B7093
(139,112,147)
#957D9C
(149,125,156)
#9F8AA5
(159,138,165)
#A997AE
(169,151,174)
#B3A4B7
(179,164,183)
#BDB1C0
(189,177,192)
#C7BEC9
(199,190,201)
#D1CBD2
(209,203,210)
#DBD8DB
(219,216,219)
#E5E5E4
(229,229,228)
#EFF2ED
(239,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B7093; }

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

This text font color is #8B7093.


Background Color

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

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

This div background color is #8B7093.


Border color

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

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

This div border color is #8B7093.


Opacity

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

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

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

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

This text has shadow with #8B7093 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B7093 on black background.


Color preview on white background

This text has color #8B7093 on white background.



Black color preview on #8B7093 background

This text has black color on #8B7093 background.


White color preview on #8B7093 background

This text has white color on #8B7093 background.