COLOR #8D6491

HEX: #8D6491
RGB: (141,100,145)

Color info

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

RGB color model

#8D6491 color RGB value is (141,100,145).

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

RGB channels and saturation

R 141 of 255 = 55%
G 100 of 255 = 39%
B 145 of 255 = 57%

141
100
145

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

Portions of RGB colors in percentages

R + G + B =
141 + 100 + 145 = 386 (100%)
R 141 of 386 ~ 36.53%
G 100 of 386 ~ 25.91%
B 145 of 386 ~ 37.56%

%36.53
%25.91
%37.56

CMYK color model

#8D6491 color CMYK value is (3,31,0,43).

  • cyan value is 2.76%
  • magenta value is 31.03%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(3,31,0,43)
C3M31Y0K43 
(3%,31%,0%,43%)
(0.03/0.31/0.00/0.43)	

CMYK percentages

%2.76
%31.03
%0
%43.14

Codes

Color #8D6491 in popluar color models

8D6491
RGB141100145
HSL295°18.37%48.04%
HSB/HSV295°31.03%56.86%
CMYK2.76%31.03%0.00%
43.14%

Color #8D6491 in popluar number systems.

HEX8D6491
Decimal141100145
Binary10001101110010010010001
Octal215144221

Shades and tints

Shades of #8D6491

#8D6491
(141,100,145)
#815B84
(129,91,132)
#755277
(117,82,119)
#69496A
(105,73,106)
#5D405D
(93,64,93)
#513750
(81,55,80)
#452E43
(69,46,67)
#392536
(57,37,54)
#2D1C29
(45,28,41)
#21131C
(33,19,28)
#150A0F
(21,10,15)
#000000
(0,0,0)

Tints of #8D6491

#8D6491
(141,100,145)
#97729B
(151,114,155)
#A180A5
(161,128,165)
#AB8EAF
(171,142,175)
#B59CB9
(181,156,185)
#BFAAC3
(191,170,195)
#C9B8CD
(201,184,205)
#D3C6D7
(211,198,215)
#DDD4E1
(221,212,225)
#E7E2EB
(231,226,235)
#F1F0F5
(241,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D6491; }

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

This text font color is #8D6491.


Background Color

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

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

This div background color is #8D6491.


Border color

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

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

This div border color is #8D6491.


Opacity

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

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

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

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

This text has shadow with #8D6491 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D6491 on black background.


Color preview on white background

This text has color #8D6491 on white background.



Black color preview on #8D6491 background

This text has black color on #8D6491 background.


White color preview on #8D6491 background

This text has white color on #8D6491 background.