#9C96C6

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

Shades of Wistful #9C96C6

Tints of Wistful #9C96C6

Color information

#9C96C6 (or 0x9C96C6) is unknown color: approx Wistful. HEX triplet: 9C, 96 and C6. RGB value is (156,150,198). Sum of RGB (Red+Green+Blue) = 156+150+198=504 (66% of max value = 765). Red value is 156 (61.33% from 255 or 30.95% from 504); Green value is 150 (58.98% from 255 or 29.76% from 504); Blue value is 198 (77.73% from 255 or 39.29% from 504); Max value from RGB is 198 - color contains mainly: blue. Hex color #9C96C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C96C6 is #636939. Grayscale: #9D9D9D. Windows color (decimal): -6515002 or 13014684. OLE color: 13014684.

HSL color Cylindrical-coordinate representation of color #9C96C6: hue angle of 247.5º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9C96C6 is Cyan = 0.21, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB156150198-
CMYK0.210.2400.22
HSL247.5º29.63%68.24%-
HSV(B)247.5º24.24%77.65%-
XYZ34.8132.9657.95-
YUV157.27150.99127.1-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.95%
GREEN value IS 150 (58.98% from 255) = 29.76%
BLUE value IS 198 (77.73% from 255) = 39.29%
R=30.95%
G=29.76%
B=39.29%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1561501980.210.2400.22247.529.6368.24
Hex9C96C61518016f81e44
Octal234226306253002637036104
Binary100111001001011011000110101011100001011011111000111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C96C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,150,198); }

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

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

 a { background-color: rgb(156,150,198); }

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

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

 span { border-color: rgb(156,150,198); }

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