#9C96CB

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

Shades of Wistful #9C96CB

Tints of Wistful #9C96CB

Color information

#9C96CB (or 0x9C96CB) is unknown color: approx Wistful. HEX triplet: 9C, 96 and CB. RGB value is (156,150,203). Sum of RGB (Red+Green+Blue) = 156+150+203=509 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.65% from 509); Green value is 150 (58.98% from 255 or 29.47% from 509); Blue value is 203 (79.69% from 255 or 39.88% from 509); Max value from RGB is 203 - color contains mainly: blue. Hex color #9C96CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C96CB is #636934. Grayscale: #9D9D9D. Windows color (decimal): -6514997 or 13342364. OLE color: 13342364.

HSL color Cylindrical-coordinate representation of color #9C96CB: hue angle of 246.79º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9C96CB is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB156150203-
CMYK0.230.2600.20
HSL246.79º33.76%69.22%-
HSV(B)246.79º26.11%79.61%-
XYZ35.433.1961.04-
YUV157.84153.49126.69-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.65%
GREEN value IS 150 (58.98% from 255) = 29.47%
BLUE value IS 203 (79.69% from 255) = 39.88%
R=30.65%
G=29.47%
B=39.88%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1561502030.230.2600.20246.7933.7669.22
Hex9C96CB171A014f72245
Octal234226313273202436742105
Binary1001110010010110110010111011111010010100111101111000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C96CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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