#9C91DE

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

Shades of Wistful #9C91DE

Tints of Wistful #9C91DE

Color information

#9C91DE (or 0x9C91DE) is unknown color: approx Wistful. HEX triplet: 9C, 91 and DE. RGB value is (156,145,222). Sum of RGB (Red+Green+Blue) = 156+145+222=523 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.83% from 523); Green value is 145 (57.03% from 255 or 27.72% from 523); Blue value is 222 (87.11% from 255 or 42.45% from 523); Max value from RGB is 222 - color contains mainly: blue. Hex color #9C91DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C91DE is #636E21. Grayscale: #9C9C9C. Windows color (decimal): -6516258 or 14586268. OLE color: 14586268.

HSL color Cylindrical-coordinate representation of color #9C91DE: hue angle of 248.57º 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 #9C91DE is Cyan = 0.30, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB156145222-
CMYK0.300.3500.13
HSL248.57º53.85%71.96%-
HSV(B)248.57º34.68%87.06%-
XYZ37.0232.5973.45-
YUV157.07164.64127.24-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 29.83%
GREEN value IS 145 (57.03% from 255) = 27.72%
BLUE value IS 222 (87.11% from 255) = 42.45%
R=29.83%
G=27.72%
B=42.45%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1561452220.300.3500.13248.5753.8571.96
Hex9C91DE1E230Df93648
Octal234221336364301537166110
Binary1001110010010001110111101111010001101101111110011101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C91DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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