#9F97AB

Color #9F97AB Cold Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cold Purple #9F97AB

Tints of Cold Purple #9F97AB

Color information

#9F97AB (or 0x9F97AB) is unknown color: approx Cold Purple. HEX triplet: 9F, 97 and AB. RGB value is (159,151,171). Sum of RGB (Red+Green+Blue) = 159+151+171=481 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.06% from 481); Green value is 151 (59.38% from 255 or 31.39% from 481); Blue value is 171 (67.19% from 255 or 35.55% from 481); Max value from RGB is 171 - color contains mainly: blue. Hex color #9F97AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F97AB is #606854. Grayscale: #9B9B9B. Windows color (decimal): -6318165 or 11245471. OLE color: 11245471.

HSL color Cylindrical-coordinate representation of color #9F97AB: hue angle of 264º degrees, saturation: 0.11, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9F97AB is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB159151171-
CMYK0.070.1200.33
HSL264º10.64%63.14%-
HSV(B)264º11.7%67.06%-
XYZ32.7232.4443.07-
YUV155.67136.65130.37-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 159 (62.5% from 255) = 33.06%
GREEN value IS 151 (59.38% from 255) = 31.39%
BLUE value IS 171 (67.19% from 255) = 35.55%
R=33.06%
G=31.39%
B=35.55%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1591511710.070.1200.3326410.6463.14
Hex9F97AB7C021108b3f
Octal2372272537140414101377
Binary100111111001011110101011111110001000011000010001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F97AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F97AB; }

 p { color: rgb(159,151,171); }

 H1.HeaderClassName
 {
   color: #9F97AB;
 }
 .AnyTagClassName
 {
   color: #9F97AB;
 }
</style>
background-color css

<style>
 a { background-color: #9F97AB; }

 a { background-color: rgb(159,151,171); }

 div.DivClassName
 {
   background-color: #9F97AB;
 }
 .BgClassName
 {
   background-color: #9F97AB;
 }
</style>
border-color css

<style>
 span { border-color: #9F97AB; }

 span { border-color: rgb(159,151,171); }

 td.TdClassName
 {
   border-color: #9F97AB;
 }
 .TagClassName
 {
   border-color: #9F97AB;
 }
</style>