COLOR #9561E7

HEX: #9561E7
RGB: (149,97,231)

Color info

#9561E7 contains mainly blue color. Web safe color of #9561E7 is #9966FF (or #96F).

RGB color model

#9561E7 color RGB value is (149,97,231).

  • red value is 149;
  • green value is 97;
  • blue value is 231.
RGB:
(149,97,231)
(58%,38%,91%)

RGB channels and saturation

R 149 of 255 = 58%
G 97 of 255 = 38%
B 231 of 255 = 91%

149
97
231

R + G + B ~ 62%. #9561E7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 97 + 231 = 477 (100%)
R 149 of 477 ~ 31.24%
G 97 of 477 ~ 20.34%
B 231 of 477 ~ 48.43%

%31.24
%20.34
%48.43

CMYK color model

#9561E7 color CMYK value is (35,58,0,9).

  • cyan value is 35.50%
  • magenta value is 58.01%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(35,58,0,9)
C35M58Y0K9 
(35%,58%,0%,9%)
(0.35/0.58/0.00/0.09)	

CMYK percentages

%35.5
%58.01
%0
%9.41

Codes

Color #9561E7 in popluar color models

9561E7
RGB14997231
HSL263°73.63%64.31%
HSB/HSV263°58.01%90.59%
CMYK35.50%58.01%0.00%
9.41%

Color #9561E7 in popluar number systems.

HEX9561E7
Decimal14997231
Binary10010101110000111100111
Octal225141347

Shades and tints

Shades of #9561E7

#9561E7
(149,97,231)
#8859D2
(136,89,210)
#7B51BD
(123,81,189)
#6E49A8
(110,73,168)
#614193
(97,65,147)
#54397E
(84,57,126)
#473169
(71,49,105)
#3A2954
(58,41,84)
#2D213F
(45,33,63)
#20192A
(32,25,42)
#131115
(19,17,21)
#000000
(0,0,0)

Tints of #9561E7

#9561E7
(149,97,231)
#9E6FE9
(158,111,233)
#A77DEB
(167,125,235)
#B08BED
(176,139,237)
#B999EF
(185,153,239)
#C2A7F1
(194,167,241)
#CBB5F3
(203,181,243)
#D4C3F5
(212,195,245)
#DDD1F7
(221,209,247)
#E6DFF9
(230,223,249)
#EFEDFB
(239,237,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9561E7 color. Also use rgb(149,97,231) instead hex code.

Text Font Color

.myTextColor { color: #9561E7; }

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

This text font color is #9561E7.


Background Color

.myBgColor { background-color: #9561E7; }

<div style="background-color:#9561E7">Inner text</div>

This div background color is #9561E7.


Border color

.myBorderColor { border: 1px solid #9561E7; }

<div style="border:3px solid #9561E7">Div</div>

This div border color is #9561E7.


Opacity

.myOpacity80 { color: #9561E7; opacity: 0.8; }

<p style="color:#9561E7;opacity:0.8;">80%</p>

Text with #9561E7 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 #9561E7;}

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

This text has shadow with #9561E7 color.

.textShadow {text-shadow: 3px 3px 1px #9561E7, 3px 3px 1px red;}

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

This text has shadow with #9561E7 primary color and red secondary color.


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

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

This text has shadow with #9561E7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9561E7 on black background.


Color preview on white background

This text has color #9561E7 on white background.



Black color preview on #9561E7 background

This text has black color on #9561E7 background.


White color preview on #9561E7 background

This text has white color on #9561E7 background.