COLOR #886599

HEX: #886599
RGB: (136,101,153)

Color info

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

RGB color model

#886599 color RGB value is (136,101,153).

  • red value is 136;
  • green value is 101;
  • blue value is 153.
RGB:
(136,101,153)
(53%,40%,60%)

RGB channels and saturation

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

136
101
153

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

Portions of RGB colors in percentages

R + G + B =
136 + 101 + 153 = 390 (100%)
R 136 of 390 ~ 34.87%
G 101 of 390 ~ 25.9%
B 153 of 390 ~ 39.23%

%34.87
%25.9
%39.23

CMYK color model

#886599 color CMYK value is (11,34,0,40).

  • cyan value is 11.11%
  • magenta value is 33.99%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(11,34,0,40)
C11M34Y0K40 
(11%,34%,0%,40%)
(0.11/0.34/0.00/0.40)	

CMYK percentages

%11.11
%33.99
%0
%40

Codes

Color #886599 in popluar color models

886599
RGB136101153
HSL280°20.47%49.80%
HSB/HSV280°33.99%60.00%
CMYK11.11%33.99%0.00%
40.00%

Color #886599 in popluar number systems.

HEX886599
Decimal136101153
Binary10001000110010110011001
Octal210145231

Shades and tints

Shades of #886599

#886599
(136,101,153)
#7C5C8C
(124,92,140)
#70537F
(112,83,127)
#644A72
(100,74,114)
#584165
(88,65,101)
#4C3858
(76,56,88)
#402F4B
(64,47,75)
#34263E
(52,38,62)
#281D31
(40,29,49)
#1C1424
(28,20,36)
#100B17
(16,11,23)
#000000
(0,0,0)

Tints of #886599

#886599
(136,101,153)
#9273A2
(146,115,162)
#9C81AB
(156,129,171)
#A68FB4
(166,143,180)
#B09DBD
(176,157,189)
#BAABC6
(186,171,198)
#C4B9CF
(196,185,207)
#CEC7D8
(206,199,216)
#D8D5E1
(216,213,225)
#E2E3EA
(226,227,234)
#ECF1F3
(236,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #886599; }

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

This text font color is #886599.


Background Color

.myBgColor { background-color: #886599; }

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

This div background color is #886599.


Border color

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

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

This div border color is #886599.


Opacity

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

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

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

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

This text has shadow with #886599 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #886599 on black background.


Color preview on white background

This text has color #886599 on white background.



Black color preview on #886599 background

This text has black color on #886599 background.


White color preview on #886599 background

This text has white color on #886599 background.