#9F96DD

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

Shades of Wistful #9F96DD

Tints of Wistful #9F96DD

Color information

#9F96DD (or 0x9F96DD) is unknown color: approx Wistful. HEX triplet: 9F, 96 and DD. RGB value is (159,150,221). Sum of RGB (Red+Green+Blue) = 159+150+221=530 (70% of max value = 765). Red value is 159 (62.5% from 255 or 30% from 530); Green value is 150 (58.98% from 255 or 28.30% from 530); Blue value is 221 (86.72% from 255 or 41.70% from 530); Max value from RGB is 221 - color contains mainly: blue. Hex color #9F96DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F96DD is #606922. Grayscale: #A0A0A0. Windows color (decimal): -6318371 or 14522015. OLE color: 14522015.

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

Color convert

RGB159150221-
CMYK0.280.3200.13
HSL247.61º51.08%72.75%-
HSV(B)247.61º32.13%86.67%-
XYZ38.2634.473.03-
YUV160.79161.98126.73-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30%
GREEN value IS 150 (58.98% from 255) = 28.30%
BLUE value IS 221 (86.72% from 255) = 41.70%
R=30%
G=28.30%
B=41.70%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1591502210.280.3200.13247.6151.0872.75
Hex9F96DD1C200Df83349
Octal237226335344001537063111
Binary1001111110010110110111011110010000001101111110001100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F96DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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