#9D96D1

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

Shades of Wistful #9D96D1

Tints of Wistful #9D96D1

Color information

#9D96D1 (or 0x9D96D1) is unknown color: approx Wistful. HEX triplet: 9D, 96 and D1. RGB value is (157,150,209). Sum of RGB (Red+Green+Blue) = 157+150+209=516 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.43% from 516); Green value is 150 (58.98% from 255 or 29.07% from 516); Blue value is 209 (82.03% from 255 or 40.50% from 516); Max value from RGB is 209 - color contains mainly: blue. Hex color #9D96D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D96D1 is #62692E. Grayscale: #9E9E9E. Windows color (decimal): -6449455 or 13735581. OLE color: 13735581.

HSL color Cylindrical-coordinate representation of color #9D96D1: hue angle of 247.12º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9D96D1 is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB157150209-
CMYK0.250.2800.18
HSL247.12º39.07%70.39%-
HSV(B)247.12º28.23%81.96%-
XYZ36.3233.5864.89-
YUV158.82156.32126.7-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.43%
GREEN value IS 150 (58.98% from 255) = 29.07%
BLUE value IS 209 (82.03% from 255) = 40.50%
R=30.43%
G=29.07%
B=40.50%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1571502090.250.2800.18247.1239.0770.39
Hex9D96D1191C012f72746
Octal235226321313402236747106
Binary1001110110010110110100011100111100010010111101111001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D96D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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