COLOR #8D82B1

HEX: #8D82B1
RGB: (141,130,177)

Color info

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

RGB color model

#8D82B1 color RGB value is (141,130,177).

  • red value is 141;
  • green value is 130;
  • blue value is 177.
RGB:
(141,130,177)
(55%,51%,69%)

RGB channels and saturation

R 141 of 255 = 55%
G 130 of 255 = 51%
B 177 of 255 = 69%

141
130
177

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

Portions of RGB colors in percentages

R + G + B =
141 + 130 + 177 = 448 (100%)
R 141 of 448 ~ 31.47%
G 130 of 448 ~ 29.02%
B 177 of 448 ~ 39.51%

%31.47
%29.02
%39.51

CMYK color model

#8D82B1 color CMYK value is (20,27,0,31).

  • cyan value is 20.34%
  • magenta value is 26.55%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(20,27,0,31)
C20M27Y0K31 
(20%,27%,0%,31%)
(0.20/0.27/0.00/0.31)	

CMYK percentages

%20.34
%26.55
%0
%30.59

Codes

Color #8D82B1 in popluar color models

8D82B1
RGB141130177
HSL254°23.15%60.20%
HSB/HSV254°26.55%69.41%
CMYK20.34%26.55%0.00%
30.59%

Color #8D82B1 in popluar number systems.

HEX8D82B1
Decimal141130177
Binary100011011000001010110001
Octal215202261

Shades and tints

Shades of #8D82B1

#8D82B1
(141,130,177)
#8177A1
(129,119,161)
#756C91
(117,108,145)
#696181
(105,97,129)
#5D5671
(93,86,113)
#514B61
(81,75,97)
#454051
(69,64,81)
#393541
(57,53,65)
#2D2A31
(45,42,49)
#211F21
(33,31,33)
#151411
(21,20,17)
#000000
(0,0,0)

Tints of #8D82B1

#8D82B1
(141,130,177)
#978DB8
(151,141,184)
#A198BF
(161,152,191)
#ABA3C6
(171,163,198)
#B5AECD
(181,174,205)
#BFB9D4
(191,185,212)
#C9C4DB
(201,196,219)
#D3CFE2
(211,207,226)
#DDDAE9
(221,218,233)
#E7E5F0
(231,229,240)
#F1F0F7
(241,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D82B1 color. Also use rgb(141,130,177) instead hex code.

Text Font Color

.myTextColor { color: #8D82B1; }

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

This text font color is #8D82B1.


Background Color

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

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

This div background color is #8D82B1.


Border color

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

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

This div border color is #8D82B1.


Opacity

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

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

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

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

This text has shadow with #8D82B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D82B1 on black background.


Color preview on white background

This text has color #8D82B1 on white background.



Black color preview on #8D82B1 background

This text has black color on #8D82B1 background.


White color preview on #8D82B1 background

This text has white color on #8D82B1 background.