COLOR #886699

HEX: #886699 RGB: (136,102,153)

Color info

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

RGB color model

#886699 color RGB value is (136,102,153).

RGB: (136,102,153) (53%, 40%, 60%)

RGB channels and saturation

R 136 of 255 = 53%
G 102 of 255 = 40%
B 153 of 255 = 60%

136
102
153

R + G + B ~ 51%. #886699 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 136 + 102 + 153 = 391 (100%)
R 136 of 391 ~ 34.78%
G 102 of 391 ~ 26.09%
B 153 of 391 ~ 39.13'%

%34.78
%26.09
%39.13

CMYK color model

#886699 color CMYK value is (11,33,0,40).

  • cyan value is 11.11%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 40.00%

CMYK: (11,33,0,40)
C11M33Y0K40 (11%, 33%, 0%, 40%)
(0.11 / 0.33 / 0.00 / 0.40)

CMYK percentages

%11.11
%33.33
%0
%40

Codes

Color #886699 in popluar color models

88 66 99
RGB 136 102 153
HSL 280° 20.00% 50.00%
HSB/HSV 280° 33.33% 60.00%
CMYK 11.11% 33.33% 0.00%
40.00%

Color #886699 in popluar number systems.

HEX 88 66 99
Decimal 136 102 153
Binary 10001000 1100110 10011001
Octal 210 146 231

Shades and tints

Shades of #886699

#886699
(136,102,153)
#7C5D8C
(124,93,140)
#70547F
(112,84,127)
#644B72
(100,75,114)
#584265
(88,66,101)
#4C3958
(76,57,88)
#40304B
(64,48,75)
#34273E
(52,39,62)
#281E31
(40,30,49)
#1C1524
(28,21,36)
#100C17
(16,12,23)
#000000
(0,0,0)

Tints of #886699

#886699
(136,102,153)
#9273A2
(146,115,162)
#9C80AB
(156,128,171)
#A68DB4
(166,141,180)
#B09ABD
(176,154,189)
#BAA7C6
(186,167,198)
#C4B4CF
(196,180,207)
#CEC1D8
(206,193,216)
#D8CEE1
(216,206,225)
#E2DBEA
(226,219,234)
#ECE8F3
(236,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #886699 color. Also use rgb(136,102,153) instead hex code.

Text Font Color

.myTextColor { color: #886699; }

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

This text font color is #886699.

Background Color

.myBgColor { background-color: #886699; }

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

This div background color is #886699.

Border color

.myBorderColor { border: 1px solid #886699; }

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

This div border color is #886699.

Opacity

.myOpacity80 { color: #886699; opacity: 0.8; }

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

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

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

This text has shadow with #886699 color.


.textShadow {text-shadow: 3px 3px 1px #886699', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #886699; -webkit-box-shadow: 1px 1px 3px 2px #886699; box-shadow:1px 1px 3px 2px #886699;">
Div content here
</div>

This div box has shadow with color #886699.

Preview

Color preview on black background

This text has color #886699 on black background.


Color preview on white background

This text has color #886699 on white background.


Black color preview on #886699 background

This text has black color on #886699 background.


White color preview on #886699 background

This text has white color on #886699 background.


Related colors

Complementary color

Complementary color for #hex is #779966.


I love getcolorcode.com

Triadic colors

1 #998866 and #669988 with #886699 are triadic colors.

2 #996688 and #668899 with #886699 are triadic colors.