#9D96DC

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

Shades of Wistful #9D96DC

Tints of Wistful #9D96DC

Color information

#9D96DC (or 0x9D96DC) is unknown color: approx Wistful. HEX triplet: 9D, 96 and DC. RGB value is (157,150,220). Sum of RGB (Red+Green+Blue) = 157+150+220=527 (69% of max value = 765). Red value is 157 (61.72% from 255 or 29.79% from 527); Green value is 150 (58.98% from 255 or 28.46% from 527); Blue value is 220 (86.33% from 255 or 41.75% from 527); Max value from RGB is 220 - color contains mainly: blue. Hex color #9D96DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D96DC is #626923. Grayscale: #9F9F9F. Windows color (decimal): -6449444 or 14456477. OLE color: 14456477.

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

Color convert

RGB157150220-
CMYK0.290.3200.14
HSL246º50%72.55%-
HSV(B)246º31.82%86.27%-
XYZ37.7334.1572.31-
YUV160.07161.82125.81-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.79%
GREEN value IS 150 (58.98% from 255) = 28.46%
BLUE value IS 220 (86.33% from 255) = 41.75%
R=29.79%
G=28.46%
B=41.75%

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
Decimal1571502200.290.3200.142465072.55
Hex9D96DC1D200Ef63249
Octal235226334354001636662111
Binary1001110110010110110111001110110000001110111101101100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D96DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,150,220); }

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

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

 a { background-color: rgb(157,150,220); }

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

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

 span { border-color: rgb(157,150,220); }

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