COLOR #885A9A

HEX: #885A9A
RGB: (136,90,154)

Color info

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

RGB color model

#885A9A color RGB value is (136,90,154).

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

RGB channels and saturation

R 136 of 255 = 53%
G 90 of 255 = 35%
B 154 of 255 = 60%

136
90
154

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

Portions of RGB colors in percentages

R + G + B =
136 + 90 + 154 = 380 (100%)
R 136 of 380 ~ 35.79%
G 90 of 380 ~ 23.68%
B 154 of 380 ~ 40.53%

%35.79
%23.68
%40.53

CMYK color model

#885A9A color CMYK value is (12,42,0,40).

  • cyan value is 11.69%
  • magenta value is 41.56%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(12,42,0,40)
C12M42Y0K40 
(12%,42%,0%,40%)
(0.12/0.42/0.00/0.40)	

CMYK percentages

%11.69
%41.56
%0
%39.61

Codes

Color #885A9A in popluar color models

885A9A
RGB13690154
HSL283°26.23%47.84%
HSB/HSV283°41.56%60.39%
CMYK11.69%41.56%0.00%
39.61%

Color #885A9A in popluar number systems.

HEX885A9A
Decimal13690154
Binary10001000101101010011010
Octal210132232

Shades and tints

Shades of #885A9A

#885A9A
(136,90,154)
#7C528C
(124,82,140)
#704A7E
(112,74,126)
#644270
(100,66,112)
#583A62
(88,58,98)
#4C3254
(76,50,84)
#402A46
(64,42,70)
#342238
(52,34,56)
#281A2A
(40,26,42)
#1C121C
(28,18,28)
#100A0E
(16,10,14)
#000000
(0,0,0)

Tints of #885A9A

#885A9A
(136,90,154)
#9269A3
(146,105,163)
#9C78AC
(156,120,172)
#A687B5
(166,135,181)
#B096BE
(176,150,190)
#BAA5C7
(186,165,199)
#C4B4D0
(196,180,208)
#CEC3D9
(206,195,217)
#D8D2E2
(216,210,226)
#E2E1EB
(226,225,235)
#ECF0F4
(236,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #885A9A; }

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

This text font color is #885A9A.


Background Color

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

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

This div background color is #885A9A.


Border color

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

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

This div border color is #885A9A.


Opacity

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

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

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

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

This text has shadow with #885A9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #885A9A on black background.


Color preview on white background

This text has color #885A9A on white background.



Black color preview on #885A9A background

This text has black color on #885A9A background.


White color preview on #885A9A background

This text has white color on #885A9A background.