#9F96AE

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

Shades of Cold Purple #9F96AE

Tints of Cold Purple #9F96AE

Color information

#9F96AE (or 0x9F96AE) is unknown color: approx Cold Purple. HEX triplet: 9F, 96 and AE. RGB value is (159,150,174). Sum of RGB (Red+Green+Blue) = 159+150+174=483 (63% of max value = 765). Red value is 159 (62.5% from 255 or 32.92% from 483); Green value is 150 (58.98% from 255 or 31.06% from 483); Blue value is 174 (68.36% from 255 or 36.02% from 483); Max value from RGB is 174 - color contains mainly: blue. Hex color #9F96AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F96AE is #606951. Grayscale: #9B9B9B. Windows color (decimal): -6318418 or 11441823. OLE color: 11441823.

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

Color convert

RGB159150174-
CMYK0.090.1400.32
HSL262.5º12.9%63.53%-
HSV(B)262.5º13.79%68.24%-
XYZ32.8432.2444.54-
YUV155.43138.48130.55-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 32.92%
GREEN value IS 150 (58.98% from 255) = 31.06%
BLUE value IS 174 (68.36% from 255) = 36.02%
R=32.92%
G=31.06%
B=36.02%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1591501740.090.1400.32262.512.963.53
Hex9F96AE9E020106d40
Octal237226256111604040615100
Binary10011111100101101010111010011110010000010000011011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F96AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,150,174); }

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

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

 a { background-color: rgb(159,150,174); }

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

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

 span { border-color: rgb(159,150,174); }

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