#9F96DC

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

Shades of Wistful #9F96DC

Tints of Wistful #9F96DC

Color information

#9F96DC (or 0x9F96DC) is unknown color: approx Wistful. HEX triplet: 9F, 96 and DC. RGB value is (159,150,220). Sum of RGB (Red+Green+Blue) = 159+150+220=529 (70% of max value = 765). Red value is 159 (62.5% from 255 or 30.06% from 529); Green value is 150 (58.98% from 255 or 28.36% from 529); Blue value is 220 (86.33% from 255 or 41.59% from 529); Max value from RGB is 220 - color contains mainly: blue. Hex color #9F96DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F96DC is #606923. Grayscale: #A0A0A0. Windows color (decimal): -6318372 or 14456479. OLE color: 14456479.

HSL color Cylindrical-coordinate representation of color #9F96DC: hue angle of 247.71º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9F96DC is Cyan = 0.28, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB159150220-
CMYK0.280.3200.14
HSL247.71º50%72.55%-
HSV(B)247.71º31.82%86.27%-
XYZ38.1234.3572.33-
YUV160.67161.48126.81-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.06%
GREEN value IS 150 (58.98% from 255) = 28.36%
BLUE value IS 220 (86.33% from 255) = 41.59%
R=30.06%
G=28.36%
B=41.59%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1591502200.280.3200.14247.715072.55
Hex9F96DC1C200Ef83249
Octal237226334344001637062111
Binary1001111110010110110111001110010000001110111110001100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F96DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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