#9F9DDD

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

Shades of Wistful #9F9DDD

Tints of Wistful #9F9DDD

Color information

#9F9DDD (or 0x9F9DDD) is unknown color: approx Wistful. HEX triplet: 9F, 9D and DD. RGB value is (159,157,221). Sum of RGB (Red+Green+Blue) = 159+157+221=537 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.61% from 537); Green value is 157 (61.72% from 255 or 29.24% from 537); Blue value is 221 (86.72% from 255 or 41.15% from 537); Max value from RGB is 221 - color contains mainly: blue. Hex color #9F9DDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F9DDD is #606222. Grayscale: #A4A4A4. Windows color (decimal): -6316579 or 14523807. OLE color: 14523807.

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

Color convert

RGB159157221-
CMYK0.280.2900.13
HSL241.88º48.48%74.12%-
HSV(B)241.88º28.96%86.67%-
XYZ39.4136.7173.41-
YUV164.89159.66123.8-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 29.61%
GREEN value IS 157 (61.72% from 255) = 29.24%
BLUE value IS 221 (86.72% from 255) = 41.15%
R=29.61%
G=29.24%
B=41.15%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1591572210.280.2900.13241.8848.4874.12
Hex9F9DDD1C1D0Df2304a
Octal237235335343501536260112
Binary100111111001110111011101111001110101101111100101100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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