COLOR #8381BB

HEX: #8381BB RGB: (131,129,187)

Color info

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

RGB color model

#8381BB color RGB value is (131,129,187).

RGB: (131,129,187) (51%, 51%, 73%)

RGB channels and saturation

R 131 of 255 = 51%
G 129 of 255 = 51%
B 187 of 255 = 73%

131
129
187

R + G + B ~ 58%. #8381BB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 131 + 129 + 187 = 447 (100%)
R 131 of 447 ~ 29.31%
G 129 of 447 ~ 28.86%
B 187 of 447 ~ 41.83'%

%29.31
%28.86
%41.83

CMYK color model

#8381BB color CMYK value is (30,31,0,27).

  • cyan value is 29.95%
  • magenta value is 31.02%
  • yellow value is 0.00%
  • key color value is 26.67%

CMYK: (30,31,0,27)
C30M31Y0K27 (30%, 31%, 0%, 27%)
(0.30 / 0.31 / 0.00 / 0.27)

CMYK percentages

%29.95
%31.02
%0
%26.67

Codes

Color #8381BB in popluar color models

83 81 BB
RGB 131 129 187
HSL 242° 29.90% 61.96%
HSB/HSV 242° 31.02% 73.33%
CMYK 29.95% 31.02% 0.00%
26.67%

Color #8381BB in popluar number systems.

HEX 83 81 BB
Decimal 131 129 187
Binary 10000011 10000001 10111011
Octal 203 201 273

Shades and tints

Shades of #8381BB

#8381BB
(131,129,187)
#7876AA
(120,118,170)
#6D6B99
(109,107,153)
#626088
(98,96,136)
#575577
(87,85,119)
#4C4A66
(76,74,102)
#413F55
(65,63,85)
#363444
(54,52,68)
#2B2933
(43,41,51)
#201E22
(32,30,34)
#151311
(21,19,17)
#000000
(0,0,0)

Tints of #8381BB

#8381BB
(131,129,187)
#8E8CC1
(142,140,193)
#9997C7
(153,151,199)
#A4A2CD
(164,162,205)
#AFADD3
(175,173,211)
#BAB8D9
(186,184,217)
#C5C3DF
(197,195,223)
#D0CEE5
(208,206,229)
#DBD9EB
(219,217,235)
#E6E4F1
(230,228,241)
#F1EFF7
(241,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8381BB color. Also use rgb(131,129,187) instead hex code.

Text Font Color

.myTextColor { color: #8381BB; }

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

This text font color is #8381BB.

Background Color

.myBgColor { background-color: #8381BB; }

<div style="background-color:#8381BB">Inner text</div>

This div background color is #8381BB.

Border color

.myBorderColor { border: 1px solid #8381BB; }

<div style="border:3px solid #8381BB">Div</div>

This div border color is #8381BB.

Opacity

.myOpacity80 { color: #8381BB; opacity: 0.8; }

<p style="color:#8381BB;opacity:0.8;">80%</p>

Text with #8381BB 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 #8381BB;}

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

This text has shadow with #8381BB color.


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

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

This text has shadow with #8381BB primary color and red secondary color.


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

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

This text has shadow with #8381BB and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #8381BB.

Preview

Color preview on black background

This text has color #8381BB on black background.


Color preview on white background

This text has color #8381BB on white background.


Black color preview on #8381BB background

This text has black color on #8381BB background.


White color preview on #8381BB background

This text has white color on #8381BB background.


Related colors

Complementary color

Complementary color for #hex is #7C7E44.


I love getcolorcode.com

Triadic colors

1 #BB8381 and #81BB83 with #8381BB are triadic colors.

2 #BB8183 and #8183BB with #8381BB are triadic colors.