#9F99DC

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

Shades of Wistful #9F99DC

Tints of Wistful #9F99DC

Color information

#9F99DC (or 0x9F99DC) is unknown color: approx Wistful. HEX triplet: 9F, 99 and DC. RGB value is (159,153,220). Sum of RGB (Red+Green+Blue) = 159+153+220=532 (70% of max value = 765). Red value is 159 (62.5% from 255 or 29.89% from 532); Green value is 153 (60.16% from 255 or 28.76% from 532); Blue value is 220 (86.33% from 255 or 41.35% from 532); Max value from RGB is 220 - color contains mainly: blue. Hex color #9F99DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F99DC is #606623. Grayscale: #A2A2A2. Windows color (decimal): -6317604 or 14457247. OLE color: 14457247.

HSL color Cylindrical-coordinate representation of color #9F99DC: hue angle of 245.37º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9F99DC is Cyan = 0.28, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB159153220-
CMYK0.280.3000.14
HSL245.37º48.91%73.14%-
HSV(B)245.37º30.45%86.27%-
XYZ38.6135.3272.49-
YUV162.43160.49125.55-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 29.89%
GREEN value IS 153 (60.16% from 255) = 28.76%
BLUE value IS 220 (86.33% from 255) = 41.35%
R=29.89%
G=28.76%
B=41.35%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1591532200.280.3000.14245.3748.9173.14
Hex9F99DC1C1E0Ef53149
Octal237231334343601636561111
Binary100111111001100111011100111001111001110111101011100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F99DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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