COLOR #9597F0

HEX: #9597F0
RGB: (149,151,240)

Color info

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

RGB color model

#9597F0 color RGB value is (149,151,240).

  • red value is 149;
  • green value is 151;
  • blue value is 240.
RGB:
(149,151,240)
(58%,59%,94%)

RGB channels and saturation

R 149 of 255 = 58%
G 151 of 255 = 59%
B 240 of 255 = 94%

149
151
240

R + G + B ~ 70%. #9597F0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 151 + 240 = 540 (100%)
R 149 of 540 ~ 27.59%
G 151 of 540 ~ 27.96%
B 240 of 540 ~ 44.44%

%27.59
%27.96
%44.44

CMYK color model

#9597F0 color CMYK value is (38,37,0,6).

  • cyan value is 37.92%
  • magenta value is 37.08%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(38,37,0,6)
C38M37Y0K6 
(38%,37%,0%,6%)
(0.38/0.37/0.00/0.06)	

CMYK percentages

%37.92
%37.08
%0
%5.88

Codes

Color #9597F0 in popluar color models

9597F0
RGB149151240
HSL239°75.21%76.27%
HSB/HSV239°37.92%94.12%
CMYK37.92%37.08%0.00%
5.88%

Color #9597F0 in popluar number systems.

HEX9597F0
Decimal149151240
Binary100101011001011111110000
Octal225227360

Shades and tints

Shades of #9597F0

#9597F0
(149,151,240)
#888ADB
(136,138,219)
#7B7DC6
(123,125,198)
#6E70B1
(110,112,177)
#61639C
(97,99,156)
#545687
(84,86,135)
#474972
(71,73,114)
#3A3C5D
(58,60,93)
#2D2F48
(45,47,72)
#202233
(32,34,51)
#13151E
(19,21,30)
#000000
(0,0,0)

Tints of #9597F0

#9597F0
(149,151,240)
#9EA0F1
(158,160,241)
#A7A9F2
(167,169,242)
#B0B2F3
(176,178,243)
#B9BBF4
(185,187,244)
#C2C4F5
(194,196,245)
#CBCDF6
(203,205,246)
#D4D6F7
(212,214,247)
#DDDFF8
(221,223,248)
#E6E8F9
(230,232,249)
#EFF1FA
(239,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9597F0 color. Also use rgb(149,151,240) instead hex code.

Text Font Color

.myTextColor { color: #9597F0; }

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

This text font color is #9597F0.


Background Color

.myBgColor { background-color: #9597F0; }

<div style="background-color:#9597F0">Inner text</div>

This div background color is #9597F0.


Border color

.myBorderColor { border: 1px solid #9597F0; }

<div style="border:3px solid #9597F0">Div</div>

This div border color is #9597F0.


Opacity

.myOpacity80 { color: #9597F0; opacity: 0.8; }

<p style="color:#9597F0;opacity:0.8;">80%</p>

Text with #9597F0 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 #9597F0;}

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

This text has shadow with #9597F0 color.

.textShadow {text-shadow: 3px 3px 1px #9597F0, 3px 3px 1px red;}

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

This text has shadow with #9597F0 primary color and red secondary color.


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

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

This text has shadow with #9597F0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9597F0 on black background.


Color preview on white background

This text has color #9597F0 on white background.



Black color preview on #9597F0 background

This text has black color on #9597F0 background.


White color preview on #9597F0 background

This text has white color on #9597F0 background.