COLOR #8B5792

HEX: #8B5792 RGB: (139,87,146)

Color info

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

RGB color model

#8B5792 color RGB value is (139,87,146).

RGB: (139,87,146) (55%, 34%, 57%)

RGB channels and saturation

R 139 of 255 = 55%
G 87 of 255 = 34%
B 146 of 255 = 57%

139
87
146

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

Portions of RGB colors in percentages

R + G + B = 139 + 87 + 146 = 372 (100%)
R 139 of 372 ~ 37.37%
G 87 of 372 ~ 23.39%
B 146 of 372 ~ 39.25'%

%37.37
%23.39
%39.25

CMYK color model

#8B5792 color CMYK value is (5,40,0,43).

  • cyan value is 4.79%
  • magenta value is 40.41%
  • yellow value is 0.00%
  • key color value is 42.75%

CMYK: (5,40,0,43)
C5M40Y0K43 (5%, 40%, 0%, 43%)
(0.05 / 0.40 / 0.00 / 0.43)

CMYK percentages

%4.79
%40.41
%0
%42.75

Codes

Color #8B5792 in popluar color models

8B 57 92
RGB 139 87 146
HSL 293° 25.32% 45.69%
HSB/HSV 293° 40.41% 57.25%
CMYK 4.79% 40.41% 0.00%
42.75%

Color #8B5792 in popluar number systems.

HEX 8B 57 92
Decimal 139 87 146
Binary 10001011 1010111 10010010
Octal 213 127 222

Shades and tints

Shades of #8B5792

#8B5792
(139,87,146)
#7F5085
(127,80,133)
#734978
(115,73,120)
#67426B
(103,66,107)
#5B3B5E
(91,59,94)
#4F3451
(79,52,81)
#432D44
(67,45,68)
#372637
(55,38,55)
#2B1F2A
(43,31,42)
#1F181D
(31,24,29)
#131110
(19,17,16)
#000000
(0,0,0)

Tints of #8B5792

#8B5792
(139,87,146)
#95669B
(149,102,155)
#9F75A4
(159,117,164)
#A984AD
(169,132,173)
#B393B6
(179,147,182)
#BDA2BF
(189,162,191)
#C7B1C8
(199,177,200)
#D1C0D1
(209,192,209)
#DBCFDA
(219,207,218)
#E5DEE3
(229,222,227)
#EFEDEC
(239,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B5792 color. Also use rgb(139,87,146) instead hex code.

Text Font Color

.myTextColor { color: #8B5792; }

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

This text font color is #8B5792.

Background Color

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

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

This div background color is #8B5792.

Border color

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

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

This div border color is #8B5792.

Opacity

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

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

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

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

This text has shadow with #8B5792 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B5792.

Preview

Color preview on black background

This text has color #8B5792 on black background.


Color preview on white background

This text has color #8B5792 on white background.


Black color preview on #8B5792 background

This text has black color on #8B5792 background.


White color preview on #8B5792 background

This text has white color on #8B5792 background.


Related colors

Complementary color

Complementary color for #hex is #74A86D.


I love getcolorcode.com

Triadic colors

1 #928B57 and #57928B with #8B5792 are triadic colors.

2 #92578B and #578B92 with #8B5792 are triadic colors.