#9F9DDC

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

Shades of Wistful #9F9DDC

Tints of Wistful #9F9DDC

Color information

#9F9DDC (or 0x9F9DDC) is unknown color: approx Wistful. HEX triplet: 9F, 9D and DC. RGB value is (159,157,220). Sum of RGB (Red+Green+Blue) = 159+157+220=536 (70% of max value = 765). Red value is 159 (62.5% from 255 or 29.66% from 536); Green value is 157 (61.72% from 255 or 29.29% from 536); Blue value is 220 (86.33% from 255 or 41.04% from 536); Max value from RGB is 220 - color contains mainly: blue. Hex color #9F9DDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F9DDC is #606223. Grayscale: #A4A4A4. Windows color (decimal): -6316580 or 14458271. OLE color: 14458271.

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

Color convert

RGB159157220-
CMYK0.280.2900.14
HSL241.9º47.37%73.92%-
HSV(B)241.9º28.64%86.27%-
XYZ39.2736.6572.71-
YUV164.78159.16123.88-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 29.66%
GREEN value IS 157 (61.72% from 255) = 29.29%
BLUE value IS 220 (86.33% from 255) = 41.04%
R=29.66%
G=29.29%
B=41.04%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1591572200.280.2900.14241.947.3773.92
Hex9F9DDC1C1D0Ef22f4a
Octal237235334343501636257112
Binary100111111001110111011100111001110101110111100101011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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