#9F96DF

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

Shades of Wistful #9F96DF

Tints of Wistful #9F96DF

Color information

#9F96DF (or 0x9F96DF) is unknown color: approx Wistful. HEX triplet: 9F, 96 and DF. RGB value is (159,150,223). Sum of RGB (Red+Green+Blue) = 159+150+223=532 (70% of max value = 765). Red value is 159 (62.5% from 255 or 29.89% from 532); Green value is 150 (58.98% from 255 or 28.20% from 532); Blue value is 223 (87.5% from 255 or 41.92% from 532); Max value from RGB is 223 - color contains mainly: blue. Hex color #9F96DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F96DF is #606920. Grayscale: #A0A0A0. Windows color (decimal): -6318369 or 14653087. OLE color: 14653087.

HSL color Cylindrical-coordinate representation of color #9F96DF: hue angle of 247.4º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9F96DF is Cyan = 0.29, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB159150223-
CMYK0.290.3300.13
HSL247.4º53.28%73.14%-
HSV(B)247.4º32.74%87.45%-
XYZ38.5234.5174.44-
YUV161.01162.98126.56-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 29.89%
GREEN value IS 150 (58.98% from 255) = 28.20%
BLUE value IS 223 (87.5% from 255) = 41.92%
R=29.89%
G=28.20%
B=41.92%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1591502230.290.3300.13247.453.2873.14
Hex9F96DF1D210Df73549
Octal237226337354101536765111
Binary1001111110010110110111111110110000101101111101111101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F96DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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