#9F96DA

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

Shades of Wistful #9F96DA

Tints of Wistful #9F96DA

Color information

#9F96DA (or 0x9F96DA) is unknown color: approx Wistful. HEX triplet: 9F, 96 and DA. RGB value is (159,150,218). Sum of RGB (Red+Green+Blue) = 159+150+218=527 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.17% from 527); Green value is 150 (58.98% from 255 or 28.46% from 527); Blue value is 218 (85.55% from 255 or 41.37% from 527); Max value from RGB is 218 - color contains mainly: blue. Hex color #9F96DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F96DA is #606925. Grayscale: #A0A0A0. Windows color (decimal): -6318374 or 14325407. OLE color: 14325407.

HSL color Cylindrical-coordinate representation of color #9F96DA: hue angle of 247.94º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9F96DA is Cyan = 0.27, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB159150218-
CMYK0.270.3100.15
HSL247.94º47.89%72.16%-
HSV(B)247.94º31.19%85.49%-
XYZ37.8634.2570.94-
YUV160.44160.48126.97-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.17%
GREEN value IS 150 (58.98% from 255) = 28.46%
BLUE value IS 218 (85.55% from 255) = 41.37%
R=30.17%
G=28.46%
B=41.37%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1591502180.270.3100.15247.9447.8972.16
Hex9F96DA1B1F0Ff83048
Octal237226332333701737060110
Binary100111111001011011011010110111111101111111110001100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F96DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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