#9F9EC9

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

Shades of Wistful #9F9EC9

Tints of Wistful #9F9EC9

Color information

#9F9EC9 (or 0x9F9EC9) is unknown color: approx Wistful. HEX triplet: 9F, 9E and C9. RGB value is (159,158,201). Sum of RGB (Red+Green+Blue) = 159+158+201=518 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.69% from 518); Green value is 158 (62.11% from 255 or 30.50% from 518); Blue value is 201 (78.91% from 255 or 38.80% from 518); Max value from RGB is 201 - color contains mainly: blue. Hex color #9F9EC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F9EC9 is #606136. Grayscale: #A3A3A3. Windows color (decimal): -6316343 or 13213343. OLE color: 13213343.

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

Color convert

RGB159158201-
CMYK0.210.2100.21
HSL241.4º28.48%70.39%-
HSV(B)241.4º21.39%78.82%-
XYZ37.0736.0460.26-
YUV163.2149.33125-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.69%
GREEN value IS 158 (62.11% from 255) = 30.50%
BLUE value IS 201 (78.91% from 255) = 38.80%
R=30.69%
G=30.50%
B=38.80%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1591582010.210.2100.21241.428.4870.39
Hex9F9EC91515015f11c46
Octal237236311252502536134106
Binary100111111001111011001001101011010101010111110001111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9EC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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