COLOR #8B7293

HEX: #8B7293
RGB: (139,114,147)

Color info

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

RGB color model

#8B7293 color RGB value is (139,114,147).

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

RGB channels and saturation

R 139 of 255 = 55%
G 114 of 255 = 45%
B 147 of 255 = 58%

139
114
147

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

Portions of RGB colors in percentages

R + G + B =
139 + 114 + 147 = 400 (100%)
R 139 of 400 ~ 34.75%
G 114 of 400 ~ 28.5%
B 147 of 400 ~ 36.75%

%34.75
%28.5
%36.75

CMYK color model

#8B7293 color CMYK value is (5,22,0,42).

  • cyan value is 5.44%
  • magenta value is 22.45%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(5,22,0,42)
C5M22Y0K42 
(5%,22%,0%,42%)
(0.05/0.22/0.00/0.42)	

CMYK percentages

%5.44
%22.45
%0
%42.35

Codes

Color #8B7293 in popluar color models

8B7293
RGB139114147
HSL285°13.25%51.18%
HSB/HSV285°22.45%57.65%
CMYK5.44%22.45%0.00%
42.35%

Color #8B7293 in popluar number systems.

HEX8B7293
Decimal139114147
Binary10001011111001010010011
Octal213162223

Shades and tints

Shades of #8B7293

#8B7293
(139,114,147)
#7F6886
(127,104,134)
#735E79
(115,94,121)
#67546C
(103,84,108)
#5B4A5F
(91,74,95)
#4F4052
(79,64,82)
#433645
(67,54,69)
#372C38
(55,44,56)
#2B222B
(43,34,43)
#1F181E
(31,24,30)
#130E11
(19,14,17)
#000000
(0,0,0)

Tints of #8B7293

#8B7293
(139,114,147)
#957E9C
(149,126,156)
#9F8AA5
(159,138,165)
#A996AE
(169,150,174)
#B3A2B7
(179,162,183)
#BDAEC0
(189,174,192)
#C7BAC9
(199,186,201)
#D1C6D2
(209,198,210)
#DBD2DB
(219,210,219)
#E5DEE4
(229,222,228)
#EFEAED
(239,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B7293; }

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

This text font color is #8B7293.


Background Color

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

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

This div background color is #8B7293.


Border color

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

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

This div border color is #8B7293.


Opacity

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

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

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

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

This text has shadow with #8B7293 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B7293 on black background.


Color preview on white background

This text has color #8B7293 on white background.



Black color preview on #8B7293 background

This text has black color on #8B7293 background.


White color preview on #8B7293 background

This text has white color on #8B7293 background.