COLOR #9A97E1

HEX: #9A97E1 RGB: (154,151,225)

Color info

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

RGB color model

#9A97E1 color RGB value is (154,151,225).

RGB: (154,151,225) (60%, 59%, 88%)

RGB channels and saturation

R 154 of 255 = 60%
G 151 of 255 = 59%
B 225 of 255 = 88%

154
151
225

R + G + B ~ 69%. #9A97E1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 154 + 151 + 225 = 530 (100%)
R 154 of 530 ~ 29.06%
G 151 of 530 ~ 28.49%
B 225 of 530 ~ 42.45'%

%29.06
%28.49
%42.45

CMYK color model

#9A97E1 color CMYK value is (32,33,0,12).

  • cyan value is 31.56%
  • magenta value is 32.89%
  • yellow value is 0.00%
  • key color value is 11.76%

CMYK: (32,33,0,12)
C32M33Y0K12 (32%, 33%, 0%, 12%)
(0.32 / 0.33 / 0.00 / 0.12)

CMYK percentages

%31.56
%32.89
%0
%11.76

Codes

Color #9A97E1 in popluar color models

9A 97 E1
RGB 154 151 225
HSL 242° 55.22% 73.73%
HSB/HSV 242° 32.89% 88.24%
CMYK 31.56% 32.89% 0.00%
11.76%

Color #9A97E1 in popluar number systems.

HEX 9A 97 E1
Decimal 154 151 225
Binary 10011010 10010111 11100001
Octal 232 227 341

Shades and tints

Shades of #9A97E1

#9A97E1
(154,151,225)
#8C8ACD
(140,138,205)
#7E7DB9
(126,125,185)
#7070A5
(112,112,165)
#626391
(98,99,145)
#54567D
(84,86,125)
#464969
(70,73,105)
#383C55
(56,60,85)
#2A2F41
(42,47,65)
#1C222D
(28,34,45)
#0E1519
(14,21,25)
#000000
(0,0,0)

Tints of #9A97E1

#9A97E1
(154,151,225)
#A3A0E3
(163,160,227)
#ACA9E5
(172,169,229)
#B5B2E7
(181,178,231)
#BEBBE9
(190,187,233)
#C7C4EB
(199,196,235)
#D0CDED
(208,205,237)
#D9D6EF
(217,214,239)
#E2DFF1
(226,223,241)
#EBE8F3
(235,232,243)
#F4F1F5
(244,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9A97E1; }

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

This text font color is #9A97E1.

Background Color

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

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

This div background color is #9A97E1.

Border color

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

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

This div border color is #9A97E1.

Opacity

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

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

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

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

This text has shadow with #9A97E1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9A97E1.

Preview

Color preview on black background

This text has color #9A97E1 on black background.


Color preview on white background

This text has color #9A97E1 on white background.


Black color preview on #9A97E1 background

This text has black color on #9A97E1 background.


White color preview on #9A97E1 background

This text has white color on #9A97E1 background.


Related colors

Complementary color

Complementary color for #hex is #65681E.


I love getcolorcode.com

Triadic colors

1 #E19A97 and #97E19A with #9A97E1 are triadic colors.

2 #E1979A and #979AE1 with #9A97E1 are triadic colors.