COLOR #88528D

HEX: #88528D
RGB: (136,82,141)

Color info

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

RGB color model

#88528D color RGB value is (136,82,141).

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

RGB channels and saturation

R 136 of 255 = 53%
G 82 of 255 = 32%
B 141 of 255 = 55%

136
82
141

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

Portions of RGB colors in percentages

R + G + B =
136 + 82 + 141 = 359 (100%)
R 136 of 359 ~ 37.88%
G 82 of 359 ~ 22.84%
B 141 of 359 ~ 39.28%

%37.88
%22.84
%39.28

CMYK color model

#88528D color CMYK value is (4,42,0,45).

  • cyan value is 3.55%
  • magenta value is 41.84%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(4,42,0,45)
C4M42Y0K45 
(4%,42%,0%,45%)
(0.04/0.42/0.00/0.45)	

CMYK percentages

%3.55
%41.84
%0
%44.71

Codes

Color #88528D in popluar color models

88528D
RGB13682141
HSL295°26.46%43.73%
HSB/HSV295°41.84%55.29%
CMYK3.55%41.84%0.00%
44.71%

Color #88528D in popluar number systems.

HEX88528D
Decimal13682141
Binary10001000101001010001101
Octal210122215

Shades and tints

Shades of #88528D

#88528D
(136,82,141)
#7C4B81
(124,75,129)
#704475
(112,68,117)
#643D69
(100,61,105)
#58365D
(88,54,93)
#4C2F51
(76,47,81)
#402845
(64,40,69)
#342139
(52,33,57)
#281A2D
(40,26,45)
#1C1321
(28,19,33)
#100C15
(16,12,21)
#000000
(0,0,0)

Tints of #88528D

#88528D
(136,82,141)
#926197
(146,97,151)
#9C70A1
(156,112,161)
#A67FAB
(166,127,171)
#B08EB5
(176,142,181)
#BA9DBF
(186,157,191)
#C4ACC9
(196,172,201)
#CEBBD3
(206,187,211)
#D8CADD
(216,202,221)
#E2D9E7
(226,217,231)
#ECE8F1
(236,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88528D; }

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

This text font color is #88528D.


Background Color

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

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

This div background color is #88528D.


Border color

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

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

This div border color is #88528D.


Opacity

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

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

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

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

This text has shadow with #88528D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88528D on black background.


Color preview on white background

This text has color #88528D on white background.



Black color preview on #88528D background

This text has black color on #88528D background.


White color preview on #88528D background

This text has white color on #88528D background.