COLOR #9C97D6

HEX: #9C97D6 RGB: (156,151,214)

Color info

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

RGB color model

#9C97D6 color RGB value is (156,151,214).

RGB: (156,151,214) (61%, 59%, 84%)

RGB channels and saturation

R 156 of 255 = 61%
G 151 of 255 = 59%
B 214 of 255 = 84%

156
151
214

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

Portions of RGB colors in percentages

R + G + B = 156 + 151 + 214 = 521 (100%)
R 156 of 521 ~ 29.94%
G 151 of 521 ~ 28.98%
B 214 of 521 ~ 41.07'%

%29.94
%28.98
%41.07

CMYK color model

#9C97D6 color CMYK value is (27,29,0,16).

  • cyan value is 27.10%
  • magenta value is 29.44%
  • yellow value is 0.00%
  • key color value is 16.08%

CMYK: (27,29,0,16)
C27M29Y0K16 (27%, 29%, 0%, 16%)
(0.27 / 0.29 / 0.00 / 0.16)

CMYK percentages

%27.1
%29.44
%0
%16.08

Codes

Color #9C97D6 in popluar color models

9C 97 D6
RGB 156 151 214
HSL 245° 43.45% 71.57%
HSB/HSV 245° 29.44% 83.92%
CMYK 27.10% 29.44% 0.00%
16.08%

Color #9C97D6 in popluar number systems.

HEX 9C 97 D6
Decimal 156 151 214
Binary 10011100 10010111 11010110
Octal 234 227 326

Shades and tints

Shades of #9C97D6

#9C97D6
(156,151,214)
#8E8AC3
(142,138,195)
#807DB0
(128,125,176)
#72709D
(114,112,157)
#64638A
(100,99,138)
#565677
(86,86,119)
#484964
(72,73,100)
#3A3C51
(58,60,81)
#2C2F3E
(44,47,62)
#1E222B
(30,34,43)
#101518
(16,21,24)
#000000
(0,0,0)

Tints of #9C97D6

#9C97D6
(156,151,214)
#A5A0D9
(165,160,217)
#AEA9DC
(174,169,220)
#B7B2DF
(183,178,223)
#C0BBE2
(192,187,226)
#C9C4E5
(201,196,229)
#D2CDE8
(210,205,232)
#DBD6EB
(219,214,235)
#E4DFEE
(228,223,238)
#EDE8F1
(237,232,241)
#F6F1F4
(246,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C97D6 color. Also use rgb(156,151,214) instead hex code.

Text Font Color

.myTextColor { color: #9C97D6; }

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

This text font color is #9C97D6.

Background Color

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

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

This div background color is #9C97D6.

Border color

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

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

This div border color is #9C97D6.

Opacity

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

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

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

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

This text has shadow with #9C97D6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9C97D6.

Preview

Color preview on black background

This text has color #9C97D6 on black background.


Color preview on white background

This text has color #9C97D6 on white background.


Black color preview on #9C97D6 background

This text has black color on #9C97D6 background.


White color preview on #9C97D6 background

This text has white color on #9C97D6 background.


Related colors

Complementary color

Complementary color for #hex is #636829.


I love getcolorcode.com

Triadic colors

1 #D69C97 and #97D69C with #9C97D6 are triadic colors.

2 #D6979C and #979CD6 with #9C97D6 are triadic colors.