#9E96D9

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

Shades of Wistful #9E96D9

Tints of Wistful #9E96D9

Color information

#9E96D9 (or 0x9E96D9) is unknown color: approx Wistful. HEX triplet: 9E, 96 and D9. RGB value is (158,150,217). Sum of RGB (Red+Green+Blue) = 158+150+217=525 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.10% from 525); Green value is 150 (58.98% from 255 or 28.57% from 525); Blue value is 217 (85.16% from 255 or 41.33% from 525); Max value from RGB is 217 - color contains mainly: blue. Hex color #9E96D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E96D9 is #616926. Grayscale: #9F9F9F. Windows color (decimal): -6383911 or 14259870. OLE color: 14259870.

HSL color Cylindrical-coordinate representation of color #9E96D9: hue angle of 247.16º degrees, saturation: 0.47, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9E96D9 is Cyan = 0.27, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB158150217-
CMYK0.270.3100.15
HSL247.16º46.85%71.96%-
HSV(B)247.16º30.88%85.1%-
XYZ37.5334.0970.25-
YUV160.03160.15126.55-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.10%
GREEN value IS 150 (58.98% from 255) = 28.57%
BLUE value IS 217 (85.16% from 255) = 41.33%
R=30.10%
G=28.57%
B=41.33%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1581502170.270.3100.15247.1646.8571.96
Hex9E96D91B1F0Ff72f48
Octal236226331333701736757110
Binary100111101001011011011001110111111101111111101111011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E96D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,150,217); }

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

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

 a { background-color: rgb(158,150,217); }

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

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

 span { border-color: rgb(158,150,217); }

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