COLOR #8384B1

HEX: #8384B1 RGB: (131,132,177)

Color info

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

RGB color model

#8384B1 color RGB value is (131,132,177).

RGB: (131,132,177) (51%, 52%, 69%)

RGB channels and saturation

R 131 of 255 = 51%
G 132 of 255 = 52%
B 177 of 255 = 69%

131
132
177

R + G + B ~ 57%. #8384B1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 131 + 132 + 177 = 440 (100%)
R 131 of 440 ~ 29.77%
G 132 of 440 ~ 30%
B 177 of 440 ~ 40.23'%

%29.77
%30
%40.23

CMYK color model

#8384B1 color CMYK value is (26,25,0,31).

  • cyan value is 25.99%
  • magenta value is 25.42%
  • yellow value is 0.00%
  • key color value is 30.59%

CMYK: (26,25,0,31)
C26M25Y0K31 (26%, 25%, 0%, 31%)
(0.26 / 0.25 / 0.00 / 0.31)

CMYK percentages

%25.99
%25.42
%0
%30.59

Codes

Color #8384B1 in popluar color models

83 84 B1
RGB 131 132 177
HSL 239° 22.77% 60.39%
HSB/HSV 239° 25.99% 69.41%
CMYK 25.99% 25.42% 0.00%
30.59%

Color #8384B1 in popluar number systems.

HEX 83 84 B1
Decimal 131 132 177
Binary 10000011 10000100 10110001
Octal 203 204 261

Shades and tints

Shades of #8384B1

#8384B1
(131,132,177)
#7878A1
(120,120,161)
#6D6C91
(109,108,145)
#626081
(98,96,129)
#575471
(87,84,113)
#4C4861
(76,72,97)
#413C51
(65,60,81)
#363041
(54,48,65)
#2B2431
(43,36,49)
#201821
(32,24,33)
#150C11
(21,12,17)
#000000
(0,0,0)

Tints of #8384B1

#8384B1
(131,132,177)
#8E8FB8
(142,143,184)
#999ABF
(153,154,191)
#A4A5C6
(164,165,198)
#AFB0CD
(175,176,205)
#BABBD4
(186,187,212)
#C5C6DB
(197,198,219)
#D0D1E2
(208,209,226)
#DBDCE9
(219,220,233)
#E6E7F0
(230,231,240)
#F1F2F7
(241,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8384B1 color. Also use rgb(131,132,177) instead hex code.

Text Font Color

.myTextColor { color: #8384B1; }

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

This text font color is #8384B1.

Background Color

.myBgColor { background-color: #8384B1; }

<div style="background-color:#8384B1">Inner text</div>

This div background color is #8384B1.

Border color

.myBorderColor { border: 1px solid #8384B1; }

<div style="border:3px solid #8384B1">Div</div>

This div border color is #8384B1.

Opacity

.myOpacity80 { color: #8384B1; opacity: 0.8; }

<p style="color:#8384B1;opacity:0.8;">80%</p>

Text with #8384B1 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 #8384B1;}

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

This text has shadow with #8384B1 color.


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

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

This text has shadow with #8384B1 primary color and red secondary color.


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

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

This text has shadow with #8384B1 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #8384B1.

Preview

Color preview on black background

This text has color #8384B1 on black background.


Color preview on white background

This text has color #8384B1 on white background.


Black color preview on #8384B1 background

This text has black color on #8384B1 background.


White color preview on #8384B1 background

This text has white color on #8384B1 background.


Related colors

Complementary color

Complementary color for #hex is #7C7B4E.


I love getcolorcode.com

Triadic colors

1 #B18384 and #84B183 with #8384B1 are triadic colors.

2 #B18483 and #8483B1 with #8384B1 are triadic colors.