COLOR #8D6091

HEX: #8D6091
RGB: (141,96,145)

Color info

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

RGB color model

#8D6091 color RGB value is (141,96,145).

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

RGB channels and saturation

R 141 of 255 = 55%
G 96 of 255 = 38%
B 145 of 255 = 57%

141
96
145

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

Portions of RGB colors in percentages

R + G + B =
141 + 96 + 145 = 382 (100%)
R 141 of 382 ~ 36.91%
G 96 of 382 ~ 25.13%
B 145 of 382 ~ 37.96%

%36.91
%25.13
%37.96

CMYK color model

#8D6091 color CMYK value is (3,34,0,43).

  • cyan value is 2.76%
  • magenta value is 33.79%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(3,34,0,43)
C3M34Y0K43 
(3%,34%,0%,43%)
(0.03/0.34/0.00/0.43)	

CMYK percentages

%2.76
%33.79
%0
%43.14

Codes

Color #8D6091 in popluar color models

8D6091
RGB14196145
HSL295°20.33%47.25%
HSB/HSV295°33.79%56.86%
CMYK2.76%33.79%0.00%
43.14%

Color #8D6091 in popluar number systems.

HEX8D6091
Decimal14196145
Binary10001101110000010010001
Octal215140221

Shades and tints

Shades of #8D6091

#8D6091
(141,96,145)
#815884
(129,88,132)
#755077
(117,80,119)
#69486A
(105,72,106)
#5D405D
(93,64,93)
#513850
(81,56,80)
#453043
(69,48,67)
#392836
(57,40,54)
#2D2029
(45,32,41)
#21181C
(33,24,28)
#15100F
(21,16,15)
#000000
(0,0,0)

Tints of #8D6091

#8D6091
(141,96,145)
#976E9B
(151,110,155)
#A17CA5
(161,124,165)
#AB8AAF
(171,138,175)
#B598B9
(181,152,185)
#BFA6C3
(191,166,195)
#C9B4CD
(201,180,205)
#D3C2D7
(211,194,215)
#DDD0E1
(221,208,225)
#E7DEEB
(231,222,235)
#F1ECF5
(241,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D6091; }

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

This text font color is #8D6091.


Background Color

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

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

This div background color is #8D6091.


Border color

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

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

This div border color is #8D6091.


Opacity

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

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

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

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

This text has shadow with #8D6091 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D6091 on black background.


Color preview on white background

This text has color #8D6091 on white background.



Black color preview on #8D6091 background

This text has black color on #8D6091 background.


White color preview on #8D6091 background

This text has white color on #8D6091 background.