COLOR #8D6483

HEX: #8D6483
RGB: (141,100,131)

Color info

#8D6483 contains red, green and blue colors in about the same proportion. Web safe color of #8D6483 is #996699 (or #969).

RGB color model

#8D6483 color RGB value is (141,100,131).

  • red value is 141;
  • green value is 100;
  • blue value is 131.
RGB:
(141,100,131)
(55%,39%,51%)

RGB channels and saturation

R 141 of 255 = 55%
G 100 of 255 = 39%
B 131 of 255 = 51%

141
100
131

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

Portions of RGB colors in percentages

R + G + B =
141 + 100 + 131 = 372 (100%)
R 141 of 372 ~ 37.9%
G 100 of 372 ~ 26.88%
B 131 of 372 ~ 35.22%

%37.9
%26.88
%35.22

CMYK color model

#8D6483 color CMYK value is (0,29,7,45).

  • cyan value is 0.00%
  • magenta value is 29.08%
  • yellow value is 7.09%
  • key color value is 44.71%
CMYK:
(0,29,7,45)
C0M29Y7K45 
(0%,29%,7%,45%)
(0.00/0.29/0.07/0.45)	

CMYK percentages

%0
%29.08
%7.09
%44.71

Codes

Color #8D6483 in popluar color models

8D6483
RGB141100131
HSL315°17.01%47.25%
HSB/HSV315°29.08%55.29%
CMYK0.00%29.08%7.09%
44.71%

Color #8D6483 in popluar number systems.

HEX8D6483
Decimal141100131
Binary10001101110010010000011
Octal215144203

Shades and tints

Shades of #8D6483

#8D6483
(141,100,131)
#815B78
(129,91,120)
#75526D
(117,82,109)
#694962
(105,73,98)
#5D4057
(93,64,87)
#51374C
(81,55,76)
#452E41
(69,46,65)
#392536
(57,37,54)
#2D1C2B
(45,28,43)
#211320
(33,19,32)
#150A15
(21,10,21)
#000000
(0,0,0)

Tints of #8D6483

#8D6483
(141,100,131)
#97728E
(151,114,142)
#A18099
(161,128,153)
#AB8EA4
(171,142,164)
#B59CAF
(181,156,175)
#BFAABA
(191,170,186)
#C9B8C5
(201,184,197)
#D3C6D0
(211,198,208)
#DDD4DB
(221,212,219)
#E7E2E6
(231,226,230)
#F1F0F1
(241,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D6483 color. Also use rgb(141,100,131) instead hex code.

Text Font Color

.myTextColor { color: #8D6483; }

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

This text font color is #8D6483.


Background Color

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

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

This div background color is #8D6483.


Border color

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

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

This div border color is #8D6483.


Opacity

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

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

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

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

This text has shadow with #8D6483 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D6483 on black background.


Color preview on white background

This text has color #8D6483 on white background.



Black color preview on #8D6483 background

This text has black color on #8D6483 background.


White color preview on #8D6483 background

This text has white color on #8D6483 background.