COLOR #8842B0

HEX: #8842B0
RGB: (136,66,176)

Color info

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

RGB color model

#8842B0 color RGB value is (136,66,176).

  • red value is 136;
  • green value is 66;
  • blue value is 176.
RGB:
(136,66,176)
(53%,26%,69%)

RGB channels and saturation

R 136 of 255 = 53%
G 66 of 255 = 26%
B 176 of 255 = 69%

136
66
176

R + G + B ~ 49%. #8842B0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
136 + 66 + 176 = 378 (100%)
R 136 of 378 ~ 35.98%
G 66 of 378 ~ 17.46%
B 176 of 378 ~ 46.56%

%35.98
%17.46
%46.56

CMYK color model

#8842B0 color CMYK value is (23,63,0,31).

  • cyan value is 22.73%
  • magenta value is 62.50%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(23,63,0,31)
C23M63Y0K31 
(23%,63%,0%,31%)
(0.23/0.63/0.00/0.31)	

CMYK percentages

%22.73
%62.5
%0
%30.98

Codes

Color #8842B0 in popluar color models

8842B0
RGB13666176
HSL278°45.45%47.45%
HSB/HSV278°62.50%69.02%
CMYK22.73%62.50%0.00%
30.98%

Color #8842B0 in popluar number systems.

HEX8842B0
Decimal13666176
Binary10001000100001010110000
Octal210102260

Shades and tints

Shades of #8842B0

#8842B0
(136,66,176)
#7C3CA0
(124,60,160)
#703690
(112,54,144)
#643080
(100,48,128)
#582A70
(88,42,112)
#4C2460
(76,36,96)
#401E50
(64,30,80)
#341840
(52,24,64)
#281230
(40,18,48)
#1C0C20
(28,12,32)
#100610
(16,6,16)
#000000
(0,0,0)

Tints of #8842B0

#8842B0
(136,66,176)
#9253B7
(146,83,183)
#9C64BE
(156,100,190)
#A675C5
(166,117,197)
#B086CC
(176,134,204)
#BA97D3
(186,151,211)
#C4A8DA
(196,168,218)
#CEB9E1
(206,185,225)
#D8CAE8
(216,202,232)
#E2DBEF
(226,219,239)
#ECECF6
(236,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8842B0 color. Also use rgb(136,66,176) instead hex code.

Text Font Color

.myTextColor { color: #8842B0; }

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

This text font color is #8842B0.


Background Color

.myBgColor { background-color: #8842B0; }

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

This div background color is #8842B0.


Border color

.myBorderColor { border: 1px solid #8842B0; }

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

This div border color is #8842B0.


Opacity

.myOpacity80 { color: #8842B0; opacity: 0.8; }

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

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

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

This text has shadow with #8842B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8842B0 on black background.


Color preview on white background

This text has color #8842B0 on white background.



Black color preview on #8842B0 background

This text has black color on #8842B0 background.


White color preview on #8842B0 background

This text has white color on #8842B0 background.