COLOR #883E8A

HEX: #883E8A RGB: (136,62,138)

Color info

#883E8A contains mainly red and blue colors. Web safe color of #883E8A is #993399 (or #939).

RGB color model

#883E8A color RGB value is (136,62,138).

RGB: (136,62,138) (53%, 24%, 54%)

RGB channels and saturation

R 136 of 255 = 53%
G 62 of 255 = 24%
B 138 of 255 = 54%

136
62
138

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

Portions of RGB colors in percentages

R + G + B = 136 + 62 + 138 = 336 (100%)
R 136 of 336 ~ 40.48%
G 62 of 336 ~ 18.45%
B 138 of 336 ~ 41.07'%

%40.48
%18.45
%41.07

CMYK color model

#883E8A color CMYK value is (1,55,0,46).

  • cyan value is 1.45%
  • magenta value is 55.07%
  • yellow value is 0.00%
  • key color value is 45.88%

CMYK: (1,55,0,46)
C1M55Y0K46 (1%, 55%, 0%, 46%)
(0.01 / 0.55 / 0.00 / 0.46)

CMYK percentages

%1.45
%55.07
%0
%45.88

Codes

Color #883E8A in popluar color models

88 3E 8A
RGB 136 62 138
HSL 298° 38.00% 39.22%
HSB/HSV 298° 55.07% 54.12%
CMYK 1.45% 55.07% 0.00%
45.88%

Color #883E8A in popluar number systems.

HEX 88 3E 8A
Decimal 136 62 138
Binary 10001000 111110 10001010
Octal 210 76 212

Shades and tints

Shades of #883E8A

#883E8A
(136,62,138)
#7C397E
(124,57,126)
#703472
(112,52,114)
#642F66
(100,47,102)
#582A5A
(88,42,90)
#4C254E
(76,37,78)
#402042
(64,32,66)
#341B36
(52,27,54)
#28162A
(40,22,42)
#1C111E
(28,17,30)
#100C12
(16,12,18)
#000000
(0,0,0)

Tints of #883E8A

#883E8A
(136,62,138)
#924F94
(146,79,148)
#9C609E
(156,96,158)
#A671A8
(166,113,168)
#B082B2
(176,130,178)
#BA93BC
(186,147,188)
#C4A4C6
(196,164,198)
#CEB5D0
(206,181,208)
#D8C6DA
(216,198,218)
#E2D7E4
(226,215,228)
#ECE8EE
(236,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #883E8A color. Also use rgb(136,62,138) instead hex code.

Text Font Color

.myTextColor { color: #883E8A; }

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

This text font color is #883E8A.

Background Color

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

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

This div background color is #883E8A.

Border color

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

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

This div border color is #883E8A.

Opacity

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

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

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

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

This text has shadow with #883E8A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #883E8A.

Preview

Color preview on black background

This text has color #883E8A on black background.


Color preview on white background

This text has color #883E8A on white background.


Black color preview on #883E8A background

This text has black color on #883E8A background.


White color preview on #883E8A background

This text has white color on #883E8A background.


Related colors

Complementary color

Complementary color for #hex is #77C175.


I love getcolorcode.com

Triadic colors

1 #8A883E and #3E8A88 with #883E8A are triadic colors.

2 #8A3E88 and #3E888A with #883E8A are triadic colors.