COLOR #8D5998

HEX: #8D5998
RGB: (141,89,152)

Color info

#8D5998 contains mainly red and blue colors. Web safe color of #8D5998 is #996699 (or #969).

RGB color model

#8D5998 color RGB value is (141,89,152).

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

RGB channels and saturation

R 141 of 255 = 55%
G 89 of 255 = 35%
B 152 of 255 = 60%

141
89
152

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

Portions of RGB colors in percentages

R + G + B =
141 + 89 + 152 = 382 (100%)
R 141 of 382 ~ 36.91%
G 89 of 382 ~ 23.3%
B 152 of 382 ~ 39.79%

%36.91
%23.3
%39.79

CMYK color model

#8D5998 color CMYK value is (7,41,0,40).

  • cyan value is 7.24%
  • magenta value is 41.45%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(7,41,0,40)
C7M41Y0K40 
(7%,41%,0%,40%)
(0.07/0.41/0.00/0.40)	

CMYK percentages

%7.24
%41.45
%0
%40.39

Codes

Color #8D5998 in popluar color models

8D5998
RGB14189152
HSL290°26.14%47.25%
HSB/HSV290°41.45%59.61%
CMYK7.24%41.45%0.00%
40.39%

Color #8D5998 in popluar number systems.

HEX8D5998
Decimal14189152
Binary10001101101100110011000
Octal215131230

Shades and tints

Shades of #8D5998

#8D5998
(141,89,152)
#81518B
(129,81,139)
#75497E
(117,73,126)
#694171
(105,65,113)
#5D3964
(93,57,100)
#513157
(81,49,87)
#45294A
(69,41,74)
#39213D
(57,33,61)
#2D1930
(45,25,48)
#211123
(33,17,35)
#150916
(21,9,22)
#000000
(0,0,0)

Tints of #8D5998

#8D5998
(141,89,152)
#9768A1
(151,104,161)
#A177AA
(161,119,170)
#AB86B3
(171,134,179)
#B595BC
(181,149,188)
#BFA4C5
(191,164,197)
#C9B3CE
(201,179,206)
#D3C2D7
(211,194,215)
#DDD1E0
(221,209,224)
#E7E0E9
(231,224,233)
#F1EFF2
(241,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D5998; }

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

This text font color is #8D5998.


Background Color

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

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

This div background color is #8D5998.


Border color

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

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

This div border color is #8D5998.


Opacity

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

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

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

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

This text has shadow with #8D5998 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D5998 on black background.


Color preview on white background

This text has color #8D5998 on white background.



Black color preview on #8D5998 background

This text has black color on #8D5998 background.


White color preview on #8D5998 background

This text has white color on #8D5998 background.