COLOR #8381AA

HEX: #8381AA
RGB: (131,129,170)

Color info

#8381AA contains red, green and blue colors in about the same proportion. Web safe color of #8381AA is #999999 (or #999).

RGB color model

#8381AA color RGB value is (131,129,170).

  • red value is 131;
  • green value is 129;
  • blue value is 170.
RGB:
(131,129,170)
(51%,51%,67%)

RGB channels and saturation

R 131 of 255 = 51%
G 129 of 255 = 51%
B 170 of 255 = 67%

131
129
170

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

Portions of RGB colors in percentages

R + G + B =
131 + 129 + 170 = 430 (100%)
R 131 of 430 ~ 30.47%
G 129 of 430 ~ 30%
B 170 of 430 ~ 39.53%

%30.47
%30
%39.53

CMYK color model

#8381AA color CMYK value is (23,24,0,33).

  • cyan value is 22.94%
  • magenta value is 24.12%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(23,24,0,33)
C23M24Y0K33 
(23%,24%,0%,33%)
(0.23/0.24/0.00/0.33)	

CMYK percentages

%22.94
%24.12
%0
%33.33

Codes

Color #8381AA in popluar color models

8381AA
RGB131129170
HSL243°19.43%58.63%
HSB/HSV243°24.12%66.67%
CMYK22.94%24.12%0.00%
33.33%

Color #8381AA in popluar number systems.

HEX8381AA
Decimal131129170
Binary100000111000000110101010
Octal203201252

Shades and tints

Shades of #8381AA

#8381AA
(131,129,170)
#78769B
(120,118,155)
#6D6B8C
(109,107,140)
#62607D
(98,96,125)
#57556E
(87,85,110)
#4C4A5F
(76,74,95)
#413F50
(65,63,80)
#363441
(54,52,65)
#2B2932
(43,41,50)
#201E23
(32,30,35)
#151314
(21,19,20)
#000000
(0,0,0)

Tints of #8381AA

#8381AA
(131,129,170)
#8E8CB1
(142,140,177)
#9997B8
(153,151,184)
#A4A2BF
(164,162,191)
#AFADC6
(175,173,198)
#BAB8CD
(186,184,205)
#C5C3D4
(197,195,212)
#D0CEDB
(208,206,219)
#DBD9E2
(219,217,226)
#E6E4E9
(230,228,233)
#F1EFF0
(241,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8381AA; }

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

This text font color is #8381AA.


Background Color

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

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

This div background color is #8381AA.


Border color

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

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

This div border color is #8381AA.


Opacity

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

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

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

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

This text has shadow with #8381AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8381AA on black background.


Color preview on white background

This text has color #8381AA on white background.



Black color preview on #8381AA background

This text has black color on #8381AA background.


White color preview on #8381AA background

This text has white color on #8381AA background.