#9E97DB

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

Shades of Wistful #9E97DB

Tints of Wistful #9E97DB

Color information

#9E97DB (or 0x9E97DB) is unknown color: approx Wistful. HEX triplet: 9E, 97 and DB. RGB value is (158,151,219). Sum of RGB (Red+Green+Blue) = 158+151+219=528 (69% of max value = 765). Red value is 158 (62.11% from 255 or 29.92% from 528); Green value is 151 (59.38% from 255 or 28.60% from 528); Blue value is 219 (85.94% from 255 or 41.48% from 528); Max value from RGB is 219 - color contains mainly: blue. Hex color #9E97DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E97DB is #616824. Grayscale: #A0A0A0. Windows color (decimal): -6383653 or 14391198. OLE color: 14391198.

HSL color Cylindrical-coordinate representation of color #9E97DB: hue angle of 246.18º degrees, saturation: 0.49, 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 #9E97DB is Cyan = 0.28, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB158151219-
CMYK0.280.3100.14
HSL246.18º48.57%72.55%-
HSV(B)246.18º31.05%85.88%-
XYZ37.9534.5271.68-
YUV160.84160.82125.97-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 29.92%
GREEN value IS 151 (59.38% from 255) = 28.60%
BLUE value IS 219 (85.94% from 255) = 41.48%
R=29.92%
G=28.60%
B=41.48%

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
Decimal1581512190.280.3100.14246.1848.5772.55
Hex9E97DB1C1F0Ef63149
Octal236227333343701636661111
Binary100111101001011111011011111001111101110111101101100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E97DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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