COLOR #8842DC

HEX: #8842DC
RGB: (136,66,220)

Color info

#8842DC contains mainly blue color. Web safe color of #8842DC is #9933CC (or #93C).

RGB color model

#8842DC color RGB value is (136,66,220).

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

RGB channels and saturation

R 136 of 255 = 53%
G 66 of 255 = 26%
B 220 of 255 = 86%

136
66
220

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

Portions of RGB colors in percentages

R + G + B =
136 + 66 + 220 = 422 (100%)
R 136 of 422 ~ 32.23%
G 66 of 422 ~ 15.64%
B 220 of 422 ~ 52.13%

%32.23
%15.64
%52.13

CMYK color model

#8842DC color CMYK value is (38,70,0,14).

  • cyan value is 38.18%
  • magenta value is 70.00%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(38,70,0,14)
C38M70Y0K14 
(38%,70%,0%,14%)
(0.38/0.70/0.00/0.14)	

CMYK percentages

%38.18
%70
%0
%13.73

Codes

Color #8842DC in popluar color models

8842DC
RGB13666220
HSL267°68.75%56.08%
HSB/HSV267°70.00%86.27%
CMYK38.18%70.00%0.00%
13.73%

Color #8842DC in popluar number systems.

HEX8842DC
Decimal13666220
Binary10001000100001011011100
Octal210102334

Shades and tints

Shades of #8842DC

#8842DC
(136,66,220)
#7C3CC8
(124,60,200)
#7036B4
(112,54,180)
#6430A0
(100,48,160)
#582A8C
(88,42,140)
#4C2478
(76,36,120)
#401E64
(64,30,100)
#341850
(52,24,80)
#28123C
(40,18,60)
#1C0C28
(28,12,40)
#100614
(16,6,20)
#000000
(0,0,0)

Tints of #8842DC

#8842DC
(136,66,220)
#9253DF
(146,83,223)
#9C64E2
(156,100,226)
#A675E5
(166,117,229)
#B086E8
(176,134,232)
#BA97EB
(186,151,235)
#C4A8EE
(196,168,238)
#CEB9F1
(206,185,241)
#D8CAF4
(216,202,244)
#E2DBF7
(226,219,247)
#ECECFA
(236,236,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8842DC; }

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

This text font color is #8842DC.


Background Color

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

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

This div background color is #8842DC.


Border color

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

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

This div border color is #8842DC.


Opacity

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

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

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

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

This text has shadow with #8842DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8842DC on black background.


Color preview on white background

This text has color #8842DC on white background.



Black color preview on #8842DC background

This text has black color on #8842DC background.


White color preview on #8842DC background

This text has white color on #8842DC background.