#9F97DD

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

Shades of Wistful #9F97DD

Tints of Wistful #9F97DD

Color information

#9F97DD (or 0x9F97DD) is unknown color: approx Wistful. HEX triplet: 9F, 97 and DD. RGB value is (159,151,221). Sum of RGB (Red+Green+Blue) = 159+151+221=531 (70% of max value = 765). Red value is 159 (62.5% from 255 or 29.94% from 531); Green value is 151 (59.38% from 255 or 28.44% from 531); Blue value is 221 (86.72% from 255 or 41.62% from 531); Max value from RGB is 221 - color contains mainly: blue. Hex color #9F97DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F97DD is #606822. Grayscale: #A1A1A1. Windows color (decimal): -6318115 or 14522271. OLE color: 14522271.

HSL color Cylindrical-coordinate representation of color #9F97DD: hue angle of 246.86º 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 #9F97DD is Cyan = 0.28, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB159151221-
CMYK0.280.3200.13
HSL246.86º50.72%72.94%-
HSV(B)246.86º31.67%86.67%-
XYZ38.4234.7273.08-
YUV161.37161.65126.31-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 29.94%
GREEN value IS 151 (59.38% from 255) = 28.44%
BLUE value IS 221 (86.72% from 255) = 41.62%
R=29.94%
G=28.44%
B=41.62%

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
Decimal1591512210.280.3200.13246.8650.7272.94
Hex9F97DD1C200Df73349
Octal237227335344001536763111
Binary1001111110010111110111011110010000001101111101111100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F97DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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