COLOR #88589E

HEX: #88589E
RGB: (136,88,158)

Color info

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

RGB color model

#88589E color RGB value is (136,88,158).

  • red value is 136;
  • green value is 88;
  • blue value is 158.
RGB:
(136,88,158)
(53%,35%,62%)

RGB channels and saturation

R 136 of 255 = 53%
G 88 of 255 = 35%
B 158 of 255 = 62%

136
88
158

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

Portions of RGB colors in percentages

R + G + B =
136 + 88 + 158 = 382 (100%)
R 136 of 382 ~ 35.6%
G 88 of 382 ~ 23.04%
B 158 of 382 ~ 41.36%

%35.6
%23.04
%41.36

CMYK color model

#88589E color CMYK value is (14,44,0,38).

  • cyan value is 13.92%
  • magenta value is 44.30%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(14,44,0,38)
C14M44Y0K38 
(14%,44%,0%,38%)
(0.14/0.44/0.00/0.38)	

CMYK percentages

%13.92
%44.3
%0
%38.04

Codes

Color #88589E in popluar color models

88589E
RGB13688158
HSL281°28.46%48.24%
HSB/HSV281°44.30%61.96%
CMYK13.92%44.30%0.00%
38.04%

Color #88589E in popluar number systems.

HEX88589E
Decimal13688158
Binary10001000101100010011110
Octal210130236

Shades and tints

Shades of #88589E

#88589E
(136,88,158)
#7C5090
(124,80,144)
#704882
(112,72,130)
#644074
(100,64,116)
#583866
(88,56,102)
#4C3058
(76,48,88)
#40284A
(64,40,74)
#34203C
(52,32,60)
#28182E
(40,24,46)
#1C1020
(28,16,32)
#100812
(16,8,18)
#000000
(0,0,0)

Tints of #88589E

#88589E
(136,88,158)
#9267A6
(146,103,166)
#9C76AE
(156,118,174)
#A685B6
(166,133,182)
#B094BE
(176,148,190)
#BAA3C6
(186,163,198)
#C4B2CE
(196,178,206)
#CEC1D6
(206,193,214)
#D8D0DE
(216,208,222)
#E2DFE6
(226,223,230)
#ECEEEE
(236,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88589E color. Also use rgb(136,88,158) instead hex code.

Text Font Color

.myTextColor { color: #88589E; }

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

This text font color is #88589E.


Background Color

.myBgColor { background-color: #88589E; }

<div style="background-color:#88589E">Inner text</div>

This div background color is #88589E.


Border color

.myBorderColor { border: 1px solid #88589E; }

<div style="border:3px solid #88589E">Div</div>

This div border color is #88589E.


Opacity

.myOpacity80 { color: #88589E; opacity: 0.8; }

<p style="color:#88589E;opacity:0.8;">80%</p>

Text with #88589E 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 #88589E;}

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

This text has shadow with #88589E color.

.textShadow {text-shadow: 3px 3px 1px #88589E, 3px 3px 1px red;}

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

This text has shadow with #88589E primary color and red secondary color.


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

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

This text has shadow with #88589E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88589E on black background.


Color preview on white background

This text has color #88589E on white background.



Black color preview on #88589E background

This text has black color on #88589E background.


White color preview on #88589E background

This text has white color on #88589E background.