COLOR #88558D

HEX: #88558D
RGB: (136,85,141)

Color info

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

RGB color model

#88558D color RGB value is (136,85,141).

  • red value is 136;
  • green value is 85;
  • blue value is 141.
RGB:
(136,85,141)
(53%,33%,55%)

RGB channels and saturation

R 136 of 255 = 53%
G 85 of 255 = 33%
B 141 of 255 = 55%

136
85
141

R + G + B ~ 47%. #88558D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
136 + 85 + 141 = 362 (100%)
R 136 of 362 ~ 37.57%
G 85 of 362 ~ 23.48%
B 141 of 362 ~ 38.95%

%37.57
%23.48
%38.95

CMYK color model

#88558D color CMYK value is (4,40,0,45).

  • cyan value is 3.55%
  • magenta value is 39.72%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(4,40,0,45)
C4M40Y0K45 
(4%,40%,0%,45%)
(0.04/0.40/0.00/0.45)	

CMYK percentages

%3.55
%39.72
%0
%44.71

Codes

Color #88558D in popluar color models

88558D
RGB13685141
HSL295°24.78%44.31%
HSB/HSV295°39.72%55.29%
CMYK3.55%39.72%0.00%
44.71%

Color #88558D in popluar number systems.

HEX88558D
Decimal13685141
Binary10001000101010110001101
Octal210125215

Shades and tints

Shades of #88558D

#88558D
(136,85,141)
#7C4E81
(124,78,129)
#704775
(112,71,117)
#644069
(100,64,105)
#58395D
(88,57,93)
#4C3251
(76,50,81)
#402B45
(64,43,69)
#342439
(52,36,57)
#281D2D
(40,29,45)
#1C1621
(28,22,33)
#100F15
(16,15,21)
#000000
(0,0,0)

Tints of #88558D

#88558D
(136,85,141)
#926497
(146,100,151)
#9C73A1
(156,115,161)
#A682AB
(166,130,171)
#B091B5
(176,145,181)
#BAA0BF
(186,160,191)
#C4AFC9
(196,175,201)
#CEBED3
(206,190,211)
#D8CDDD
(216,205,221)
#E2DCE7
(226,220,231)
#ECEBF1
(236,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88558D color. Also use rgb(136,85,141) instead hex code.

Text Font Color

.myTextColor { color: #88558D; }

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

This text font color is #88558D.


Background Color

.myBgColor { background-color: #88558D; }

<div style="background-color:#88558D">Inner text</div>

This div background color is #88558D.


Border color

.myBorderColor { border: 1px solid #88558D; }

<div style="border:3px solid #88558D">Div</div>

This div border color is #88558D.


Opacity

.myOpacity80 { color: #88558D; opacity: 0.8; }

<p style="color:#88558D;opacity:0.8;">80%</p>

Text with #88558D 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 #88558D;}

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

This text has shadow with #88558D color.

.textShadow {text-shadow: 3px 3px 1px #88558D, 3px 3px 1px red;}

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

This text has shadow with #88558D primary color and red secondary color.


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

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

This text has shadow with #88558D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88558D on black background.


Color preview on white background

This text has color #88558D on white background.



Black color preview on #88558D background

This text has black color on #88558D background.


White color preview on #88558D background

This text has white color on #88558D background.