COLOR #8382AA

HEX: #8382AA RGB: (131,130,170)

Color info

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

RGB color model

#8382AA color RGB value is (131,130,170).

RGB: (131,130,170) (51%, 51%, 67%)

RGB channels and saturation

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

131
130
170

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

Portions of RGB colors in percentages

R + G + B = 131 + 130 + 170 = 431 (100%)
R 131 of 431 ~ 30.39%
G 130 of 431 ~ 30.16%
B 170 of 431 ~ 39.44'%

%30.39
%30.16
%39.44

CMYK color model

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

  • cyan value is 22.94%
  • magenta value is 23.53%
  • 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
%23.53
%0
%33.33

Codes

Color #8382AA in popluar color models

83 82 AA
RGB 131 130 170
HSL 242° 19.05% 58.82%
HSB/HSV 242° 23.53% 66.67%
CMYK 22.94% 23.53% 0.00%
33.33%

Color #8382AA in popluar number systems.

HEX 83 82 AA
Decimal 131 130 170
Binary 10000011 10000010 10101010
Octal 203 202 252

Shades and tints

Shades of #8382AA

#8382AA
(131,130,170)
#78779B
(120,119,155)
#6D6C8C
(109,108,140)
#62617D
(98,97,125)
#57566E
(87,86,110)
#4C4B5F
(76,75,95)
#414050
(65,64,80)
#363541
(54,53,65)
#2B2A32
(43,42,50)
#201F23
(32,31,35)
#151414
(21,20,20)
#000000
(0,0,0)

Tints of #8382AA

#8382AA
(131,130,170)
#8E8DB1
(142,141,177)
#9998B8
(153,152,184)
#A4A3BF
(164,163,191)
#AFAEC6
(175,174,198)
#BAB9CD
(186,185,205)
#C5C4D4
(197,196,212)
#D0CFDB
(208,207,219)
#DBDAE2
(219,218,226)
#E6E5E9
(230,229,233)
#F1F0F0
(241,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8382AA; }

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

This text font color is #8382AA.

Background Color

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

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

This div background color is #8382AA.

Border color

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

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

This div border color is #8382AA.

Opacity

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

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

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

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

This text has shadow with #8382AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8382AA.

Preview

Color preview on black background

This text has color #8382AA on black background.


Color preview on white background

This text has color #8382AA on white background.


Black color preview on #8382AA background

This text has black color on #8382AA background.


White color preview on #8382AA background

This text has white color on #8382AA background.


Related colors

Complementary color

Complementary color for #hex is #7C7D55.


I love getcolorcode.com

Triadic colors

1 #AA8382 and #82AA83 with #8382AA are triadic colors.

2 #AA8283 and #8283AA with #8382AA are triadic colors.