#9E97DD

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

Shades of Wistful #9E97DD

Tints of Wistful #9E97DD

Color information

#9E97DD (or 0x9E97DD) is unknown color: approx Wistful. HEX triplet: 9E, 97 and DD. RGB value is (158,151,221). Sum of RGB (Red+Green+Blue) = 158+151+221=530 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.81% from 530); Green value is 151 (59.38% from 255 or 28.49% from 530); Blue value is 221 (86.72% from 255 or 41.70% from 530); Max value from RGB is 221 - color contains mainly: blue. Hex color #9E97DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E97DD is #616822. Grayscale: #A0A0A0. Windows color (decimal): -6383651 or 14522270. OLE color: 14522270.

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

Color convert

RGB158151221-
CMYK0.290.3200.13
HSL246º50.72%72.94%-
HSV(B)246º31.67%86.67%-
XYZ38.2234.6273.08-
YUV161.07161.82125.81-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 29.81%
GREEN value IS 151 (59.38% from 255) = 28.49%
BLUE value IS 221 (86.72% from 255) = 41.70%
R=29.81%
G=28.49%
B=41.70%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1581512210.290.3200.1324650.7272.94
Hex9E97DD1D200Df63349
Octal236227335354001536663111
Binary1001111010010111110111011110110000001101111101101100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E97DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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