COLOR #9587E7

HEX: #9587E7
RGB: (149,135,231)

Color info

#9587E7 contains mainly blue color. Web safe color of #9587E7 is #9999FF (or #99F).

RGB color model

#9587E7 color RGB value is (149,135,231).

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

RGB channels and saturation

R 149 of 255 = 58%
G 135 of 255 = 53%
B 231 of 255 = 91%

149
135
231

R + G + B ~ 67%. #9587E7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 135 + 231 = 515 (100%)
R 149 of 515 ~ 28.93%
G 135 of 515 ~ 26.21%
B 231 of 515 ~ 44.85%

%28.93
%26.21
%44.85

CMYK color model

#9587E7 color CMYK value is (35,42,0,9).

  • cyan value is 35.50%
  • magenta value is 41.56%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(35,42,0,9)
C35M42Y0K9 
(35%,42%,0%,9%)
(0.35/0.42/0.00/0.09)	

CMYK percentages

%35.5
%41.56
%0
%9.41

Codes

Color #9587E7 in popluar color models

9587E7
RGB149135231
HSL249°66.67%71.76%
HSB/HSV249°41.56%90.59%
CMYK35.50%41.56%0.00%
9.41%

Color #9587E7 in popluar number systems.

HEX9587E7
Decimal149135231
Binary100101011000011111100111
Octal225207347

Shades and tints

Shades of #9587E7

#9587E7
(149,135,231)
#887BD2
(136,123,210)
#7B6FBD
(123,111,189)
#6E63A8
(110,99,168)
#615793
(97,87,147)
#544B7E
(84,75,126)
#473F69
(71,63,105)
#3A3354
(58,51,84)
#2D273F
(45,39,63)
#201B2A
(32,27,42)
#130F15
(19,15,21)
#000000
(0,0,0)

Tints of #9587E7

#9587E7
(149,135,231)
#9E91E9
(158,145,233)
#A79BEB
(167,155,235)
#B0A5ED
(176,165,237)
#B9AFEF
(185,175,239)
#C2B9F1
(194,185,241)
#CBC3F3
(203,195,243)
#D4CDF5
(212,205,245)
#DDD7F7
(221,215,247)
#E6E1F9
(230,225,249)
#EFEBFB
(239,235,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9587E7; }

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

This text font color is #9587E7.


Background Color

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

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

This div background color is #9587E7.


Border color

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

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

This div border color is #9587E7.


Opacity

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

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

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

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

This text has shadow with #9587E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9587E7 on black background.


Color preview on white background

This text has color #9587E7 on white background.



Black color preview on #9587E7 background

This text has black color on #9587E7 background.


White color preview on #9587E7 background

This text has white color on #9587E7 background.