#9C96DD

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

Shades of Wistful #9C96DD

Tints of Wistful #9C96DD

Color information

#9C96DD (or 0x9C96DD) is unknown color: approx Wistful. HEX triplet: 9C, 96 and DD. RGB value is (156,150,221). Sum of RGB (Red+Green+Blue) = 156+150+221=527 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.60% from 527); Green value is 150 (58.98% from 255 or 28.46% from 527); Blue value is 221 (86.72% from 255 or 41.94% from 527); Max value from RGB is 221 - color contains mainly: blue. Hex color #9C96DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C96DD is #636922. Grayscale: #9F9F9F. Windows color (decimal): -6514979 or 14522012. OLE color: 14522012.

HSL color Cylindrical-coordinate representation of color #9C96DD: hue angle of 245.07º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9C96DD is Cyan = 0.29, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB156150221-
CMYK0.290.3200.13
HSL245.07º51.08%72.75%-
HSV(B)245.07º32.13%86.67%-
XYZ37.6734.173-
YUV159.89162.49125.23-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 29.60%
GREEN value IS 150 (58.98% from 255) = 28.46%
BLUE value IS 221 (86.72% from 255) = 41.94%
R=29.60%
G=28.46%
B=41.94%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1561502210.290.3200.13245.0751.0872.75
Hex9C96DD1D200Df53349
Octal234226335354001536563111
Binary1001110010010110110111011110110000001101111101011100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C96DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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