COLOR #883C96

HEX: #883C96
RGB: (136,60,150)

Color info

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

RGB color model

#883C96 color RGB value is (136,60,150).

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

RGB channels and saturation

R 136 of 255 = 53%
G 60 of 255 = 24%
B 150 of 255 = 59%

136
60
150

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

Portions of RGB colors in percentages

R + G + B =
136 + 60 + 150 = 346 (100%)
R 136 of 346 ~ 39.31%
G 60 of 346 ~ 17.34%
B 150 of 346 ~ 43.35%

%39.31
%17.34
%43.35

CMYK color model

#883C96 color CMYK value is (9,60,0,41).

  • cyan value is 9.33%
  • magenta value is 60.00%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK: (9,60,0,41) C9M60Y0K41 (9%,60%,0%,41%) (0.09/0.60/0.00/0.41)

CMYK percentages

%9.33
%60
%0
%41.18

Codes

Color #883C96 in popluar color models

883C96
RGB13660150
HSL291°42.86%41.18%
HSB/HSV291°60.00%58.82%
CMYK9.33%60.00%0.00%
41.18%

Color #883C96 in popluar number systems.

HEX883C96
Decimal13660150
Binary1000100011110010010110
Octal21074226

Shades and tints

Shades of #883C96

#883C96
(136,60,150)
#7C3789
(124,55,137)
#70327C
(112,50,124)
#642D6F
(100,45,111)
#582862
(88,40,98)
#4C2355
(76,35,85)
#401E48
(64,30,72)
#34193B
(52,25,59)
#28142E
(40,20,46)
#1C0F21
(28,15,33)
#100A14
(16,10,20)
#000000
(0,0,0)

Tints of #883C96

#883C96
(136,60,150)
#924D9F
(146,77,159)
#9C5EA8
(156,94,168)
#A66FB1
(166,111,177)
#B080BA
(176,128,186)
#BA91C3
(186,145,195)
#C4A2CC
(196,162,204)
#CEB3D5
(206,179,213)
#D8C4DE
(216,196,222)
#E2D5E7
(226,213,231)
#ECE6F0
(236,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #883C96; }

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

This text font color is #883C96.


Background Color

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

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

This div background color is #883C96.


Border color

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

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

This div border color is #883C96.


Opacity

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

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

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

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

This text has shadow with #883C96 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #883C96 on black background.


Color preview on white background

This text has color #883C96 on white background.



Black color preview on #883C96 background

This text has black color on #883C96 background.


White color preview on #883C96 background

This text has white color on #883C96 background.