COLOR #884CCB

HEX: #884CCB RGB: (136,76,203)

Color info

#884CCB contains mainly blue color. Web safe color of #884CCB is #9933CC (or #93C).

RGB color model

#884CCB color RGB value is (136,76,203).

RGB: (136,76,203) (53%, 30%, 80%)

RGB channels and saturation

R 136 of 255 = 53%
G 76 of 255 = 30%
B 203 of 255 = 80%

136
76
203

R + G + B ~ 54%. #884CCB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 136 + 76 + 203 = 415 (100%)
R 136 of 415 ~ 32.77%
G 76 of 415 ~ 18.31%
B 203 of 415 ~ 48.92'%

%32.77
%18.31
%48.92

CMYK color model

#884CCB color CMYK value is (33,63,0,20).

  • cyan value is 33.00%
  • magenta value is 62.56%
  • yellow value is 0.00%
  • key color value is 20.39%

CMYK: (33,63,0,20)
C33M63Y0K20 (33%, 63%, 0%, 20%)
(0.33 / 0.63 / 0.00 / 0.20)

CMYK percentages

%33
%62.56
%0
%20.39

Codes

Color #884CCB in popluar color models

88 4C CB
RGB 136 76 203
HSL 268° 54.98% 54.71%
HSB/HSV 268° 62.56% 79.61%
CMYK 33.00% 62.56% 0.00%
20.39%

Color #884CCB in popluar number systems.

HEX 88 4C CB
Decimal 136 76 203
Binary 10001000 1001100 11001011
Octal 210 114 313

Shades and tints

Shades of #884CCB

#884CCB
(136,76,203)
#7C46B9
(124,70,185)
#7040A7
(112,64,167)
#643A95
(100,58,149)
#583483
(88,52,131)
#4C2E71
(76,46,113)
#40285F
(64,40,95)
#34224D
(52,34,77)
#281C3B
(40,28,59)
#1C1629
(28,22,41)
#101017
(16,16,23)
#000000
(0,0,0)

Tints of #884CCB

#884CCB
(136,76,203)
#925CCF
(146,92,207)
#9C6CD3
(156,108,211)
#A67CD7
(166,124,215)
#B08CDB
(176,140,219)
#BA9CDF
(186,156,223)
#C4ACE3
(196,172,227)
#CEBCE7
(206,188,231)
#D8CCEB
(216,204,235)
#E2DCEF
(226,220,239)
#ECECF3
(236,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #884CCB color. Also use rgb(136,76,203) instead hex code.

Text Font Color

.myTextColor { color: #884CCB; }

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

This text font color is #884CCB.

Background Color

.myBgColor { background-color: #884CCB; }

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

This div background color is #884CCB.

Border color

.myBorderColor { border: 1px solid #884CCB; }

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

This div border color is #884CCB.

Opacity

.myOpacity80 { color: #884CCB; opacity: 0.8; }

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

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

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

This text has shadow with #884CCB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #884CCB.

Preview

Color preview on black background

This text has color #884CCB on black background.


Color preview on white background

This text has color #884CCB on white background.


Black color preview on #884CCB background

This text has black color on #884CCB background.


White color preview on #884CCB background

This text has white color on #884CCB background.


Related colors

Complementary color

Complementary color for #884CCB is #77B334.


I love getcolorcode.com

Triadic colors

1 #CB884C and #4CCB88 with #884CCB are triadic colors.

2 #CB4C88 and #4C88CB with #884CCB are triadic colors.