COLOR #8D5992

HEX: #8D5992
RGB: (141,89,146)

Color info

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

RGB color model

#8D5992 color RGB value is (141,89,146).

  • red value is 141;
  • green value is 89;
  • blue value is 146.
RGB:
(141,89,146)
(55%,35%,57%)

RGB channels and saturation

R 141 of 255 = 55%
G 89 of 255 = 35%
B 146 of 255 = 57%

141
89
146

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

Portions of RGB colors in percentages

R + G + B =
141 + 89 + 146 = 376 (100%)
R 141 of 376 ~ 37.5%
G 89 of 376 ~ 23.67%
B 146 of 376 ~ 38.83%

%37.5
%23.67
%38.83

CMYK color model

#8D5992 color CMYK value is (3,39,0,43).

  • cyan value is 3.42%
  • magenta value is 39.04%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(3,39,0,43)
C3M39Y0K43 
(3%,39%,0%,43%)
(0.03/0.39/0.00/0.43)	

CMYK percentages

%3.42
%39.04
%0
%42.75

Codes

Color #8D5992 in popluar color models

8D5992
RGB14189146
HSL295°24.26%46.08%
HSB/HSV295°39.04%57.25%
CMYK3.42%39.04%0.00%
42.75%

Color #8D5992 in popluar number systems.

HEX8D5992
Decimal14189146
Binary10001101101100110010010
Octal215131222

Shades and tints

Shades of #8D5992

#8D5992
(141,89,146)
#815185
(129,81,133)
#754978
(117,73,120)
#69416B
(105,65,107)
#5D395E
(93,57,94)
#513151
(81,49,81)
#452944
(69,41,68)
#392137
(57,33,55)
#2D192A
(45,25,42)
#21111D
(33,17,29)
#150910
(21,9,16)
#000000
(0,0,0)

Tints of #8D5992

#8D5992
(141,89,146)
#97689B
(151,104,155)
#A177A4
(161,119,164)
#AB86AD
(171,134,173)
#B595B6
(181,149,182)
#BFA4BF
(191,164,191)
#C9B3C8
(201,179,200)
#D3C2D1
(211,194,209)
#DDD1DA
(221,209,218)
#E7E0E3
(231,224,227)
#F1EFEC
(241,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D5992 color. Also use rgb(141,89,146) instead hex code.

Text Font Color

.myTextColor { color: #8D5992; }

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

This text font color is #8D5992.


Background Color

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

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

This div background color is #8D5992.


Border color

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

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

This div border color is #8D5992.


Opacity

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

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

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

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

This text has shadow with #8D5992 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D5992 on black background.


Color preview on white background

This text has color #8D5992 on white background.



Black color preview on #8D5992 background

This text has black color on #8D5992 background.


White color preview on #8D5992 background

This text has white color on #8D5992 background.