#9C91DB

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

Shades of Wistful #9C91DB

Tints of Wistful #9C91DB

Color information

#9C91DB (or 0x9C91DB) is unknown color: approx Wistful. HEX triplet: 9C, 91 and DB. RGB value is (156,145,219). Sum of RGB (Red+Green+Blue) = 156+145+219=520 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30% from 520); Green value is 145 (57.03% from 255 or 27.88% from 520); Blue value is 219 (85.94% from 255 or 42.12% from 520); Max value from RGB is 219 - color contains mainly: blue. Hex color #9C91DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C91DB is #636E24. Grayscale: #9C9C9C. Windows color (decimal): -6516261 or 14389660. OLE color: 14389660.

HSL color Cylindrical-coordinate representation of color #9C91DB: hue angle of 248.92º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9C91DB is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB156145219-
CMYK0.290.3400.14
HSL248.92º50.68%71.37%-
HSV(B)248.92º33.79%85.88%-
XYZ36.6232.4371.35-
YUV156.72163.14127.48-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30%
GREEN value IS 145 (57.03% from 255) = 27.88%
BLUE value IS 219 (85.94% from 255) = 42.12%
R=30%
G=27.88%
B=42.12%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1561452190.290.3400.14248.9250.6871.37
Hex9C91DB1D220Ef93347
Octal234221333354201637163107
Binary1001110010010001110110111110110001001110111110011100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C91DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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