COLOR #9591D1

HEX: #9591D1
RGB: (149,145,209)

Color info

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

RGB color model

#9591D1 color RGB value is (149,145,209).

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

RGB channels and saturation

R 149 of 255 = 58%
G 145 of 255 = 57%
B 209 of 255 = 82%

149
145
209

R + G + B ~ 66%. #9591D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 145 + 209 = 503 (100%)
R 149 of 503 ~ 29.62%
G 145 of 503 ~ 28.83%
B 209 of 503 ~ 41.55%

%29.62
%28.83
%41.55

CMYK color model

#9591D1 color CMYK value is (29,31,0,18).

  • cyan value is 28.71%
  • magenta value is 30.62%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(29,31,0,18)
C29M31Y0K18 
(29%,31%,0%,18%)
(0.29/0.31/0.00/0.18)	

CMYK percentages

%28.71
%30.62
%0
%18.04

Codes

Color #9591D1 in popluar color models

9591D1
RGB149145209
HSL244°41.03%69.41%
HSB/HSV244°30.62%81.96%
CMYK28.71%30.62%0.00%
18.04%

Color #9591D1 in popluar number systems.

HEX9591D1
Decimal149145209
Binary100101011001000111010001
Octal225221321

Shades and tints

Shades of #9591D1

#9591D1
(149,145,209)
#8884BE
(136,132,190)
#7B77AB
(123,119,171)
#6E6A98
(110,106,152)
#615D85
(97,93,133)
#545072
(84,80,114)
#47435F
(71,67,95)
#3A364C
(58,54,76)
#2D2939
(45,41,57)
#201C26
(32,28,38)
#130F13
(19,15,19)
#000000
(0,0,0)

Tints of #9591D1

#9591D1
(149,145,209)
#9E9BD5
(158,155,213)
#A7A5D9
(167,165,217)
#B0AFDD
(176,175,221)
#B9B9E1
(185,185,225)
#C2C3E5
(194,195,229)
#CBCDE9
(203,205,233)
#D4D7ED
(212,215,237)
#DDE1F1
(221,225,241)
#E6EBF5
(230,235,245)
#EFF5F9
(239,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9591D1; }

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

This text font color is #9591D1.


Background Color

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

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

This div background color is #9591D1.


Border color

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

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

This div border color is #9591D1.


Opacity

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

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

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

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

This text has shadow with #9591D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9591D1 on black background.


Color preview on white background

This text has color #9591D1 on white background.



Black color preview on #9591D1 background

This text has black color on #9591D1 background.


White color preview on #9591D1 background

This text has white color on #9591D1 background.