COLOR #885EAF

HEX: #885EAF RGB: (136,94,175)

Color info

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

RGB color model

#885EAF color RGB value is (136,94,175).

RGB: (136,94,175) (53%, 37%, 69%)

RGB channels and saturation

R 136 of 255 = 53%
G 94 of 255 = 37%
B 175 of 255 = 69%

136
94
175

R + G + B ~ 53%. #885EAF is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 136 + 94 + 175 = 405 (100%)
R 136 of 405 ~ 33.58%
G 94 of 405 ~ 23.21%
B 175 of 405 ~ 43.21'%

%33.58
%23.21
%43.21

CMYK color model

#885EAF color CMYK value is (22,46,0,31).

  • cyan value is 22.29%
  • magenta value is 46.29%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (22,46,0,31)
C22M46Y0K31 (22%, 46%, 0%, 31%)
(0.22 / 0.46 / 0.00 / 0.31)

CMYK percentages

%22.29
%46.29
%0
%31.37

Codes

Color #885EAF in popluar color models

88 5E AF
RGB 136 94 175
HSL 271° 33.61% 52.75%
HSB/HSV 271° 46.29% 68.63%
CMYK 22.29% 46.29% 0.00%
31.37%

Color #885EAF in popluar number systems.

HEX 88 5E AF
Decimal 136 94 175
Binary 10001000 1011110 10101111
Octal 210 136 257

Shades and tints

Shades of #885EAF

#885EAF
(136,94,175)
#7C56A0
(124,86,160)
#704E91
(112,78,145)
#644682
(100,70,130)
#583E73
(88,62,115)
#4C3664
(76,54,100)
#402E55
(64,46,85)
#342646
(52,38,70)
#281E37
(40,30,55)
#1C1628
(28,22,40)
#100E19
(16,14,25)
#000000
(0,0,0)

Tints of #885EAF

#885EAF
(136,94,175)
#926CB6
(146,108,182)
#9C7ABD
(156,122,189)
#A688C4
(166,136,196)
#B096CB
(176,150,203)
#BAA4D2
(186,164,210)
#C4B2D9
(196,178,217)
#CEC0E0
(206,192,224)
#D8CEE7
(216,206,231)
#E2DCEE
(226,220,238)
#ECEAF5
(236,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #885EAF color. Also use rgb(136,94,175) instead hex code.

Text Font Color

.myTextColor { color: #885EAF; }

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

This text font color is #885EAF.

Background Color

.myBgColor { background-color: #885EAF; }

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

This div background color is #885EAF.

Border color

.myBorderColor { border: 1px solid #885EAF; }

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

This div border color is #885EAF.

Opacity

.myOpacity80 { color: #885EAF; opacity: 0.8; }

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

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

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

This text has shadow with #885EAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #885EAF.

Preview

Color preview on black background

This text has color #885EAF on black background.


Color preview on white background

This text has color #885EAF on white background.


Black color preview on #885EAF background

This text has black color on #885EAF background.


White color preview on #885EAF background

This text has white color on #885EAF background.


Related colors

Complementary color

Complementary color for #hex is #77A150.


I love getcolorcode.com

Triadic colors

1 #AF885E and #5EAF88 with #885EAF are triadic colors.

2 #AF5E88 and #5E88AF with #885EAF are triadic colors.