COLOR #9D5EE2

HEX: #9D5EE2
RGB: (157,94,226)

Color info

#9D5EE2 contains mainly blue color. Web safe color of #9D5EE2 is #9966CC (or #96C).

RGB color model

#9D5EE2 color RGB value is (157,94,226).

  • red value is 157;
  • green value is 94;
  • blue value is 226.
RGB:
(157,94,226)
(62%,37%,89%)

RGB channels and saturation

R 157 of 255 = 62%
G 94 of 255 = 37%
B 226 of 255 = 89%

157
94
226

R + G + B ~ 63%. #9D5EE2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 94 + 226 = 477 (100%)
R 157 of 477 ~ 32.91%
G 94 of 477 ~ 19.71%
B 226 of 477 ~ 47.38%

%32.91
%19.71
%47.38

CMYK color model

#9D5EE2 color CMYK value is (31,58,0,11).

  • cyan value is 30.53%
  • magenta value is 58.41%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(31,58,0,11)
C31M58Y0K11 
(31%,58%,0%,11%)
(0.31/0.58/0.00/0.11)	

CMYK percentages

%30.53
%58.41
%0
%11.37

Codes

Color #9D5EE2 in popluar color models

9D5EE2
RGB15794226
HSL269°69.47%62.75%
HSB/HSV269°58.41%88.63%
CMYK30.53%58.41%0.00%
11.37%

Color #9D5EE2 in popluar number systems.

HEX9D5EE2
Decimal15794226
Binary10011101101111011100010
Octal235136342

Shades and tints

Shades of #9D5EE2

#9D5EE2
(157,94,226)
#8F56CE
(143,86,206)
#814EBA
(129,78,186)
#7346A6
(115,70,166)
#653E92
(101,62,146)
#57367E
(87,54,126)
#492E6A
(73,46,106)
#3B2656
(59,38,86)
#2D1E42
(45,30,66)
#1F162E
(31,22,46)
#110E1A
(17,14,26)
#000000
(0,0,0)

Tints of #9D5EE2

#9D5EE2
(157,94,226)
#A56CE4
(165,108,228)
#AD7AE6
(173,122,230)
#B588E8
(181,136,232)
#BD96EA
(189,150,234)
#C5A4EC
(197,164,236)
#CDB2EE
(205,178,238)
#D5C0F0
(213,192,240)
#DDCEF2
(221,206,242)
#E5DCF4
(229,220,244)
#EDEAF6
(237,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D5EE2 color. Also use rgb(157,94,226) instead hex code.

Text Font Color

.myTextColor { color: #9D5EE2; }

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

This text font color is #9D5EE2.


Background Color

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

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

This div background color is #9D5EE2.


Border color

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

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

This div border color is #9D5EE2.


Opacity

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

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

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

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

This text has shadow with #9D5EE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D5EE2 on black background.


Color preview on white background

This text has color #9D5EE2 on white background.



Black color preview on #9D5EE2 background

This text has black color on #9D5EE2 background.


White color preview on #9D5EE2 background

This text has white color on #9D5EE2 background.