COLOR #9A97D5

HEX: #9A97D5
RGB: (154,151,213)

Color info

#9A97D5 contains mainly red and blue colors. Web safe color of #9A97D5 is #9999CC (or #99C).

RGB color model

#9A97D5 color RGB value is (154,151,213).

  • red value is 154;
  • green value is 151;
  • blue value is 213.
RGB:
(154,151,213)
(60%,59%,84%)

RGB channels and saturation

R 154 of 255 = 60%
G 151 of 255 = 59%
B 213 of 255 = 84%

154
151
213

R + G + B ~ 68%. #9A97D5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
154 + 151 + 213 = 518 (100%)
R 154 of 518 ~ 29.73%
G 151 of 518 ~ 29.15%
B 213 of 518 ~ 41.12%

%29.73
%29.15
%41.12

CMYK color model

#9A97D5 color CMYK value is (28,29,0,16).

  • cyan value is 27.70%
  • magenta value is 29.11%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(28,29,0,16)
C28M29Y0K16 
(28%,29%,0%,16%)
(0.28/0.29/0.00/0.16)	

CMYK percentages

%27.7
%29.11
%0
%16.47

Codes

Color #9A97D5 in popluar color models

9A97D5
RGB154151213
HSL243°42.47%71.37%
HSB/HSV243°29.11%83.53%
CMYK27.70%29.11%0.00%
16.47%

Color #9A97D5 in popluar number systems.

HEX9A97D5
Decimal154151213
Binary100110101001011111010101
Octal232227325

Shades and tints

Shades of #9A97D5

#9A97D5
(154,151,213)
#8C8AC2
(140,138,194)
#7E7DAF
(126,125,175)
#70709C
(112,112,156)
#626389
(98,99,137)
#545676
(84,86,118)
#464963
(70,73,99)
#383C50
(56,60,80)
#2A2F3D
(42,47,61)
#1C222A
(28,34,42)
#0E1517
(14,21,23)
#000000
(0,0,0)

Tints of #9A97D5

#9A97D5
(154,151,213)
#A3A0D8
(163,160,216)
#ACA9DB
(172,169,219)
#B5B2DE
(181,178,222)
#BEBBE1
(190,187,225)
#C7C4E4
(199,196,228)
#D0CDE7
(208,205,231)
#D9D6EA
(217,214,234)
#E2DFED
(226,223,237)
#EBE8F0
(235,232,240)
#F4F1F3
(244,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9A97D5 color. Also use rgb(154,151,213) instead hex code.

Text Font Color

.myTextColor { color: #9A97D5; }

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

This text font color is #9A97D5.


Background Color

.myBgColor { background-color: #9A97D5; }

<div style="background-color:#9A97D5">Inner text</div>

This div background color is #9A97D5.


Border color

.myBorderColor { border: 1px solid #9A97D5; }

<div style="border:3px solid #9A97D5">Div</div>

This div border color is #9A97D5.


Opacity

.myOpacity80 { color: #9A97D5; opacity: 0.8; }

<p style="color:#9A97D5;opacity:0.8;">80%</p>

Text with #9A97D5 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 #9A97D5;}

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

This text has shadow with #9A97D5 color.

.textShadow {text-shadow: 3px 3px 1px #9A97D5, 3px 3px 1px red;}

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

This text has shadow with #9A97D5 primary color and red secondary color.


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

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

This text has shadow with #9A97D5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A97D5 on black background.


Color preview on white background

This text has color #9A97D5 on white background.



Black color preview on #9A97D5 background

This text has black color on #9A97D5 background.


White color preview on #9A97D5 background

This text has white color on #9A97D5 background.