COLOR #8B759F

HEX: #8B759F
RGB: (139,117,159)

Color info

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

RGB color model

#8B759F color RGB value is (139,117,159).

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

RGB channels and saturation

R 139 of 255 = 55%
G 117 of 255 = 46%
B 159 of 255 = 62%

139
117
159

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

Portions of RGB colors in percentages

R + G + B =
139 + 117 + 159 = 415 (100%)
R 139 of 415 ~ 33.49%
G 117 of 415 ~ 28.19%
B 159 of 415 ~ 38.31%

%33.49
%28.19
%38.31

CMYK color model

#8B759F color CMYK value is (13,26,0,38).

  • cyan value is 12.58%
  • magenta value is 26.42%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(13,26,0,38)
C13M26Y0K38 
(13%,26%,0%,38%)
(0.13/0.26/0.00/0.38)	

CMYK percentages

%12.58
%26.42
%0
%37.65

Codes

Color #8B759F in popluar color models

8B759F
RGB139117159
HSL271°17.95%54.12%
HSB/HSV271°26.42%62.35%
CMYK12.58%26.42%0.00%
37.65%

Color #8B759F in popluar number systems.

HEX8B759F
Decimal139117159
Binary10001011111010110011111
Octal213165237

Shades and tints

Shades of #8B759F

#8B759F
(139,117,159)
#7F6B91
(127,107,145)
#736183
(115,97,131)
#675775
(103,87,117)
#5B4D67
(91,77,103)
#4F4359
(79,67,89)
#43394B
(67,57,75)
#372F3D
(55,47,61)
#2B252F
(43,37,47)
#1F1B21
(31,27,33)
#131113
(19,17,19)
#000000
(0,0,0)

Tints of #8B759F

#8B759F
(139,117,159)
#9581A7
(149,129,167)
#9F8DAF
(159,141,175)
#A999B7
(169,153,183)
#B3A5BF
(179,165,191)
#BDB1C7
(189,177,199)
#C7BDCF
(199,189,207)
#D1C9D7
(209,201,215)
#DBD5DF
(219,213,223)
#E5E1E7
(229,225,231)
#EFEDEF
(239,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B759F; }

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

This text font color is #8B759F.


Background Color

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

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

This div background color is #8B759F.


Border color

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

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

This div border color is #8B759F.


Opacity

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

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

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

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

This text has shadow with #8B759F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B759F on black background.


Color preview on white background

This text has color #8B759F on white background.



Black color preview on #8B759F background

This text has black color on #8B759F background.


White color preview on #8B759F background

This text has white color on #8B759F background.