#9F96D7

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

Shades of Wistful #9F96D7

Tints of Wistful #9F96D7

Color information

#9F96D7 (or 0x9F96D7) is unknown color: approx Wistful. HEX triplet: 9F, 96 and D7. RGB value is (159,150,215). Sum of RGB (Red+Green+Blue) = 159+150+215=524 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.34% from 524); Green value is 150 (58.98% from 255 or 28.63% from 524); Blue value is 215 (84.38% from 255 or 41.03% from 524); Max value from RGB is 215 - color contains mainly: blue. Hex color #9F96D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F96D7 is #606928. Grayscale: #9F9F9F. Windows color (decimal): -6318377 or 14128799. OLE color: 14128799.

HSL color Cylindrical-coordinate representation of color #9F96D7: hue angle of 248.31º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9F96D7 is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB159150215-
CMYK0.260.3000.16
HSL248.31º44.83%71.57%-
HSV(B)248.31º30.23%84.31%-
XYZ37.4734.0968.9-
YUV160.1158.98127.21-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.34%
GREEN value IS 150 (58.98% from 255) = 28.63%
BLUE value IS 215 (84.38% from 255) = 41.03%
R=30.34%
G=28.63%
B=41.03%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1591502150.260.3000.16248.3144.8371.57
Hex9F96D71A1E010f82d48
Octal237226327323602037055110
Binary1001111110010110110101111101011110010000111110001011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F96D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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