#9F9DDE

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

Shades of Wistful #9F9DDE

Tints of Wistful #9F9DDE

Color information

#9F9DDE (or 0x9F9DDE) is unknown color: approx Wistful. HEX triplet: 9F, 9D and DE. RGB value is (159,157,222). Sum of RGB (Red+Green+Blue) = 159+157+222=538 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.55% from 538); Green value is 157 (61.72% from 255 or 29.18% from 538); Blue value is 222 (87.11% from 255 or 41.26% from 538); Max value from RGB is 222 - color contains mainly: blue. Hex color #9F9DDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F9DDE is #606221. Grayscale: #A4A4A4. Windows color (decimal): -6316578 or 14589343. OLE color: 14589343.

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

Color convert

RGB159157222-
CMYK0.280.2900.13
HSL241.85º49.62%74.31%-
HSV(B)241.85º29.28%87.06%-
XYZ39.5436.7674.12-
YUV165.01160.16123.71-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 29.55%
GREEN value IS 157 (61.72% from 255) = 29.18%
BLUE value IS 222 (87.11% from 255) = 41.26%
R=29.55%
G=29.18%
B=41.26%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1591572220.280.2900.13241.8549.6274.31
Hex9F9DDE1C1D0Df2324a
Octal237235336343501536262112
Binary100111111001110111011110111001110101101111100101100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,157,222); }

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

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

 a { background-color: rgb(159,157,222); }

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

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

 span { border-color: rgb(159,157,222); }

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