COLOR #9E84EB

HEX: #9E84EB
RGB: (158,132,235)

Color info

#9E84EB contains mainly blue color. Web safe color of #9E84EB is #9999FF (or #99F).

RGB color model

#9E84EB color RGB value is (158,132,235).

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

RGB channels and saturation

R 158 of 255 = 62%
G 132 of 255 = 52%
B 235 of 255 = 92%

158
132
235

R + G + B ~ 69%. #9E84EB is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 132 + 235 = 525 (100%)
R 158 of 525 ~ 30.1%
G 132 of 525 ~ 25.14%
B 235 of 525 ~ 44.76%

%30.1
%25.14
%44.76

CMYK color model

#9E84EB color CMYK value is (33,44,0,8).

  • cyan value is 32.77%
  • magenta value is 43.83%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(33,44,0,8)
C33M44Y0K8 
(33%,44%,0%,8%)
(0.33/0.44/0.00/0.08)	

CMYK percentages

%32.77
%43.83
%0
%7.84

Codes

Color #9E84EB in popluar color models

9E84EB
RGB158132235
HSL255°72.03%71.96%
HSB/HSV255°43.83%92.16%
CMYK32.77%43.83%0.00%
7.84%

Color #9E84EB in popluar number systems.

HEX9E84EB
Decimal158132235
Binary100111101000010011101011
Octal236204353

Shades and tints

Shades of #9E84EB

#9E84EB
(158,132,235)
#9078D6
(144,120,214)
#826CC1
(130,108,193)
#7460AC
(116,96,172)
#665497
(102,84,151)
#584882
(88,72,130)
#4A3C6D
(74,60,109)
#3C3058
(60,48,88)
#2E2443
(46,36,67)
#20182E
(32,24,46)
#120C19
(18,12,25)
#000000
(0,0,0)

Tints of #9E84EB

#9E84EB
(158,132,235)
#A68FEC
(166,143,236)
#AE9AED
(174,154,237)
#B6A5EE
(182,165,238)
#BEB0EF
(190,176,239)
#C6BBF0
(198,187,240)
#CEC6F1
(206,198,241)
#D6D1F2
(214,209,242)
#DEDCF3
(222,220,243)
#E6E7F4
(230,231,244)
#EEF2F5
(238,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E84EB; }

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

This text font color is #9E84EB.


Background Color

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

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

This div background color is #9E84EB.


Border color

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

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

This div border color is #9E84EB.


Opacity

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

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

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

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

This text has shadow with #9E84EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E84EB on black background.


Color preview on white background

This text has color #9E84EB on white background.



Black color preview on #9E84EB background

This text has black color on #9E84EB background.


White color preview on #9E84EB background

This text has white color on #9E84EB background.