COLOR #8B81B5

HEX: #8B81B5 RGB: (139,129,181)

Color info

#8B81B5 contains red, green and blue colors in about the same proportion. Web safe color of #8B81B5 is #9999CC (or #99C).

RGB color model

#8B81B5 color RGB value is (139,129,181).

RGB: (139,129,181) (55%, 51%, 71%)

RGB channels and saturation

R 139 of 255 = 55%
G 129 of 255 = 51%
B 181 of 255 = 71%

139
129
181

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

Portions of RGB colors in percentages

R + G + B = 139 + 129 + 181 = 449 (100%)
R 139 of 449 ~ 30.96%
G 129 of 449 ~ 28.73%
B 181 of 449 ~ 40.31'%

%30.96
%28.73
%40.31

CMYK color model

#8B81B5 color CMYK value is (23,29,0,29).

  • cyan value is 23.20%
  • magenta value is 28.73%
  • yellow value is 0.00%
  • key color value is 29.02%

CMYK: (23,29,0,29)
C23M29Y0K29 (23%, 29%, 0%, 29%)
(0.23 / 0.29 / 0.00 / 0.29)

CMYK percentages

%23.2
%28.73
%0
%29.02

Codes

Color #8B81B5 in popluar color models

8B 81 B5
RGB 139 129 181
HSL 252° 26.00% 60.78%
HSB/HSV 252° 28.73% 70.98%
CMYK 23.20% 28.73% 0.00%
29.02%

Color #8B81B5 in popluar number systems.

HEX 8B 81 B5
Decimal 139 129 181
Binary 10001011 10000001 10110101
Octal 213 201 265

Shades and tints

Shades of #8B81B5

#8B81B5
(139,129,181)
#7F76A5
(127,118,165)
#736B95
(115,107,149)
#676085
(103,96,133)
#5B5575
(91,85,117)
#4F4A65
(79,74,101)
#433F55
(67,63,85)
#373445
(55,52,69)
#2B2935
(43,41,53)
#1F1E25
(31,30,37)
#131315
(19,19,21)
#000000
(0,0,0)

Tints of #8B81B5

#8B81B5
(139,129,181)
#958CBB
(149,140,187)
#9F97C1
(159,151,193)
#A9A2C7
(169,162,199)
#B3ADCD
(179,173,205)
#BDB8D3
(189,184,211)
#C7C3D9
(199,195,217)
#D1CEDF
(209,206,223)
#DBD9E5
(219,217,229)
#E5E4EB
(229,228,235)
#EFEFF1
(239,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B81B5 color. Also use rgb(139,129,181) instead hex code.

Text Font Color

.myTextColor { color: #8B81B5; }

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

This text font color is #8B81B5.

Background Color

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

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

This div background color is #8B81B5.

Border color

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

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

This div border color is #8B81B5.

Opacity

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

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

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

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

This text has shadow with #8B81B5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B81B5.

Preview

Color preview on black background

This text has color #8B81B5 on black background.


Color preview on white background

This text has color #8B81B5 on white background.


Black color preview on #8B81B5 background

This text has black color on #8B81B5 background.


White color preview on #8B81B5 background

This text has white color on #8B81B5 background.


Related colors

Complementary color

Complementary color for #hex is #747E4A.


I love getcolorcode.com

Triadic colors

1 #B58B81 and #81B58B with #8B81B5 are triadic colors.

2 #B5818B and #818BB5 with #8B81B5 are triadic colors.