COLOR #885DB0

HEX: #885DB0 RGB: (136,93,176)

Color info

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

RGB color model

#885DB0 color RGB value is (136,93,176).

RGB: (136,93,176) (53%, 36%, 69%)

RGB channels and saturation

R 136 of 255 = 53%
G 93 of 255 = 36%
B 176 of 255 = 69%

136
93
176

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

Portions of RGB colors in percentages

R + G + B = 136 + 93 + 176 = 405 (100%)
R 136 of 405 ~ 33.58%
G 93 of 405 ~ 22.96%
B 176 of 405 ~ 43.46'%

%33.58
%22.96
%43.46

CMYK color model

#885DB0 color CMYK value is (23,47,0,31).

  • cyan value is 22.73%
  • magenta value is 47.16%
  • yellow value is 0.00%
  • key color value is 30.98%

CMYK: (23,47,0,31)
C23M47Y0K31 (23%, 47%, 0%, 31%)
(0.23 / 0.47 / 0.00 / 0.31)

CMYK percentages

%22.73
%47.16
%0
%30.98

Codes

Color #885DB0 in popluar color models

88 5D B0
RGB 136 93 176
HSL 271° 34.44% 52.75%
HSB/HSV 271° 47.16% 69.02%
CMYK 22.73% 47.16% 0.00%
30.98%

Color #885DB0 in popluar number systems.

HEX 88 5D B0
Decimal 136 93 176
Binary 10001000 1011101 10110000
Octal 210 135 260

Shades and tints

Shades of #885DB0

#885DB0
(136,93,176)
#7C55A0
(124,85,160)
#704D90
(112,77,144)
#644580
(100,69,128)
#583D70
(88,61,112)
#4C3560
(76,53,96)
#402D50
(64,45,80)
#342540
(52,37,64)
#281D30
(40,29,48)
#1C1520
(28,21,32)
#100D10
(16,13,16)
#000000
(0,0,0)

Tints of #885DB0

#885DB0
(136,93,176)
#926BB7
(146,107,183)
#9C79BE
(156,121,190)
#A687C5
(166,135,197)
#B095CC
(176,149,204)
#BAA3D3
(186,163,211)
#C4B1DA
(196,177,218)
#CEBFE1
(206,191,225)
#D8CDE8
(216,205,232)
#E2DBEF
(226,219,239)
#ECE9F6
(236,233,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #885DB0 color. Also use rgb(136,93,176) instead hex code.

Text Font Color

.myTextColor { color: #885DB0; }

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

This text font color is #885DB0.

Background Color

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

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

This div background color is #885DB0.

Border color

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

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

This div border color is #885DB0.

Opacity

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

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

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

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

This text has shadow with #885DB0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #885DB0.

Preview

Color preview on black background

This text has color #885DB0 on black background.


Color preview on white background

This text has color #885DB0 on white background.


Black color preview on #885DB0 background

This text has black color on #885DB0 background.


White color preview on #885DB0 background

This text has white color on #885DB0 background.


Related colors

Complementary color

Complementary color for #hex is #77A24F.


I love getcolorcode.com

Triadic colors

1 #B0885D and #5DB088 with #885DB0 are triadic colors.

2 #B05D88 and #5D88B0 with #885DB0 are triadic colors.