COLOR #8B5B83

HEX: #8B5B83 RGB: (139,91,131)

Color info

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

RGB color model

#8B5B83 color RGB value is (139,91,131).

RGB: (139,91,131) (55%, 36%, 51%)

RGB channels and saturation

R 139 of 255 = 55%
G 91 of 255 = 36%
B 131 of 255 = 51%

139
91
131

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

Portions of RGB colors in percentages

R + G + B = 139 + 91 + 131 = 361 (100%)
R 139 of 361 ~ 38.5%
G 91 of 361 ~ 25.21%
B 131 of 361 ~ 36.29'%

%38.5
%25.21
%36.29

CMYK color model

#8B5B83 color CMYK value is (0,35,6,45).

  • cyan value is 0.00%
  • magenta value is 34.53%
  • yellow value is 5.76%
  • key color value is 45.49%

CMYK: (0,35,6,45)
C0M35Y6K45 (0%, 35%, 6%, 45%)
(0.00 / 0.35 / 0.06 / 0.45)

CMYK percentages

%0
%34.53
%5.76
%45.49

Codes

Color #8B5B83 in popluar color models

8B 5B 83
RGB 139 91 131
HSL 310° 20.87% 45.10%
HSB/HSV 310° 34.53% 54.51%
CMYK 0.00% 34.53% 5.76%
45.49%

Color #8B5B83 in popluar number systems.

HEX 8B 5B 83
Decimal 139 91 131
Binary 10001011 1011011 10000011
Octal 213 133 203

Shades and tints

Shades of #8B5B83

#8B5B83
(139,91,131)
#7F5378
(127,83,120)
#734B6D
(115,75,109)
#674362
(103,67,98)
#5B3B57
(91,59,87)
#4F334C
(79,51,76)
#432B41
(67,43,65)
#372336
(55,35,54)
#2B1B2B
(43,27,43)
#1F1320
(31,19,32)
#130B15
(19,11,21)
#000000
(0,0,0)

Tints of #8B5B83

#8B5B83
(139,91,131)
#95698E
(149,105,142)
#9F7799
(159,119,153)
#A985A4
(169,133,164)
#B393AF
(179,147,175)
#BDA1BA
(189,161,186)
#C7AFC5
(199,175,197)
#D1BDD0
(209,189,208)
#DBCBDB
(219,203,219)
#E5D9E6
(229,217,230)
#EFE7F1
(239,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B5B83 color. Also use rgb(139,91,131) instead hex code.

Text Font Color

.myTextColor { color: #8B5B83; }

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

This text font color is #8B5B83.

Background Color

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

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

This div background color is #8B5B83.

Border color

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

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

This div border color is #8B5B83.

Opacity

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

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

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

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

This text has shadow with #8B5B83 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B5B83.

Preview

Color preview on black background

This text has color #8B5B83 on black background.


Color preview on white background

This text has color #8B5B83 on white background.


Black color preview on #8B5B83 background

This text has black color on #8B5B83 background.


White color preview on #8B5B83 background

This text has white color on #8B5B83 background.


Related colors

Complementary color

Complementary color for #hex is #74A47C.


I love getcolorcode.com

Triadic colors

1 #838B5B and #5B838B with #8B5B83 are triadic colors.

2 #835B8B and #5B8B83 with #8B5B83 are triadic colors.