COLOR #88509D

HEX: #88509D
RGB: (136,80,157)

Color info

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

RGB color model

#88509D color RGB value is (136,80,157).

  • red value is 136;
  • green value is 80;
  • blue value is 157.
RGB:
(136,80,157)
(53%,31%,62%)

RGB channels and saturation

R 136 of 255 = 53%
G 80 of 255 = 31%
B 157 of 255 = 62%

136
80
157

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

Portions of RGB colors in percentages

R + G + B =
136 + 80 + 157 = 373 (100%)
R 136 of 373 ~ 36.46%
G 80 of 373 ~ 21.45%
B 157 of 373 ~ 42.09%

%36.46
%21.45
%42.09

CMYK color model

#88509D color CMYK value is (13,49,0,38).

  • cyan value is 13.38%
  • magenta value is 49.04%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(13,49,0,38)
C13M49Y0K38 
(13%,49%,0%,38%)
(0.13/0.49/0.00/0.38)	

CMYK percentages

%13.38
%49.04
%0
%38.43

Codes

Color #88509D in popluar color models

88509D
RGB13680157
HSL284°32.49%46.47%
HSB/HSV284°49.04%61.57%
CMYK13.38%49.04%0.00%
38.43%

Color #88509D in popluar number systems.

HEX88509D
Decimal13680157
Binary10001000101000010011101
Octal210120235

Shades and tints

Shades of #88509D

#88509D
(136,80,157)
#7C498F
(124,73,143)
#704281
(112,66,129)
#643B73
(100,59,115)
#583465
(88,52,101)
#4C2D57
(76,45,87)
#402649
(64,38,73)
#341F3B
(52,31,59)
#28182D
(40,24,45)
#1C111F
(28,17,31)
#100A11
(16,10,17)
#000000
(0,0,0)

Tints of #88509D

#88509D
(136,80,157)
#925FA5
(146,95,165)
#9C6EAD
(156,110,173)
#A67DB5
(166,125,181)
#B08CBD
(176,140,189)
#BA9BC5
(186,155,197)
#C4AACD
(196,170,205)
#CEB9D5
(206,185,213)
#D8C8DD
(216,200,221)
#E2D7E5
(226,215,229)
#ECE6ED
(236,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88509D color. Also use rgb(136,80,157) instead hex code.

Text Font Color

.myTextColor { color: #88509D; }

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

This text font color is #88509D.


Background Color

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

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

This div background color is #88509D.


Border color

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

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

This div border color is #88509D.


Opacity

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

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

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

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

This text has shadow with #88509D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88509D on black background.


Color preview on white background

This text has color #88509D on white background.



Black color preview on #88509D background

This text has black color on #88509D background.


White color preview on #88509D background

This text has white color on #88509D background.