COLOR #883C7E

HEX: #883C7E
RGB: (136,60,126)

Color info

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

RGB color model

#883C7E color RGB value is (136,60,126).

  • red value is 136;
  • green value is 60;
  • blue value is 126.
RGB:
(136,60,126)
(53%,24%,49%)

RGB channels and saturation

R 136 of 255 = 53%
G 60 of 255 = 24%
B 126 of 255 = 49%

136
60
126

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

Portions of RGB colors in percentages

R + G + B =
136 + 60 + 126 = 322 (100%)
R 136 of 322 ~ 42.24%
G 60 of 322 ~ 18.63%
B 126 of 322 ~ 39.13%

%42.24
%18.63
%39.13

CMYK color model

#883C7E color CMYK value is (0,56,7,47).

  • cyan value is 0.00%
  • magenta value is 55.88%
  • yellow value is 7.35%
  • key color value is 46.67%
CMYK:
(0,56,7,47)
C0M56Y7K47 
(0%,56%,7%,47%)
(0.00/0.56/0.07/0.47)	

CMYK percentages

%0
%55.88
%7.35
%46.67

Codes

Color #883C7E in popluar color models

883C7E
RGB13660126
HSL308°38.78%38.43%
HSB/HSV308°55.88%53.33%
CMYK0.00%55.88%7.35%
46.67%

Color #883C7E in popluar number systems.

HEX883C7E
Decimal13660126
Binary100010001111001111110
Octal21074176

Shades and tints

Shades of #883C7E

#883C7E
(136,60,126)
#7C3773
(124,55,115)
#703268
(112,50,104)
#642D5D
(100,45,93)
#582852
(88,40,82)
#4C2347
(76,35,71)
#401E3C
(64,30,60)
#341931
(52,25,49)
#281426
(40,20,38)
#1C0F1B
(28,15,27)
#100A10
(16,10,16)
#000000
(0,0,0)

Tints of #883C7E

#883C7E
(136,60,126)
#924D89
(146,77,137)
#9C5E94
(156,94,148)
#A66F9F
(166,111,159)
#B080AA
(176,128,170)
#BA91B5
(186,145,181)
#C4A2C0
(196,162,192)
#CEB3CB
(206,179,203)
#D8C4D6
(216,196,214)
#E2D5E1
(226,213,225)
#ECE6EC
(236,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #883C7E; }

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

This text font color is #883C7E.


Background Color

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

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

This div background color is #883C7E.


Border color

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

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

This div border color is #883C7E.


Opacity

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

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

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

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

This text has shadow with #883C7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #883C7E on black background.


Color preview on white background

This text has color #883C7E on white background.



Black color preview on #883C7E background

This text has black color on #883C7E background.


White color preview on #883C7E background

This text has white color on #883C7E background.