COLOR #883C7D

HEX: #883C7D
RGB: (136,60,125)

Color info

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

RGB color model

#883C7D color RGB value is (136,60,125).

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

RGB channels and saturation

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

136
60
125

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

Portions of RGB colors in percentages

R + G + B =
136 + 60 + 125 = 321 (100%)
R 136 of 321 ~ 42.37%
G 60 of 321 ~ 18.69%
B 125 of 321 ~ 38.94%

%42.37
%18.69
%38.94

CMYK color model

#883C7D color CMYK value is (0,56,8,47).

  • cyan value is 0.00%
  • magenta value is 55.88%
  • yellow value is 8.09%
  • key color value is 46.67%
CMYK:
(0,56,8,47)
C0M56Y8K47 
(0%,56%,8%,47%)
(0.00/0.56/0.08/0.47)	

CMYK percentages

%0
%55.88
%8.09
%46.67

Codes

Color #883C7D in popluar color models

883C7D
RGB13660125
HSL309°38.78%38.43%
HSB/HSV309°55.88%53.33%
CMYK0.00%55.88%8.09%
46.67%

Color #883C7D in popluar number systems.

HEX883C7D
Decimal13660125
Binary100010001111001111101
Octal21074175

Shades and tints

Shades of #883C7D

#883C7D
(136,60,125)
#7C3772
(124,55,114)
#703267
(112,50,103)
#642D5C
(100,45,92)
#582851
(88,40,81)
#4C2346
(76,35,70)
#401E3B
(64,30,59)
#341930
(52,25,48)
#281425
(40,20,37)
#1C0F1A
(28,15,26)
#100A0F
(16,10,15)
#000000
(0,0,0)

Tints of #883C7D

#883C7D
(136,60,125)
#924D88
(146,77,136)
#9C5E93
(156,94,147)
#A66F9E
(166,111,158)
#B080A9
(176,128,169)
#BA91B4
(186,145,180)
#C4A2BF
(196,162,191)
#CEB3CA
(206,179,202)
#D8C4D5
(216,196,213)
#E2D5E0
(226,213,224)
#ECE6EB
(236,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #883C7D; }

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

This text font color is #883C7D.


Background Color

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

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

This div background color is #883C7D.


Border color

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

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

This div border color is #883C7D.


Opacity

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

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

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

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

This text has shadow with #883C7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #883C7D on black background.


Color preview on white background

This text has color #883C7D on white background.



Black color preview on #883C7D background

This text has black color on #883C7D background.


White color preview on #883C7D background

This text has white color on #883C7D background.