COLOR #885A92

HEX: #885A92
RGB: (136,90,146)

Color info

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

RGB color model

#885A92 color RGB value is (136,90,146).

  • red value is 136;
  • green value is 90;
  • blue value is 146.
RGB:
(136,90,146)
(53%,35%,57%)

RGB channels and saturation

R 136 of 255 = 53%
G 90 of 255 = 35%
B 146 of 255 = 57%

136
90
146

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

Portions of RGB colors in percentages

R + G + B =
136 + 90 + 146 = 372 (100%)
R 136 of 372 ~ 36.56%
G 90 of 372 ~ 24.19%
B 146 of 372 ~ 39.25%

%36.56
%24.19
%39.25

CMYK color model

#885A92 color CMYK value is (7,38,0,43).

  • cyan value is 6.85%
  • magenta value is 38.36%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(7,38,0,43)
C7M38Y0K43 
(7%,38%,0%,43%)
(0.07/0.38/0.00/0.43)	

CMYK percentages

%6.85
%38.36
%0
%42.75

Codes

Color #885A92 in popluar color models

885A92
RGB13690146
HSL289°23.73%46.27%
HSB/HSV289°38.36%57.25%
CMYK6.85%38.36%0.00%
42.75%

Color #885A92 in popluar number systems.

HEX885A92
Decimal13690146
Binary10001000101101010010010
Octal210132222

Shades and tints

Shades of #885A92

#885A92
(136,90,146)
#7C5285
(124,82,133)
#704A78
(112,74,120)
#64426B
(100,66,107)
#583A5E
(88,58,94)
#4C3251
(76,50,81)
#402A44
(64,42,68)
#342237
(52,34,55)
#281A2A
(40,26,42)
#1C121D
(28,18,29)
#100A10
(16,10,16)
#000000
(0,0,0)

Tints of #885A92

#885A92
(136,90,146)
#92699B
(146,105,155)
#9C78A4
(156,120,164)
#A687AD
(166,135,173)
#B096B6
(176,150,182)
#BAA5BF
(186,165,191)
#C4B4C8
(196,180,200)
#CEC3D1
(206,195,209)
#D8D2DA
(216,210,218)
#E2E1E3
(226,225,227)
#ECF0EC
(236,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #885A92 color. Also use rgb(136,90,146) instead hex code.

Text Font Color

.myTextColor { color: #885A92; }

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

This text font color is #885A92.


Background Color

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

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

This div background color is #885A92.


Border color

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

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

This div border color is #885A92.


Opacity

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

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

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

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

This text has shadow with #885A92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #885A92 on black background.


Color preview on white background

This text has color #885A92 on white background.



Black color preview on #885A92 background

This text has black color on #885A92 background.


White color preview on #885A92 background

This text has white color on #885A92 background.