COLOR #88638E

HEX: #88638E
RGB: (136,99,142)

Color info

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

RGB color model

#88638E color RGB value is (136,99,142).

  • red value is 136;
  • green value is 99;
  • blue value is 142.
RGB:
(136,99,142)
(53%,39%,56%)

RGB channels and saturation

R 136 of 255 = 53%
G 99 of 255 = 39%
B 142 of 255 = 56%

136
99
142

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

Portions of RGB colors in percentages

R + G + B =
136 + 99 + 142 = 377 (100%)
R 136 of 377 ~ 36.07%
G 99 of 377 ~ 26.26%
B 142 of 377 ~ 37.67%

%36.07
%26.26
%37.67

CMYK color model

#88638E color CMYK value is (4,30,0,44).

  • cyan value is 4.23%
  • magenta value is 30.28%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(4,30,0,44)
C4M30Y0K44 
(4%,30%,0%,44%)
(0.04/0.30/0.00/0.44)	

CMYK percentages

%4.23
%30.28
%0
%44.31

Codes

Color #88638E in popluar color models

88638E
RGB13699142
HSL292°17.84%47.25%
HSB/HSV292°30.28%55.69%
CMYK4.23%30.28%0.00%
44.31%

Color #88638E in popluar number systems.

HEX88638E
Decimal13699142
Binary10001000110001110001110
Octal210143216

Shades and tints

Shades of #88638E

#88638E
(136,99,142)
#7C5A82
(124,90,130)
#705176
(112,81,118)
#64486A
(100,72,106)
#583F5E
(88,63,94)
#4C3652
(76,54,82)
#402D46
(64,45,70)
#34243A
(52,36,58)
#281B2E
(40,27,46)
#1C1222
(28,18,34)
#100916
(16,9,22)
#000000
(0,0,0)

Tints of #88638E

#88638E
(136,99,142)
#927198
(146,113,152)
#9C7FA2
(156,127,162)
#A68DAC
(166,141,172)
#B09BB6
(176,155,182)
#BAA9C0
(186,169,192)
#C4B7CA
(196,183,202)
#CEC5D4
(206,197,212)
#D8D3DE
(216,211,222)
#E2E1E8
(226,225,232)
#ECEFF2
(236,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88638E color. Also use rgb(136,99,142) instead hex code.

Text Font Color

.myTextColor { color: #88638E; }

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

This text font color is #88638E.


Background Color

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

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

This div background color is #88638E.


Border color

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

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

This div border color is #88638E.


Opacity

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

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

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

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

This text has shadow with #88638E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88638E on black background.


Color preview on white background

This text has color #88638E on white background.



Black color preview on #88638E background

This text has black color on #88638E background.


White color preview on #88638E background

This text has white color on #88638E background.