COLOR #8426D6

HEX: #8426D6
RGB: (132,38,214)

Color info

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

RGB color model

#8426D6 color RGB value is (132,38,214).

  • red value is 132;
  • green value is 38;
  • blue value is 214.
RGB:
(132,38,214)
(52%,15%,84%)

RGB channels and saturation

R 132 of 255 = 52%
G 38 of 255 = 15%
B 214 of 255 = 84%

132
38
214

R + G + B ~ 50%. #8426D6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
132 + 38 + 214 = 384 (100%)
R 132 of 384 ~ 34.38%
G 38 of 384 ~ 9.9%
B 214 of 384 ~ 55.73%

%34.38
%9.9
%55.73

CMYK color model

#8426D6 color CMYK value is (38,82,0,16).

  • cyan value is 38.32%
  • magenta value is 82.24%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(38,82,0,16)
C38M82Y0K16 
(38%,82%,0%,16%)
(0.38/0.82/0.00/0.16)	

CMYK percentages

%38.32
%82.24
%0
%16.08

Codes

Color #8426D6 in popluar color models

8426D6
RGB13238214
HSL272°69.84%49.41%
HSB/HSV272°82.24%83.92%
CMYK38.32%82.24%0.00%
16.08%

Color #8426D6 in popluar number systems.

HEX8426D6
Decimal13238214
Binary1000010010011011010110
Octal20446326

Shades and tints

Shades of #8426D6

#8426D6
(132,38,214)
#7823C3
(120,35,195)
#6C20B0
(108,32,176)
#601D9D
(96,29,157)
#541A8A
(84,26,138)
#481777
(72,23,119)
#3C1464
(60,20,100)
#301151
(48,17,81)
#240E3E
(36,14,62)
#180B2B
(24,11,43)
#0C0818
(12,8,24)
#000000
(0,0,0)

Tints of #8426D6

#8426D6
(132,38,214)
#8F39D9
(143,57,217)
#9A4CDC
(154,76,220)
#A55FDF
(165,95,223)
#B072E2
(176,114,226)
#BB85E5
(187,133,229)
#C698E8
(198,152,232)
#D1ABEB
(209,171,235)
#DCBEEE
(220,190,238)
#E7D1F1
(231,209,241)
#F2E4F4
(242,228,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8426D6 color. Also use rgb(132,38,214) instead hex code.

Text Font Color

.myTextColor { color: #8426D6; }

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

This text font color is #8426D6.


Background Color

.myBgColor { background-color: #8426D6; }

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

This div background color is #8426D6.


Border color

.myBorderColor { border: 1px solid #8426D6; }

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

This div border color is #8426D6.


Opacity

.myOpacity80 { color: #8426D6; opacity: 0.8; }

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

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

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

This text has shadow with #8426D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8426D6 on black background.


Color preview on white background

This text has color #8426D6 on white background.



Black color preview on #8426D6 background

This text has black color on #8426D6 background.


White color preview on #8426D6 background

This text has white color on #8426D6 background.