COLOR #9591E8

HEX: #9591E8
RGB: (149,145,232)

Color info

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

RGB color model

#9591E8 color RGB value is (149,145,232).

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

RGB channels and saturation

R 149 of 255 = 58%
G 145 of 255 = 57%
B 232 of 255 = 91%

149
145
232

R + G + B ~ 69%. #9591E8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 145 + 232 = 526 (100%)
R 149 of 526 ~ 28.33%
G 145 of 526 ~ 27.57%
B 232 of 526 ~ 44.11%

%28.33
%27.57
%44.11

CMYK color model

#9591E8 color CMYK value is (36,38,0,9).

  • cyan value is 35.78%
  • magenta value is 37.50%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(36,38,0,9)
C36M38Y0K9 
(36%,38%,0%,9%)
(0.36/0.38/0.00/0.09)	

CMYK percentages

%35.78
%37.5
%0
%9.02

Codes

Color #9591E8 in popluar color models

9591E8
RGB149145232
HSL243°65.41%73.92%
HSB/HSV243°37.50%90.98%
CMYK35.78%37.50%0.00%
9.02%

Color #9591E8 in popluar number systems.

HEX9591E8
Decimal149145232
Binary100101011001000111101000
Octal225221350

Shades and tints

Shades of #9591E8

#9591E8
(149,145,232)
#8884D3
(136,132,211)
#7B77BE
(123,119,190)
#6E6AA9
(110,106,169)
#615D94
(97,93,148)
#54507F
(84,80,127)
#47436A
(71,67,106)
#3A3655
(58,54,85)
#2D2940
(45,41,64)
#201C2B
(32,28,43)
#130F16
(19,15,22)
#000000
(0,0,0)

Tints of #9591E8

#9591E8
(149,145,232)
#9E9BEA
(158,155,234)
#A7A5EC
(167,165,236)
#B0AFEE
(176,175,238)
#B9B9F0
(185,185,240)
#C2C3F2
(194,195,242)
#CBCDF4
(203,205,244)
#D4D7F6
(212,215,246)
#DDE1F8
(221,225,248)
#E6EBFA
(230,235,250)
#EFF5FC
(239,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9591E8; }

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

This text font color is #9591E8.


Background Color

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

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

This div background color is #9591E8.


Border color

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

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

This div border color is #9591E8.


Opacity

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

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

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

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

This text has shadow with #9591E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9591E8 on black background.


Color preview on white background

This text has color #9591E8 on white background.



Black color preview on #9591E8 background

This text has black color on #9591E8 background.


White color preview on #9591E8 background

This text has white color on #9591E8 background.