COLOR #8D588A

HEX: #8D588A
RGB: (141,88,138)

Color info

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

RGB color model

#8D588A color RGB value is (141,88,138).

  • red value is 141;
  • green value is 88;
  • blue value is 138.
RGB:
(141,88,138)
(55%,35%,54%)

RGB channels and saturation

R 141 of 255 = 55%
G 88 of 255 = 35%
B 138 of 255 = 54%

141
88
138

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

Portions of RGB colors in percentages

R + G + B =
141 + 88 + 138 = 367 (100%)
R 141 of 367 ~ 38.42%
G 88 of 367 ~ 23.98%
B 138 of 367 ~ 37.6%

%38.42
%23.98
%37.6

CMYK color model

#8D588A color CMYK value is (0,38,2,45).

  • cyan value is 0.00%
  • magenta value is 37.59%
  • yellow value is 2.13%
  • key color value is 44.71%
CMYK:
(0,38,2,45)
C0M38Y2K45 
(0%,38%,2%,45%)
(0.00/0.38/0.02/0.45)	

CMYK percentages

%0
%37.59
%2.13
%44.71

Codes

Color #8D588A in popluar color models

8D588A
RGB14188138
HSL303°23.14%44.90%
HSB/HSV303°37.59%55.29%
CMYK0.00%37.59%2.13%
44.71%

Color #8D588A in popluar number systems.

HEX8D588A
Decimal14188138
Binary10001101101100010001010
Octal215130212

Shades and tints

Shades of #8D588A

#8D588A
(141,88,138)
#81507E
(129,80,126)
#754872
(117,72,114)
#694066
(105,64,102)
#5D385A
(93,56,90)
#51304E
(81,48,78)
#452842
(69,40,66)
#392036
(57,32,54)
#2D182A
(45,24,42)
#21101E
(33,16,30)
#150812
(21,8,18)
#000000
(0,0,0)

Tints of #8D588A

#8D588A
(141,88,138)
#976794
(151,103,148)
#A1769E
(161,118,158)
#AB85A8
(171,133,168)
#B594B2
(181,148,178)
#BFA3BC
(191,163,188)
#C9B2C6
(201,178,198)
#D3C1D0
(211,193,208)
#DDD0DA
(221,208,218)
#E7DFE4
(231,223,228)
#F1EEEE
(241,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D588A color. Also use rgb(141,88,138) instead hex code.

Text Font Color

.myTextColor { color: #8D588A; }

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

This text font color is #8D588A.


Background Color

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

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

This div background color is #8D588A.


Border color

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

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

This div border color is #8D588A.


Opacity

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

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

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

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

This text has shadow with #8D588A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D588A on black background.


Color preview on white background

This text has color #8D588A on white background.



Black color preview on #8D588A background

This text has black color on #8D588A background.


White color preview on #8D588A background

This text has white color on #8D588A background.