COLOR #9587D7

HEX: #9587D7
RGB: (149,135,215)

Color info

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

RGB color model

#9587D7 color RGB value is (149,135,215).

  • red value is 149;
  • green value is 135;
  • blue value is 215.
RGB:
(149,135,215)
(58%,53%,84%)

RGB channels and saturation

R 149 of 255 = 58%
G 135 of 255 = 53%
B 215 of 255 = 84%

149
135
215

R + G + B ~ 65%. #9587D7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 135 + 215 = 499 (100%)
R 149 of 499 ~ 29.86%
G 135 of 499 ~ 27.05%
B 215 of 499 ~ 43.09%

%29.86
%27.05
%43.09

CMYK color model

#9587D7 color CMYK value is (31,37,0,16).

  • cyan value is 30.70%
  • magenta value is 37.21%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(31,37,0,16)
C31M37Y0K16 
(31%,37%,0%,16%)
(0.31/0.37/0.00/0.16)	

CMYK percentages

%30.7
%37.21
%0
%15.69

Codes

Color #9587D7 in popluar color models

9587D7
RGB149135215
HSL251°50.00%68.63%
HSB/HSV251°37.21%84.31%
CMYK30.70%37.21%0.00%
15.69%

Color #9587D7 in popluar number systems.

HEX9587D7
Decimal149135215
Binary100101011000011111010111
Octal225207327

Shades and tints

Shades of #9587D7

#9587D7
(149,135,215)
#887BC4
(136,123,196)
#7B6FB1
(123,111,177)
#6E639E
(110,99,158)
#61578B
(97,87,139)
#544B78
(84,75,120)
#473F65
(71,63,101)
#3A3352
(58,51,82)
#2D273F
(45,39,63)
#201B2C
(32,27,44)
#130F19
(19,15,25)
#000000
(0,0,0)

Tints of #9587D7

#9587D7
(149,135,215)
#9E91DA
(158,145,218)
#A79BDD
(167,155,221)
#B0A5E0
(176,165,224)
#B9AFE3
(185,175,227)
#C2B9E6
(194,185,230)
#CBC3E9
(203,195,233)
#D4CDEC
(212,205,236)
#DDD7EF
(221,215,239)
#E6E1F2
(230,225,242)
#EFEBF5
(239,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9587D7 color. Also use rgb(149,135,215) instead hex code.

Text Font Color

.myTextColor { color: #9587D7; }

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

This text font color is #9587D7.


Background Color

.myBgColor { background-color: #9587D7; }

<div style="background-color:#9587D7">Inner text</div>

This div background color is #9587D7.


Border color

.myBorderColor { border: 1px solid #9587D7; }

<div style="border:3px solid #9587D7">Div</div>

This div border color is #9587D7.


Opacity

.myOpacity80 { color: #9587D7; opacity: 0.8; }

<p style="color:#9587D7;opacity:0.8;">80%</p>

Text with #9587D7 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 #9587D7;}

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

This text has shadow with #9587D7 color.

.textShadow {text-shadow: 3px 3px 1px #9587D7, 3px 3px 1px red;}

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

This text has shadow with #9587D7 primary color and red secondary color.


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

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

This text has shadow with #9587D7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9587D7 on black background.


Color preview on white background

This text has color #9587D7 on white background.



Black color preview on #9587D7 background

This text has black color on #9587D7 background.


White color preview on #9587D7 background

This text has white color on #9587D7 background.