COLOR #9B97C1

HEX: #9B97C1
RGB: (155,151,193)

Color info

#9B97C1 contains red, green and blue colors in about the same proportion. Web safe color of #9B97C1 is #9999CC (or #99C).

RGB color model

#9B97C1 color RGB value is (155,151,193).

  • red value is 155;
  • green value is 151;
  • blue value is 193.
RGB:
(155,151,193)
(61%,59%,76%)

RGB channels and saturation

R 155 of 255 = 61%
G 151 of 255 = 59%
B 193 of 255 = 76%

155
151
193

R + G + B ~ 65%. #9B97C1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 151 + 193 = 499 (100%)
R 155 of 499 ~ 31.06%
G 151 of 499 ~ 30.26%
B 193 of 499 ~ 38.68%

%31.06
%30.26
%38.68

CMYK color model

#9B97C1 color CMYK value is (20,22,0,24).

  • cyan value is 19.69%
  • magenta value is 21.76%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(20,22,0,24)
C20M22Y0K24 
(20%,22%,0%,24%)
(0.20/0.22/0.00/0.24)	

CMYK percentages

%19.69
%21.76
%0
%24.31

Codes

Color #9B97C1 in popluar color models

9B97C1
RGB155151193
HSL246°25.30%67.45%
HSB/HSV246°21.76%75.69%
CMYK19.69%21.76%0.00%
24.31%

Color #9B97C1 in popluar number systems.

HEX9B97C1
Decimal155151193
Binary100110111001011111000001
Octal233227301

Shades and tints

Shades of #9B97C1

#9B97C1
(155,151,193)
#8D8AB0
(141,138,176)
#7F7D9F
(127,125,159)
#71708E
(113,112,142)
#63637D
(99,99,125)
#55566C
(85,86,108)
#47495B
(71,73,91)
#393C4A
(57,60,74)
#2B2F39
(43,47,57)
#1D2228
(29,34,40)
#0F1517
(15,21,23)
#000000
(0,0,0)

Tints of #9B97C1

#9B97C1
(155,151,193)
#A4A0C6
(164,160,198)
#ADA9CB
(173,169,203)
#B6B2D0
(182,178,208)
#BFBBD5
(191,187,213)
#C8C4DA
(200,196,218)
#D1CDDF
(209,205,223)
#DAD6E4
(218,214,228)
#E3DFE9
(227,223,233)
#ECE8EE
(236,232,238)
#F5F1F3
(245,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B97C1 color. Also use rgb(155,151,193) instead hex code.

Text Font Color

.myTextColor { color: #9B97C1; }

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

This text font color is #9B97C1.


Background Color

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

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

This div background color is #9B97C1.


Border color

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

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

This div border color is #9B97C1.


Opacity

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

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

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

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

This text has shadow with #9B97C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B97C1 on black background.


Color preview on white background

This text has color #9B97C1 on white background.



Black color preview on #9B97C1 background

This text has black color on #9B97C1 background.


White color preview on #9B97C1 background

This text has white color on #9B97C1 background.