#9F97AF

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

Shades of Cold Purple #9F97AF

Tints of Cold Purple #9F97AF

Color information

#9F97AF (or 0x9F97AF) is unknown color: approx Cold Purple. HEX triplet: 9F, 97 and AF. RGB value is (159,151,175). Sum of RGB (Red+Green+Blue) = 159+151+175=485 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.78% from 485); Green value is 151 (59.38% from 255 or 31.13% from 485); Blue value is 175 (68.75% from 255 or 36.08% from 485); Max value from RGB is 175 - color contains mainly: blue. Hex color #9F97AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F97AF is #606850. Grayscale: #9C9C9C. Windows color (decimal): -6318161 or 11507615. OLE color: 11507615.

HSL color Cylindrical-coordinate representation of color #9F97AF: hue angle of 260º degrees, saturation: 0.13, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9F97AF is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB159151175-
CMYK0.090.1400.31
HSL260º13.04%63.92%-
HSV(B)260º13.71%68.63%-
XYZ33.132.645.11-
YUV156.13138.65130.05-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 32.78%
GREEN value IS 151 (59.38% from 255) = 31.13%
BLUE value IS 175 (68.75% from 255) = 36.08%
R=32.78%
G=31.13%
B=36.08%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1591511750.090.1400.3126013.0463.92
Hex9F97AF9E01F104d40
Octal237227257111603740415100
Binary1001111110010111101011111001111001111110000010011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F97AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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