COLOR #9561D1

HEX: #9561D1
RGB: (149,97,209)

Color info

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

RGB color model

#9561D1 color RGB value is (149,97,209).

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

RGB channels and saturation

R 149 of 255 = 58%
G 97 of 255 = 38%
B 209 of 255 = 82%

149
97
209

R + G + B ~ 59%. #9561D1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
149 + 97 + 209 = 455 (100%)
R 149 of 455 ~ 32.75%
G 97 of 455 ~ 21.32%
B 209 of 455 ~ 45.93%

%32.75
%21.32
%45.93

CMYK color model

#9561D1 color CMYK value is (29,54,0,18).

  • cyan value is 28.71%
  • magenta value is 53.59%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(29,54,0,18)
C29M54Y0K18 
(29%,54%,0%,18%)
(0.29/0.54/0.00/0.18)	

CMYK percentages

%28.71
%53.59
%0
%18.04

Codes

Color #9561D1 in popluar color models

9561D1
RGB14997209
HSL268°54.90%60.00%
HSB/HSV268°53.59%81.96%
CMYK28.71%53.59%0.00%
18.04%

Color #9561D1 in popluar number systems.

HEX9561D1
Decimal14997209
Binary10010101110000111010001
Octal225141321

Shades and tints

Shades of #9561D1

#9561D1
(149,97,209)
#8859BE
(136,89,190)
#7B51AB
(123,81,171)
#6E4998
(110,73,152)
#614185
(97,65,133)
#543972
(84,57,114)
#47315F
(71,49,95)
#3A294C
(58,41,76)
#2D2139
(45,33,57)
#201926
(32,25,38)
#131113
(19,17,19)
#000000
(0,0,0)

Tints of #9561D1

#9561D1
(149,97,209)
#9E6FD5
(158,111,213)
#A77DD9
(167,125,217)
#B08BDD
(176,139,221)
#B999E1
(185,153,225)
#C2A7E5
(194,167,229)
#CBB5E9
(203,181,233)
#D4C3ED
(212,195,237)
#DDD1F1
(221,209,241)
#E6DFF5
(230,223,245)
#EFEDF9
(239,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9561D1; }

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

This text font color is #9561D1.


Background Color

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

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

This div background color is #9561D1.


Border color

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

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

This div border color is #9561D1.


Opacity

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

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

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

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

This text has shadow with #9561D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9561D1 on black background.


Color preview on white background

This text has color #9561D1 on white background.



Black color preview on #9561D1 background

This text has black color on #9561D1 background.


White color preview on #9561D1 background

This text has white color on #9561D1 background.