COLOR #883C79

HEX: #883C79 RGB: (136,60,121)

Color info

#883C79 contains mainly red and blue colors. Web safe color of #883C79 is #993366 (or #936).

RGB color model

#883C79 color RGB value is (136,60,121).

RGB: (136,60,121) (53%, 24%, 47%)

RGB channels and saturation

R 136 of 255 = 53%
G 60 of 255 = 24%
B 121 of 255 = 47%

136
60
121

R + G + B ~ 41%. #883C79 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 136 + 60 + 121 = 317 (100%)
R 136 of 317 ~ 42.9%
G 60 of 317 ~ 18.93%
B 121 of 317 ~ 38.17'%

%42.9
%18.93
%38.17

CMYK color model

#883C79 color CMYK value is (0,56,11,47).

  • cyan value is 0.00%
  • magenta value is 55.88%
  • yellow value is 11.03%
  • key color value is 46.67%
CMYK: (0,56,11,47) C0M56Y11K47 (0%,56%,11%,47%) (0.00/0.56/0.11/0.47) 

CMYK percentages

%0
%55.88
%11.03
%46.67

Codes

Color #883C79 in popluar color models

88 3C 79
RGB 136 60 121
HSL 312° 38.78% 38.43%
HSB/HSV 312° 55.88% 53.33%
CMYK 0.00% 55.88% 11.03%
46.67%

Color #883C79 in popluar number systems.

HEX 88 3C 79
Decimal 136 60 121
Binary 10001000 111100 1111001
Octal 210 74 171

Shades and tints

Shades of #883C79

#883C79
(136,60,121)
#7C376E
(124,55,110)
#703263
(112,50,99)
#642D58
(100,45,88)
#58284D
(88,40,77)
#4C2342
(76,35,66)
#401E37
(64,30,55)
#34192C
(52,25,44)
#281421
(40,20,33)
#1C0F16
(28,15,22)
#100A0B
(16,10,11)
#000000
(0,0,0)

Tints of #883C79

#883C79
(136,60,121)
#924D85
(146,77,133)
#9C5E91
(156,94,145)
#A66F9D
(166,111,157)
#B080A9
(176,128,169)
#BA91B5
(186,145,181)
#C4A2C1
(196,162,193)
#CEB3CD
(206,179,205)
#D8C4D9
(216,196,217)
#E2D5E5
(226,213,229)
#ECE6F1
(236,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #883C79 color. Also use rgb(136,60,121) instead hex code.

Text Font Color

.myTextColor { color: #883C79; }

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

This text font color is #883C79.

Background Color

.myBgColor { background-color: #883C79; }

<div style="background-color:#883C79">Inner text</div>

This div background color is #883C79.

Border color

.myBorderColor { border: 1px solid #883C79; }

<div style="border:3px solid #883C79">Div</div>

This div border color is #883C79.

Opacity

.myOpacity80 { color: #883C79; opacity: 0.8; }

<p style="color:#883C79;opacity:0.8;">80%</p>

Text with #883C79 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 #883C79;}

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

This text has shadow with #883C79 color.


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

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

This text has shadow with #883C79 primary color and red secondary color.


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

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

This text has shadow with #883C79 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #883C79.

Preview

Color preview on black background

This text has color #883C79 on black background.


Color preview on white background

This text has color #883C79 on white background.


Black color preview on #883C79 background

This text has black color on #883C79 background.


White color preview on #883C79 background

This text has white color on #883C79 background.


Related colors

Complementary color

Complementary color for #hex is #77C386.


I love getcolorcode.com

Triadic colors

1 #79883C and #3C7988 with #883C79 are triadic colors.

2 #793C88 and #3C8879 with #883C79 are triadic colors.