#9F97AA

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

Shades of Cold Purple #9F97AA

Tints of Cold Purple #9F97AA

Color information

#9F97AA (or 0x9F97AA) is unknown color: approx Cold Purple. HEX triplet: 9F, 97 and AA. RGB value is (159,151,170). Sum of RGB (Red+Green+Blue) = 159+151+170=480 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.12% from 480); Green value is 151 (59.38% from 255 or 31.46% from 480); Blue value is 170 (66.80% from 255 or 35.42% from 480); Max value from RGB is 170 - color contains mainly: blue. Hex color #9F97AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F97AA is #606855. Grayscale: #9B9B9B. Windows color (decimal): -6318166 or 11179935. OLE color: 11179935.

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

Color convert

RGB159151170-
CMYK0.060.1100.33
HSL265.26º10.05%62.94%-
HSV(B)265.26º11.18%66.67%-
XYZ32.6232.4142.57-
YUV155.56136.15130.46-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.12%
GREEN value IS 151 (59.38% from 255) = 31.46%
BLUE value IS 170 (66.80% from 255) = 35.42%
R=33.12%
G=31.46%
B=35.42%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1591511700.060.1100.33265.2610.0562.94
Hex9F97AA6B021109a3f
Octal2372272526130414111277
Binary100111111001011110101010110101101000011000010011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F97AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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