#9D96EC

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

Shades of Wistful #9D96EC

Tints of Wistful #9D96EC

Color information

#9D96EC (or 0x9D96EC) is unknown color: approx Wistful. HEX triplet: 9D, 96 and EC. RGB value is (157,150,236). Sum of RGB (Red+Green+Blue) = 157+150+236=543 (71% of max value = 765). Red value is 157 (61.72% from 255 or 28.91% from 543); Green value is 150 (58.98% from 255 or 27.62% from 543); Blue value is 236 (92.58% from 255 or 43.46% from 543); Max value from RGB is 236 - color contains mainly: blue. Hex color #9D96EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9D96EC is #626913. Grayscale: #A1A1A1. Windows color (decimal): -6449428 or 15505053. OLE color: 15505053.

HSL color Cylindrical-coordinate representation of color #9D96EC: hue angle of 244.88º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9D96EC is Cyan = 0.33, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB157150236-
CMYK0.330.3600.07
HSL244.88º69.35%75.69%-
HSV(B)244.88º36.44%92.55%-
XYZ39.9535.0484.01-
YUV161.9169.82124.51-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 28.91%
GREEN value IS 150 (58.98% from 255) = 27.62%
BLUE value IS 236 (92.58% from 255) = 43.46%
R=28.91%
G=27.62%
B=43.46%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1571502360.330.3600.07244.8869.3575.69
Hex9D96EC212407f5454c
Octal235226354414407365105114
Binary10011101100101101110110010000110010001111111010110001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D96EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,150,236); }

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

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

 a { background-color: rgb(157,150,236); }

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

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

 span { border-color: rgb(157,150,236); }

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