COLOR #8B7593

HEX: #8B7593
RGB: (139,117,147)

Color info

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

RGB color model

#8B7593 color RGB value is (139,117,147).

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

RGB channels and saturation

R 139 of 255 = 55%
G 117 of 255 = 46%
B 147 of 255 = 58%

139
117
147

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

Portions of RGB colors in percentages

R + G + B =
139 + 117 + 147 = 403 (100%)
R 139 of 403 ~ 34.49%
G 117 of 403 ~ 29.03%
B 147 of 403 ~ 36.48%

%34.49
%29.03
%36.48

CMYK color model

#8B7593 color CMYK value is (5,20,0,42).

  • cyan value is 5.44%
  • magenta value is 20.41%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(5,20,0,42)
C5M20Y0K42 
(5%,20%,0%,42%)
(0.05/0.20/0.00/0.42)	

CMYK percentages

%5.44
%20.41
%0
%42.35

Codes

Color #8B7593 in popluar color models

8B7593
RGB139117147
HSL284°12.20%51.76%
HSB/HSV284°20.41%57.65%
CMYK5.44%20.41%0.00%
42.35%

Color #8B7593 in popluar number systems.

HEX8B7593
Decimal139117147
Binary10001011111010110010011
Octal213165223

Shades and tints

Shades of #8B7593

#8B7593
(139,117,147)
#7F6B86
(127,107,134)
#736179
(115,97,121)
#67576C
(103,87,108)
#5B4D5F
(91,77,95)
#4F4352
(79,67,82)
#433945
(67,57,69)
#372F38
(55,47,56)
#2B252B
(43,37,43)
#1F1B1E
(31,27,30)
#131111
(19,17,17)
#000000
(0,0,0)

Tints of #8B7593

#8B7593
(139,117,147)
#95819C
(149,129,156)
#9F8DA5
(159,141,165)
#A999AE
(169,153,174)
#B3A5B7
(179,165,183)
#BDB1C0
(189,177,192)
#C7BDC9
(199,189,201)
#D1C9D2
(209,201,210)
#DBD5DB
(219,213,219)
#E5E1E4
(229,225,228)
#EFEDED
(239,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B7593; }

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

This text font color is #8B7593.


Background Color

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

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

This div background color is #8B7593.


Border color

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

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

This div border color is #8B7593.


Opacity

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

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

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

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

This text has shadow with #8B7593 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B7593 on black background.


Color preview on white background

This text has color #8B7593 on white background.



Black color preview on #8B7593 background

This text has black color on #8B7593 background.


White color preview on #8B7593 background

This text has white color on #8B7593 background.