COLOR #9F97DA

HEX: #9F97DA RGB: (159,151,218)

Color info

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

RGB color model

#9F97DA color RGB value is (159,151,218).

RGB: (159,151,218) (62%, 59%, 85%)

RGB channels and saturation

R 159 of 255 = 62%
G 151 of 255 = 59%
B 218 of 255 = 85%

159
151
218

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

Portions of RGB colors in percentages

R + G + B = 159 + 151 + 218 = 528 (100%)
R 159 of 528 ~ 30.11%
G 151 of 528 ~ 28.6%
B 218 of 528 ~ 41.29'%

%30.11
%28.6
%41.29

CMYK color model

#9F97DA color CMYK value is (27,31,0,15).

  • cyan value is 27.06%
  • magenta value is 30.73%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (27,31,0,15)
C27M31Y0K15 (27%, 31%, 0%, 15%)
(0.27 / 0.31 / 0.00 / 0.15)

CMYK percentages

%27.06
%30.73
%0
%14.51

Codes

Color #9F97DA in popluar color models

9F 97 DA
RGB 159 151 218
HSL 247° 47.52% 72.35%
HSB/HSV 247° 30.73% 85.49%
CMYK 27.06% 30.73% 0.00%
14.51%

Color #9F97DA in popluar number systems.

HEX 9F 97 DA
Decimal 159 151 218
Binary 10011111 10010111 11011010
Octal 237 227 332

Shades and tints

Shades of #9F97DA

#9F97DA
(159,151,218)
#918AC7
(145,138,199)
#837DB4
(131,125,180)
#7570A1
(117,112,161)
#67638E
(103,99,142)
#59567B
(89,86,123)
#4B4968
(75,73,104)
#3D3C55
(61,60,85)
#2F2F42
(47,47,66)
#21222F
(33,34,47)
#13151C
(19,21,28)
#000000
(0,0,0)

Tints of #9F97DA

#9F97DA
(159,151,218)
#A7A0DD
(167,160,221)
#AFA9E0
(175,169,224)
#B7B2E3
(183,178,227)
#BFBBE6
(191,187,230)
#C7C4E9
(199,196,233)
#CFCDEC
(207,205,236)
#D7D6EF
(215,214,239)
#DFDFF2
(223,223,242)
#E7E8F5
(231,232,245)
#EFF1F8
(239,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F97DA color. Also use rgb(159,151,218) instead hex code.

Text Font Color

.myTextColor { color: #9F97DA; }

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

This text font color is #9F97DA.

Background Color

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

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

This div background color is #9F97DA.

Border color

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

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

This div border color is #9F97DA.

Opacity

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

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

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

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

This text has shadow with #9F97DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9F97DA.

Preview

Color preview on black background

This text has color #9F97DA on black background.


Color preview on white background

This text has color #9F97DA on white background.


Black color preview on #9F97DA background

This text has black color on #9F97DA background.


White color preview on #9F97DA background

This text has white color on #9F97DA background.


Related colors

Complementary color

Complementary color for #hex is #606825.


I love getcolorcode.com

Triadic colors

1 #DA9F97 and #97DA9F with #9F97DA are triadic colors.

2 #DA979F and #979FDA with #9F97DA are triadic colors.