#9E96C8

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

Shades of Wistful #9E96C8

Tints of Wistful #9E96C8

Color information

#9E96C8 (or 0x9E96C8) is unknown color: approx Wistful. HEX triplet: 9E, 96 and C8. RGB value is (158,150,200). Sum of RGB (Red+Green+Blue) = 158+150+200=508 (67% of max value = 765). Red value is 158 (62.11% from 255 or 31.10% from 508); Green value is 150 (58.98% from 255 or 29.53% from 508); Blue value is 200 (78.52% from 255 or 39.37% from 508); Max value from RGB is 200 - color contains mainly: blue. Hex color #9E96C8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E96C8 is #616937. Grayscale: #9D9D9D. Windows color (decimal): -6383928 or 13145758. OLE color: 13145758.

HSL color Cylindrical-coordinate representation of color #9E96C8: hue angle of 249.6º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9E96C8 is Cyan = 0.21, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB158150200-
CMYK0.210.2500.22
HSL249.6º31.25%68.63%-
HSV(B)249.6º25%78.43%-
XYZ35.4333.2559.19-
YUV158.09151.65127.93-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.10%
GREEN value IS 150 (58.98% from 255) = 29.53%
BLUE value IS 200 (78.52% from 255) = 39.37%
R=31.10%
G=29.53%
B=39.37%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1581502000.210.2500.22249.631.2568.63
Hex9E96C81519016fa1f45
Octal236226310253102637237105
Binary100111101001011011001000101011100101011011111010111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E96C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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