#9F90DD

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

Shades of Wistful #9F90DD

Tints of Wistful #9F90DD

Color information

#9F90DD (or 0x9F90DD) is unknown color: approx Wistful. HEX triplet: 9F, 90 and DD. RGB value is (159,144,221). Sum of RGB (Red+Green+Blue) = 159+144+221=524 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.34% from 524); Green value is 144 (56.64% from 255 or 27.48% from 524); Blue value is 221 (86.72% from 255 or 42.18% from 524); Max value from RGB is 221 - color contains mainly: blue. Hex color #9F90DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F90DD is #606F22. Grayscale: #9C9C9C. Windows color (decimal): -6319907 or 14520479. OLE color: 14520479.

HSL color Cylindrical-coordinate representation of color #9F90DD: hue angle of 251.69º degrees, saturation: 0.53, 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 #9F90DD is Cyan = 0.28, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB159144221-
CMYK0.280.3500.13
HSL251.69º53.1%71.57%-
HSV(B)251.69º34.84%86.67%-
XYZ37.3232.5472.72-
YUV157.26163.97129.24-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.34%
GREEN value IS 144 (56.64% from 255) = 27.48%
BLUE value IS 221 (86.72% from 255) = 42.18%
R=30.34%
G=27.48%
B=42.18%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1591442210.280.3500.13251.6953.171.57
Hex9F90DD1C230Dfc3548
Octal237220335344301537465110
Binary1001111110010000110111011110010001101101111111001101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F90DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,144,221); }

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

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

 a { background-color: rgb(159,144,221); }

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

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

 span { border-color: rgb(159,144,221); }

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