#9F96D0

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

Shades of Wistful #9F96D0

Tints of Wistful #9F96D0

Color information

#9F96D0 (or 0x9F96D0) is unknown color: approx Wistful. HEX triplet: 9F, 96 and D0. RGB value is (159,150,208). Sum of RGB (Red+Green+Blue) = 159+150+208=517 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.75% from 517); Green value is 150 (58.98% from 255 or 29.01% from 517); Blue value is 208 (81.64% from 255 or 40.23% from 517); Max value from RGB is 208 - color contains mainly: blue. Hex color #9F96D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F96D0 is #60692F. Grayscale: #9F9F9F. Windows color (decimal): -6318384 or 13670047. OLE color: 13670047.

HSL color Cylindrical-coordinate representation of color #9F96D0: hue angle of 249.31º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9F96D0 is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB159150208-
CMYK0.240.2800.18
HSL249.31º38.16%70.2%-
HSV(B)249.31º27.88%81.57%-
XYZ36.5933.7464.26-
YUV159.3155.48127.78-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.75%
GREEN value IS 150 (58.98% from 255) = 29.01%
BLUE value IS 208 (81.64% from 255) = 40.23%
R=30.75%
G=29.01%
B=40.23%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1591502080.240.2800.18249.3138.1670.2
Hex9F96D0181C012f92646
Octal237226320303402237146106
Binary1001111110010110110100001100011100010010111110011001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F96D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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