COLOR #9C97E2

HEX: #9C97E2
RGB: (156,151,226)

Color info

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

RGB color model

#9C97E2 color RGB value is (156,151,226).

  • red value is 156;
  • green value is 151;
  • blue value is 226.
RGB:
(156,151,226)
(61%,59%,89%)

RGB channels and saturation

R 156 of 255 = 61%
G 151 of 255 = 59%
B 226 of 255 = 89%

156
151
226

R + G + B ~ 70%. #9C97E2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 151 + 226 = 533 (100%)
R 156 of 533 ~ 29.27%
G 151 of 533 ~ 28.33%
B 226 of 533 ~ 42.4%

%29.27
%28.33
%42.4

CMYK color model

#9C97E2 color CMYK value is (31,33,0,11).

  • cyan value is 30.97%
  • magenta value is 33.19%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(31,33,0,11)
C31M33Y0K11 
(31%,33%,0%,11%)
(0.31/0.33/0.00/0.11)	

CMYK percentages

%30.97
%33.19
%0
%11.37

Codes

Color #9C97E2 in popluar color models

9C97E2
RGB156151226
HSL244°56.39%73.92%
HSB/HSV244°33.19%88.63%
CMYK30.97%33.19%0.00%
11.37%

Color #9C97E2 in popluar number systems.

HEX9C97E2
Decimal156151226
Binary100111001001011111100010
Octal234227342

Shades and tints

Shades of #9C97E2

#9C97E2
(156,151,226)
#8E8ACE
(142,138,206)
#807DBA
(128,125,186)
#7270A6
(114,112,166)
#646392
(100,99,146)
#56567E
(86,86,126)
#48496A
(72,73,106)
#3A3C56
(58,60,86)
#2C2F42
(44,47,66)
#1E222E
(30,34,46)
#10151A
(16,21,26)
#000000
(0,0,0)

Tints of #9C97E2

#9C97E2
(156,151,226)
#A5A0E4
(165,160,228)
#AEA9E6
(174,169,230)
#B7B2E8
(183,178,232)
#C0BBEA
(192,187,234)
#C9C4EC
(201,196,236)
#D2CDEE
(210,205,238)
#DBD6F0
(219,214,240)
#E4DFF2
(228,223,242)
#EDE8F4
(237,232,244)
#F6F1F6
(246,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C97E2; }

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

This text font color is #9C97E2.


Background Color

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

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

This div background color is #9C97E2.


Border color

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

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

This div border color is #9C97E2.


Opacity

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

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

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

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

This text has shadow with #9C97E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C97E2 on black background.


Color preview on white background

This text has color #9C97E2 on white background.



Black color preview on #9C97E2 background

This text has black color on #9C97E2 background.


White color preview on #9C97E2 background

This text has white color on #9C97E2 background.