COLOR #883096

HEX: #883096
RGB: (136,48,150)

Color info

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

RGB color model

#883096 color RGB value is (136,48,150).

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

RGB channels and saturation

R 136 of 255 = 53%
G 48 of 255 = 19%
B 150 of 255 = 59%

136
48
150

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

Portions of RGB colors in percentages

R + G + B =
136 + 48 + 150 = 334 (100%)
R 136 of 334 ~ 40.72%
G 48 of 334 ~ 14.37%
B 150 of 334 ~ 44.91%

%40.72
%14.37
%44.91

CMYK color model

#883096 color CMYK value is (9,68,0,41).

  • cyan value is 9.33%
  • magenta value is 68.00%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(9,68,0,41)
C9M68Y0K41 
(9%,68%,0%,41%)
(0.09/0.68/0.00/0.41)	

CMYK percentages

%9.33
%68
%0
%41.18

Codes

Color #883096 in popluar color models

883096
RGB13648150
HSL292°51.52%38.82%
HSB/HSV292°68.00%58.82%
CMYK9.33%68.00%0.00%
41.18%

Color #883096 in popluar number systems.

HEX883096
Decimal13648150
Binary1000100011000010010110
Octal21060226

Shades and tints

Shades of #883096

#883096
(136,48,150)
#7C2C89
(124,44,137)
#70287C
(112,40,124)
#64246F
(100,36,111)
#582062
(88,32,98)
#4C1C55
(76,28,85)
#401848
(64,24,72)
#34143B
(52,20,59)
#28102E
(40,16,46)
#1C0C21
(28,12,33)
#100814
(16,8,20)
#000000
(0,0,0)

Tints of #883096

#883096
(136,48,150)
#92429F
(146,66,159)
#9C54A8
(156,84,168)
#A666B1
(166,102,177)
#B078BA
(176,120,186)
#BA8AC3
(186,138,195)
#C49CCC
(196,156,204)
#CEAED5
(206,174,213)
#D8C0DE
(216,192,222)
#E2D2E7
(226,210,231)
#ECE4F0
(236,228,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #883096; }

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

This text font color is #883096.


Background Color

.myBgColor { background-color: #883096; }

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

This div background color is #883096.


Border color

.myBorderColor { border: 1px solid #883096; }

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

This div border color is #883096.


Opacity

.myOpacity80 { color: #883096; opacity: 0.8; }

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

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

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

This text has shadow with #883096 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #883096 on black background.


Color preview on white background

This text has color #883096 on white background.



Black color preview on #883096 background

This text has black color on #883096 background.


White color preview on #883096 background

This text has white color on #883096 background.