#9F94DC

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

Shades of Wistful #9F94DC

Tints of Wistful #9F94DC

Color information

#9F94DC (or 0x9F94DC) is unknown color: approx Wistful. HEX triplet: 9F, 94 and DC. RGB value is (159,148,220). Sum of RGB (Red+Green+Blue) = 159+148+220=527 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.17% from 527); Green value is 148 (58.20% from 255 or 28.08% from 527); Blue value is 220 (86.33% from 255 or 41.75% from 527); Max value from RGB is 220 - color contains mainly: blue. Hex color #9F94DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F94DC is #606B23. Grayscale: #9F9F9F. Windows color (decimal): -6318884 or 14455967. OLE color: 14455967.

HSL color Cylindrical-coordinate representation of color #9F94DC: hue angle of 249.17º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9F94DC is Cyan = 0.28, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB159148220-
CMYK0.280.3300.14
HSL249.17º50.7%72.16%-
HSV(B)249.17º32.73%86.27%-
XYZ37.8133.7272.23-
YUV159.5162.14127.65-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.17%
GREEN value IS 148 (58.20% from 255) = 28.08%
BLUE value IS 220 (86.33% from 255) = 41.75%
R=30.17%
G=28.08%
B=41.75%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1591482200.280.3300.14249.1750.772.16
Hex9F94DC1C210Ef93348
Octal237224334344101637163110
Binary1001111110010100110111001110010000101110111110011100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F94DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,148,220); }

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

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

 a { background-color: rgb(159,148,220); }

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

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

 span { border-color: rgb(159,148,220); }

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