#9E97DC

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

Shades of Wistful #9E97DC

Tints of Wistful #9E97DC

Color information

#9E97DC (or 0x9E97DC) is unknown color: approx Wistful. HEX triplet: 9E, 97 and DC. RGB value is (158,151,220). Sum of RGB (Red+Green+Blue) = 158+151+220=529 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.87% from 529); Green value is 151 (59.38% from 255 or 28.54% from 529); Blue value is 220 (86.33% from 255 or 41.59% from 529); Max value from RGB is 220 - color contains mainly: blue. Hex color #9E97DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E97DC is #616823. Grayscale: #A0A0A0. Windows color (decimal): -6383652 or 14456734. OLE color: 14456734.

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

Color convert

RGB158151220-
CMYK0.280.3100.14
HSL246.09º49.64%72.75%-
HSV(B)246.09º31.36%86.27%-
XYZ38.0934.5772.38-
YUV160.96161.32125.89-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 29.87%
GREEN value IS 151 (59.38% from 255) = 28.54%
BLUE value IS 220 (86.33% from 255) = 41.59%
R=29.87%
G=28.54%
B=41.59%

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
Decimal1581512200.280.3100.14246.0949.6472.75
Hex9E97DC1C1F0Ef63249
Octal236227334343701636662111
Binary100111101001011111011100111001111101110111101101100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E97DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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