#9F9DEC

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

Shades of Wistful #9F9DEC

Tints of Wistful #9F9DEC

Color information

#9F9DEC (or 0x9F9DEC) is unknown color: approx Wistful. HEX triplet: 9F, 9D and EC. RGB value is (159,157,236). Sum of RGB (Red+Green+Blue) = 159+157+236=552 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.80% from 552); Green value is 157 (61.72% from 255 or 28.44% from 552); Blue value is 236 (92.58% from 255 or 42.75% from 552); Max value from RGB is 236 - color contains mainly: blue. Hex color #9F9DEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F9DEC is #606213. Grayscale: #A6A6A6. Windows color (decimal): -6316564 or 15506847. OLE color: 15506847.

HSL color Cylindrical-coordinate representation of color #9F9DEC: hue angle of 241.52º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9F9DEC is Cyan = 0.33, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB159157236-
CMYK0.330.3300.07
HSL241.52º67.52%77.06%-
HSV(B)241.52º33.47%92.55%-
XYZ41.537.5484.42-
YUV166.6167.16122.58-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 28.80%
GREEN value IS 157 (61.72% from 255) = 28.44%
BLUE value IS 236 (92.58% from 255) = 42.75%
R=28.80%
G=28.44%
B=42.75%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1591572360.330.3300.07241.5267.5277.06
Hex9F9DEC212107f2444d
Octal237235354414107362104115
Binary10011111100111011110110010000110000101111111001010001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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