#9D90DF

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

Shades of Wistful #9D90DF

Tints of Wistful #9D90DF

Color information

#9D90DF (or 0x9D90DF) is unknown color: approx Wistful. HEX triplet: 9D, 90 and DF. RGB value is (157,144,223). Sum of RGB (Red+Green+Blue) = 157+144+223=524 (69% of max value = 765). Red value is 157 (61.72% from 255 or 29.96% from 524); Green value is 144 (56.64% from 255 or 27.48% from 524); Blue value is 223 (87.5% from 255 or 42.56% from 524); Max value from RGB is 223 - color contains mainly: blue. Hex color #9D90DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D90DF is #626F20. Grayscale: #9C9C9C. Windows color (decimal): -6450977 or 14651549. OLE color: 14651549.

HSL color Cylindrical-coordinate representation of color #9D90DF: hue angle of 249.87º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9D90DF is Cyan = 0.30, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB157144223-
CMYK0.300.3500.13
HSL249.87º55.24%71.96%-
HSV(B)249.87º35.43%87.45%-
XYZ37.232.4474.11-
YUV156.89165.31128.08-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.96%
GREEN value IS 144 (56.64% from 255) = 27.48%
BLUE value IS 223 (87.5% from 255) = 42.56%
R=29.96%
G=27.48%
B=42.56%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1571442230.300.3500.13249.8755.2471.96
Hex9D90DF1E230Dfa3748
Octal235220337364301537267110
Binary1001110110010000110111111111010001101101111110101101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D90DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,144,223); }

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

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

 a { background-color: rgb(157,144,223); }

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

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

 span { border-color: rgb(157,144,223); }

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