#9E91DD

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

Shades of Wistful #9E91DD

Tints of Wistful #9E91DD

Color information

#9E91DD (or 0x9E91DD) is unknown color: approx Wistful. HEX triplet: 9E, 91 and DD. RGB value is (158,145,221). Sum of RGB (Red+Green+Blue) = 158+145+221=524 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.15% from 524); Green value is 145 (57.03% from 255 or 27.67% from 524); Blue value is 221 (86.72% from 255 or 42.18% from 524); Max value from RGB is 221 - color contains mainly: blue. Hex color #9E91DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E91DD is #616E22. Grayscale: #9D9D9D. Windows color (decimal): -6385187 or 14520734. OLE color: 14520734.

HSL color Cylindrical-coordinate representation of color #9E91DD: hue angle of 250.26º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9E91DD is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB158145221-
CMYK0.290.3400.13
HSL250.26º52.78%71.76%-
HSV(B)250.26º34.39%86.67%-
XYZ37.2832.7472.76-
YUV157.55163.81128.32-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.15%
GREEN value IS 145 (57.03% from 255) = 27.67%
BLUE value IS 221 (86.72% from 255) = 42.18%
R=30.15%
G=27.67%
B=42.18%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1581452210.290.3400.13250.2652.7871.76
Hex9E91DD1D220Dfa3548
Octal236221335354201537265110
Binary1001111010010001110111011110110001001101111110101101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E91DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,145,221); }

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

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

 a { background-color: rgb(158,145,221); }

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

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

 span { border-color: rgb(158,145,221); }

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