COLOR #883189

HEX: #883189
RGB: (136,49,137)

Color info

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

RGB color model

#883189 color RGB value is (136,49,137).

  • red value is 136;
  • green value is 49;
  • blue value is 137.
RGB:
(136,49,137)
(53%,19%,54%)

RGB channels and saturation

R 136 of 255 = 53%
G 49 of 255 = 19%
B 137 of 255 = 54%

136
49
137

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

Portions of RGB colors in percentages

R + G + B =
136 + 49 + 137 = 322 (100%)
R 136 of 322 ~ 42.24%
G 49 of 322 ~ 15.22%
B 137 of 322 ~ 42.55%

%42.24
%15.22
%42.55

CMYK color model

#883189 color CMYK value is (1,64,0,46).

  • cyan value is 0.73%
  • magenta value is 64.23%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(1,64,0,46)
C1M64Y0K46 
(1%,64%,0%,46%)
(0.01/0.64/0.00/0.46)	

CMYK percentages

%0.73
%64.23
%0
%46.27

Codes

Color #883189 in popluar color models

883189
RGB13649137
HSL299°47.31%36.47%
HSB/HSV299°64.23%53.73%
CMYK0.73%64.23%0.00%
46.27%

Color #883189 in popluar number systems.

HEX883189
Decimal13649137
Binary1000100011000110001001
Octal21061211

Shades and tints

Shades of #883189

#883189
(136,49,137)
#7C2D7D
(124,45,125)
#702971
(112,41,113)
#642565
(100,37,101)
#582159
(88,33,89)
#4C1D4D
(76,29,77)
#401941
(64,25,65)
#341535
(52,21,53)
#281129
(40,17,41)
#1C0D1D
(28,13,29)
#100911
(16,9,17)
#000000
(0,0,0)

Tints of #883189

#883189
(136,49,137)
#924393
(146,67,147)
#9C559D
(156,85,157)
#A667A7
(166,103,167)
#B079B1
(176,121,177)
#BA8BBB
(186,139,187)
#C49DC5
(196,157,197)
#CEAFCF
(206,175,207)
#D8C1D9
(216,193,217)
#E2D3E3
(226,211,227)
#ECE5ED
(236,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #883189 color. Also use rgb(136,49,137) instead hex code.

Text Font Color

.myTextColor { color: #883189; }

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

This text font color is #883189.


Background Color

.myBgColor { background-color: #883189; }

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

This div background color is #883189.


Border color

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

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

This div border color is #883189.


Opacity

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

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

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

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

This text has shadow with #883189 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #883189 on black background.


Color preview on white background

This text has color #883189 on white background.



Black color preview on #883189 background

This text has black color on #883189 background.


White color preview on #883189 background

This text has white color on #883189 background.