COLOR #8D5999

HEX: #8D5999
RGB: (141,89,153)

Color info

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

RGB color model

#8D5999 color RGB value is (141,89,153).

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

RGB channels and saturation

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

141
89
153

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

Portions of RGB colors in percentages

R + G + B =
141 + 89 + 153 = 383 (100%)
R 141 of 383 ~ 36.81%
G 89 of 383 ~ 23.24%
B 153 of 383 ~ 39.95%

%36.81
%23.24
%39.95

CMYK color model

#8D5999 color CMYK value is (8,42,0,40).

  • cyan value is 7.84%
  • magenta value is 41.83%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(8,42,0,40)
C8M42Y0K40 
(8%,42%,0%,40%)
(0.08/0.42/0.00/0.40)	

CMYK percentages

%7.84
%41.83
%0
%40

Codes

Color #8D5999 in popluar color models

8D5999
RGB14189153
HSL289°26.45%47.45%
HSB/HSV289°41.83%60.00%
CMYK7.84%41.83%0.00%
40.00%

Color #8D5999 in popluar number systems.

HEX8D5999
Decimal14189153
Binary10001101101100110011001
Octal215131231

Shades and tints

Shades of #8D5999

#8D5999
(141,89,153)
#81518C
(129,81,140)
#75497F
(117,73,127)
#694172
(105,65,114)
#5D3965
(93,57,101)
#513158
(81,49,88)
#45294B
(69,41,75)
#39213E
(57,33,62)
#2D1931
(45,25,49)
#211124
(33,17,36)
#150917
(21,9,23)
#000000
(0,0,0)

Tints of #8D5999

#8D5999
(141,89,153)
#9768A2
(151,104,162)
#A177AB
(161,119,171)
#AB86B4
(171,134,180)
#B595BD
(181,149,189)
#BFA4C6
(191,164,198)
#C9B3CF
(201,179,207)
#D3C2D8
(211,194,216)
#DDD1E1
(221,209,225)
#E7E0EA
(231,224,234)
#F1EFF3
(241,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D5999; }

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

This text font color is #8D5999.


Background Color

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

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

This div background color is #8D5999.


Border color

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

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

This div border color is #8D5999.


Opacity

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

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

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

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

This text has shadow with #8D5999 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D5999 on black background.


Color preview on white background

This text has color #8D5999 on white background.



Black color preview on #8D5999 background

This text has black color on #8D5999 background.


White color preview on #8D5999 background

This text has white color on #8D5999 background.