#9F95DF

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

Shades of Wistful #9F95DF

Tints of Wistful #9F95DF

Color information

#9F95DF (or 0x9F95DF) is unknown color: approx Wistful. HEX triplet: 9F, 95 and DF. RGB value is (159,149,223). Sum of RGB (Red+Green+Blue) = 159+149+223=531 (70% of max value = 765). Red value is 159 (62.5% from 255 or 29.94% from 531); Green value is 149 (58.59% from 255 or 28.06% from 531); Blue value is 223 (87.5% from 255 or 42.00% from 531); Max value from RGB is 223 - color contains mainly: blue. Hex color #9F95DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F95DF is #606A20. Grayscale: #A0A0A0. Windows color (decimal): -6318625 or 14652831. OLE color: 14652831.

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

Color convert

RGB159149223-
CMYK0.290.3300.13
HSL248.11º53.62%72.94%-
HSV(B)248.11º33.18%87.45%-
XYZ38.3634.1974.39-
YUV160.43163.31126.98-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 29.94%
GREEN value IS 149 (58.59% from 255) = 28.06%
BLUE value IS 223 (87.5% from 255) = 42.00%
R=29.94%
G=28.06%
B=42.00%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1591492230.290.3300.13248.1153.6272.94
Hex9F95DF1D210Df83649
Octal237225337354101537066111
Binary1001111110010101110111111110110000101101111110001101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F95DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,149,223); }

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

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

 a { background-color: rgb(159,149,223); }

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

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

 span { border-color: rgb(159,149,223); }

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