#9F99DF

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

Shades of Wistful #9F99DF

Tints of Wistful #9F99DF

Color information

#9F99DF (or 0x9F99DF) is unknown color: approx Wistful. HEX triplet: 9F, 99 and DF. RGB value is (159,153,223). Sum of RGB (Red+Green+Blue) = 159+153+223=535 (70% of max value = 765). Red value is 159 (62.5% from 255 or 29.72% from 535); Green value is 153 (60.16% from 255 or 28.60% from 535); Blue value is 223 (87.5% from 255 or 41.68% from 535); Max value from RGB is 223 - color contains mainly: blue. Hex color #9F99DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F99DF is #606620. Grayscale: #A2A2A2. Windows color (decimal): -6317601 or 14653855. OLE color: 14653855.

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

Color convert

RGB159153223-
CMYK0.290.3100.13
HSL245.14º52.24%73.73%-
HSV(B)245.14º31.39%87.45%-
XYZ39.0135.4874.6-
YUV162.77161.99125.31-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 29.72%
GREEN value IS 153 (60.16% from 255) = 28.60%
BLUE value IS 223 (87.5% from 255) = 41.68%
R=29.72%
G=28.60%
B=41.68%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1591532230.290.3100.13245.1452.2473.73
Hex9F99DF1D1F0Df5344a
Octal237231337353701536564112
Binary100111111001100111011111111011111101101111101011101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F99DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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