#9F97DC

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

Shades of Wistful #9F97DC

Tints of Wistful #9F97DC

Color information

#9F97DC (or 0x9F97DC) is unknown color: approx Wistful. HEX triplet: 9F, 97 and DC. RGB value is (159,151,220). Sum of RGB (Red+Green+Blue) = 159+151+220=530 (70% of max value = 765). Red value is 159 (62.5% from 255 or 30% from 530); Green value is 151 (59.38% from 255 or 28.49% from 530); Blue value is 220 (86.33% from 255 or 41.51% from 530); Max value from RGB is 220 - color contains mainly: blue. Hex color #9F97DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F97DC is #606823. Grayscale: #A0A0A0. Windows color (decimal): -6318116 or 14456735. OLE color: 14456735.

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

Color convert

RGB159151220-
CMYK0.280.3100.14
HSL246.96º49.64%72.75%-
HSV(B)246.96º31.36%86.27%-
XYZ38.2834.6772.38-
YUV161.26161.15126.39-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30%
GREEN value IS 151 (59.38% from 255) = 28.49%
BLUE value IS 220 (86.33% from 255) = 41.51%
R=30%
G=28.49%
B=41.51%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1591512200.280.3100.14246.9649.6472.75
Hex9F97DC1C1F0Ef73249
Octal237227334343701636762111
Binary100111111001011111011100111001111101110111101111100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F97DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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