#9C94DB

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

Shades of Wistful #9C94DB

Tints of Wistful #9C94DB

Color information

#9C94DB (or 0x9C94DB) is unknown color: approx Wistful. HEX triplet: 9C, 94 and DB. RGB value is (156,148,219). Sum of RGB (Red+Green+Blue) = 156+148+219=523 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.83% from 523); Green value is 148 (58.20% from 255 or 28.30% from 523); Blue value is 219 (85.94% from 255 or 41.87% from 523); Max value from RGB is 219 - color contains mainly: blue. Hex color #9C94DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C94DB is #636B24. Grayscale: #9E9E9E. Windows color (decimal): -6515493 or 14390428. OLE color: 14390428.

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

Color convert

RGB156148219-
CMYK0.290.3200.14
HSL246.76º49.65%71.96%-
HSV(B)246.76º32.42%85.88%-
XYZ37.0933.3671.5-
YUV158.49162.15126.23-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 29.83%
GREEN value IS 148 (58.20% from 255) = 28.30%
BLUE value IS 219 (85.94% from 255) = 41.87%
R=29.83%
G=28.30%
B=41.87%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1561482190.290.3200.14246.7649.6571.96
Hex9C94DB1D200Ef73248
Octal234224333354001636762110
Binary1001110010010100110110111110110000001110111101111100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C94DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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