COLOR #9E95E2

HEX: #9E95E2
RGB: (158,149,226)

Color info

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

RGB color model

#9E95E2 color RGB value is (158,149,226).

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

RGB channels and saturation

R 158 of 255 = 62%
G 149 of 255 = 58%
B 226 of 255 = 89%

158
149
226

R + G + B ~ 70%. #9E95E2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 149 + 226 = 533 (100%)
R 158 of 533 ~ 29.64%
G 149 of 533 ~ 27.95%
B 226 of 533 ~ 42.4%

%29.64
%27.95
%42.4

CMYK color model

#9E95E2 color CMYK value is (30,34,0,11).

  • cyan value is 30.09%
  • magenta value is 34.07%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(30,34,0,11)
C30M34Y0K11 
(30%,34%,0%,11%)
(0.30/0.34/0.00/0.11)	

CMYK percentages

%30.09
%34.07
%0
%11.37

Codes

Color #9E95E2 in popluar color models

9E95E2
RGB158149226
HSL247°57.04%73.53%
HSB/HSV247°34.07%88.63%
CMYK30.09%34.07%0.00%
11.37%

Color #9E95E2 in popluar number systems.

HEX9E95E2
Decimal158149226
Binary100111101001010111100010
Octal236225342

Shades and tints

Shades of #9E95E2

#9E95E2
(158,149,226)
#9088CE
(144,136,206)
#827BBA
(130,123,186)
#746EA6
(116,110,166)
#666192
(102,97,146)
#58547E
(88,84,126)
#4A476A
(74,71,106)
#3C3A56
(60,58,86)
#2E2D42
(46,45,66)
#20202E
(32,32,46)
#12131A
(18,19,26)
#000000
(0,0,0)

Tints of #9E95E2

#9E95E2
(158,149,226)
#A69EE4
(166,158,228)
#AEA7E6
(174,167,230)
#B6B0E8
(182,176,232)
#BEB9EA
(190,185,234)
#C6C2EC
(198,194,236)
#CECBEE
(206,203,238)
#D6D4F0
(214,212,240)
#DEDDF2
(222,221,242)
#E6E6F4
(230,230,244)
#EEEFF6
(238,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E95E2; }

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

This text font color is #9E95E2.


Background Color

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

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

This div background color is #9E95E2.


Border color

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

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

This div border color is #9E95E2.


Opacity

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

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

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

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

This text has shadow with #9E95E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E95E2 on black background.


Color preview on white background

This text has color #9E95E2 on white background.



Black color preview on #9E95E2 background

This text has black color on #9E95E2 background.


White color preview on #9E95E2 background

This text has white color on #9E95E2 background.