COLOR #9E84E2

HEX: #9E84E2
RGB: (158,132,226)

Color info

#9E84E2 contains mainly blue color. Web safe color of #9E84E2 is #9999CC (or #99C).

RGB color model

#9E84E2 color RGB value is (158,132,226).

  • red value is 158;
  • green value is 132;
  • blue value is 226.
RGB:
(158,132,226)
(62%,52%,89%)

RGB channels and saturation

R 158 of 255 = 62%
G 132 of 255 = 52%
B 226 of 255 = 89%

158
132
226

R + G + B ~ 68%. #9E84E2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 132 + 226 = 516 (100%)
R 158 of 516 ~ 30.62%
G 132 of 516 ~ 25.58%
B 226 of 516 ~ 43.8%

%30.62
%25.58
%43.8

CMYK color model

#9E84E2 color CMYK value is (30,42,0,11).

  • cyan value is 30.09%
  • magenta value is 41.59%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(30,42,0,11)
C30M42Y0K11 
(30%,42%,0%,11%)
(0.30/0.42/0.00/0.11)	

CMYK percentages

%30.09
%41.59
%0
%11.37

Codes

Color #9E84E2 in popluar color models

9E84E2
RGB158132226
HSL257°61.84%70.20%
HSB/HSV257°41.59%88.63%
CMYK30.09%41.59%0.00%
11.37%

Color #9E84E2 in popluar number systems.

HEX9E84E2
Decimal158132226
Binary100111101000010011100010
Octal236204342

Shades and tints

Shades of #9E84E2

#9E84E2
(158,132,226)
#9078CE
(144,120,206)
#826CBA
(130,108,186)
#7460A6
(116,96,166)
#665492
(102,84,146)
#58487E
(88,72,126)
#4A3C6A
(74,60,106)
#3C3056
(60,48,86)
#2E2442
(46,36,66)
#20182E
(32,24,46)
#120C1A
(18,12,26)
#000000
(0,0,0)

Tints of #9E84E2

#9E84E2
(158,132,226)
#A68FE4
(166,143,228)
#AE9AE6
(174,154,230)
#B6A5E8
(182,165,232)
#BEB0EA
(190,176,234)
#C6BBEC
(198,187,236)
#CEC6EE
(206,198,238)
#D6D1F0
(214,209,240)
#DEDCF2
(222,220,242)
#E6E7F4
(230,231,244)
#EEF2F6
(238,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E84E2 color. Also use rgb(158,132,226) instead hex code.

Text Font Color

.myTextColor { color: #9E84E2; }

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

This text font color is #9E84E2.


Background Color

.myBgColor { background-color: #9E84E2; }

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

This div background color is #9E84E2.


Border color

.myBorderColor { border: 1px solid #9E84E2; }

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

This div border color is #9E84E2.


Opacity

.myOpacity80 { color: #9E84E2; opacity: 0.8; }

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

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

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

This text has shadow with #9E84E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E84E2 on black background.


Color preview on white background

This text has color #9E84E2 on white background.



Black color preview on #9E84E2 background

This text has black color on #9E84E2 background.


White color preview on #9E84E2 background

This text has white color on #9E84E2 background.