COLOR #886594

HEX: #886594
RGB: (136,101,148)

Color info

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

RGB color model

#886594 color RGB value is (136,101,148).

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

RGB channels and saturation

R 136 of 255 = 53%
G 101 of 255 = 40%
B 148 of 255 = 58%

136
101
148

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

Portions of RGB colors in percentages

R + G + B =
136 + 101 + 148 = 385 (100%)
R 136 of 385 ~ 35.32%
G 101 of 385 ~ 26.23%
B 148 of 385 ~ 38.44%

%35.32
%26.23
%38.44

CMYK color model

#886594 color CMYK value is (8,32,0,42).

  • cyan value is 8.11%
  • magenta value is 31.76%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(8,32,0,42)
C8M32Y0K42 
(8%,32%,0%,42%)
(0.08/0.32/0.00/0.42)	

CMYK percentages

%8.11
%31.76
%0
%41.96

Codes

Color #886594 in popluar color models

886594
RGB136101148
HSL285°18.88%48.82%
HSB/HSV285°31.76%58.04%
CMYK8.11%31.76%0.00%
41.96%

Color #886594 in popluar number systems.

HEX886594
Decimal136101148
Binary10001000110010110010100
Octal210145224

Shades and tints

Shades of #886594

#886594
(136,101,148)
#7C5C87
(124,92,135)
#70537A
(112,83,122)
#644A6D
(100,74,109)
#584160
(88,65,96)
#4C3853
(76,56,83)
#402F46
(64,47,70)
#342639
(52,38,57)
#281D2C
(40,29,44)
#1C141F
(28,20,31)
#100B12
(16,11,18)
#000000
(0,0,0)

Tints of #886594

#886594
(136,101,148)
#92739D
(146,115,157)
#9C81A6
(156,129,166)
#A68FAF
(166,143,175)
#B09DB8
(176,157,184)
#BAABC1
(186,171,193)
#C4B9CA
(196,185,202)
#CEC7D3
(206,199,211)
#D8D5DC
(216,213,220)
#E2E3E5
(226,227,229)
#ECF1EE
(236,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #886594; }

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

This text font color is #886594.


Background Color

.myBgColor { background-color: #886594; }

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

This div background color is #886594.


Border color

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

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

This div border color is #886594.


Opacity

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

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

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

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

This text has shadow with #886594 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #886594 on black background.


Color preview on white background

This text has color #886594 on white background.



Black color preview on #886594 background

This text has black color on #886594 background.


White color preview on #886594 background

This text has white color on #886594 background.