#9F96EB

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

Shades of Wistful #9F96EB

Tints of Wistful #9F96EB

Color information

#9F96EB (or 0x9F96EB) is unknown color: approx Wistful. HEX triplet: 9F, 96 and EB. RGB value is (159,150,235). Sum of RGB (Red+Green+Blue) = 159+150+235=544 (72% of max value = 765). Red value is 159 (62.5% from 255 or 29.23% from 544); Green value is 150 (58.98% from 255 or 27.57% from 544); Blue value is 235 (92.19% from 255 or 43.20% from 544); Max value from RGB is 235 - color contains mainly: blue. Hex color #9F96EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F96EB is #606914. Grayscale: #A2A2A2. Windows color (decimal): -6318357 or 15439519. OLE color: 15439519.

HSL color Cylindrical-coordinate representation of color #9F96EB: hue angle of 246.35º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9F96EB is Cyan = 0.32, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB159150235-
CMYK0.320.3600.08
HSL246.35º68%75.49%-
HSV(B)246.35º36.17%92.16%-
XYZ40.235.1883.27-
YUV162.38168.98125.59-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 29.23%
GREEN value IS 150 (58.98% from 255) = 27.57%
BLUE value IS 235 (92.19% from 255) = 43.20%
R=29.23%
G=27.57%
B=43.20%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1591502350.320.3600.08246.356875.49
Hex9F96EB202408f6444b
Octal2372263534044010366104113
Binary100111111001011011101011100000100100010001111011010001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F96EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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