#9F9CC9

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

Shades of Wistful #9F9CC9

Tints of Wistful #9F9CC9

Color information

#9F9CC9 (or 0x9F9CC9) is unknown color: approx Wistful. HEX triplet: 9F, 9C and C9. RGB value is (159,156,201). Sum of RGB (Red+Green+Blue) = 159+156+201=516 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.81% from 516); Green value is 156 (61.33% from 255 or 30.23% from 516); Blue value is 201 (78.91% from 255 or 38.95% from 516); Max value from RGB is 201 - color contains mainly: blue. Hex color #9F9CC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F9CC9 is #606336. Grayscale: #A1A1A1. Windows color (decimal): -6316855 or 13212831. OLE color: 13212831.

HSL color Cylindrical-coordinate representation of color #9F9CC9: hue angle of 244º degrees, saturation: 0.29, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9F9CC9 is Cyan = 0.21, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB159156201-
CMYK0.210.2200.21
HSL244º29.41%70%-
HSV(B)244º22.39%78.82%-
XYZ36.7335.3660.15-
YUV162.03149.99125.84-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.81%
GREEN value IS 156 (61.33% from 255) = 30.23%
BLUE value IS 201 (78.91% from 255) = 38.95%
R=30.81%
G=30.23%
B=38.95%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1591562010.210.2200.2124429.4170
Hex9F9CC91516015f41d46
Octal237234311252602536435106
Binary100111111001110011001001101011011001010111110100111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9CC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,156,201); }

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

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

 a { background-color: rgb(159,156,201); }

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

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

 span { border-color: rgb(159,156,201); }

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