COLOR #8B5997

HEX: #8B5997 RGB: (139,89,151)

Color info

#8B5997 contains mainly red and blue colors. Web safe color of #8B5997 is #996699 (or #969).

RGB color model

#8B5997 color RGB value is (139,89,151).

RGB: (139,89,151) (55%, 35%, 59%)

RGB channels and saturation

R 139 of 255 = 55%
G 89 of 255 = 35%
B 151 of 255 = 59%

139
89
151

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

Portions of RGB colors in percentages

R + G + B = 139 + 89 + 151 = 379 (100%)
R 139 of 379 ~ 36.68%
G 89 of 379 ~ 23.48%
B 151 of 379 ~ 39.84'%

%36.68
%23.48
%39.84

CMYK color model

#8B5997 color CMYK value is (8,41,0,41).

  • cyan value is 7.95%
  • magenta value is 41.06%
  • yellow value is 0.00%
  • key color value is 40.78%

CMYK: (8,41,0,41)
C8M41Y0K41 (8%, 41%, 0%, 41%)
(0.08 / 0.41 / 0.00 / 0.41)

CMYK percentages

%7.95
%41.06
%0
%40.78

Codes

Color #8B5997 in popluar color models

8B 59 97
RGB 139 89 151
HSL 288° 25.83% 47.06%
HSB/HSV 288° 41.06% 59.22%
CMYK 7.95% 41.06% 0.00%
40.78%

Color #8B5997 in popluar number systems.

HEX 8B 59 97
Decimal 139 89 151
Binary 10001011 1011001 10010111
Octal 213 131 227

Shades and tints

Shades of #8B5997

#8B5997
(139,89,151)
#7F518A
(127,81,138)
#73497D
(115,73,125)
#674170
(103,65,112)
#5B3963
(91,57,99)
#4F3156
(79,49,86)
#432949
(67,41,73)
#37213C
(55,33,60)
#2B192F
(43,25,47)
#1F1122
(31,17,34)
#130915
(19,9,21)
#000000
(0,0,0)

Tints of #8B5997

#8B5997
(139,89,151)
#9568A0
(149,104,160)
#9F77A9
(159,119,169)
#A986B2
(169,134,178)
#B395BB
(179,149,187)
#BDA4C4
(189,164,196)
#C7B3CD
(199,179,205)
#D1C2D6
(209,194,214)
#DBD1DF
(219,209,223)
#E5E0E8
(229,224,232)
#EFEFF1
(239,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B5997 color. Also use rgb(139,89,151) instead hex code.

Text Font Color

.myTextColor { color: #8B5997; }

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

This text font color is #8B5997.

Background Color

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

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

This div background color is #8B5997.

Border color

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

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

This div border color is #8B5997.

Opacity

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

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

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

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

This text has shadow with #8B5997 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B5997.

Preview

Color preview on black background

This text has color #8B5997 on black background.


Color preview on white background

This text has color #8B5997 on white background.


Black color preview on #8B5997 background

This text has black color on #8B5997 background.


White color preview on #8B5997 background

This text has white color on #8B5997 background.


Related colors

Complementary color

Complementary color for #hex is #74A668.


I love getcolorcode.com

Triadic colors

1 #978B59 and #59978B with #8B5997 are triadic colors.

2 #97598B and #598B97 with #8B5997 are triadic colors.