#9D91DE

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

Shades of Wistful #9D91DE

Tints of Wistful #9D91DE

Color information

#9D91DE (or 0x9D91DE) is unknown color: approx Wistful. HEX triplet: 9D, 91 and DE. RGB value is (157,145,222). Sum of RGB (Red+Green+Blue) = 157+145+222=524 (69% of max value = 765). Red value is 157 (61.72% from 255 or 29.96% from 524); Green value is 145 (57.03% from 255 or 27.67% from 524); Blue value is 222 (87.11% from 255 or 42.37% from 524); Max value from RGB is 222 - color contains mainly: blue. Hex color #9D91DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D91DE is #626E21. Grayscale: #9D9D9D. Windows color (decimal): -6450722 or 14586269. OLE color: 14586269.

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

Color convert

RGB157145222-
CMYK0.290.3500.13
HSL249.35º53.85%71.96%-
HSV(B)249.35º34.68%87.06%-
XYZ37.2132.6973.46-
YUV157.37164.48127.74-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.96%
GREEN value IS 145 (57.03% from 255) = 27.67%
BLUE value IS 222 (87.11% from 255) = 42.37%
R=29.96%
G=27.67%
B=42.37%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1571452220.290.3500.13249.3553.8571.96
Hex9D91DE1D230Df93648
Octal235221336354301537166110
Binary1001110110010001110111101110110001101101111110011101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D91DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,145,222); }

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

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

 a { background-color: rgb(157,145,222); }

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

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

 span { border-color: rgb(157,145,222); }

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