#9F9ECE

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

Shades of Wistful #9F9ECE

Tints of Wistful #9F9ECE

Color information

#9F9ECE (or 0x9F9ECE) is unknown color: approx Wistful. HEX triplet: 9F, 9E and CE. RGB value is (159,158,206). Sum of RGB (Red+Green+Blue) = 159+158+206=523 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.40% from 523); Green value is 158 (62.11% from 255 or 30.21% from 523); Blue value is 206 (80.86% from 255 or 39.39% from 523); Max value from RGB is 206 - color contains mainly: blue. Hex color #9F9ECE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F9ECE is #606131. Grayscale: #A3A3A3. Windows color (decimal): -6316338 or 13541023. OLE color: 13541023.

HSL color Cylindrical-coordinate representation of color #9F9ECE: hue angle of 241.25º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9F9ECE is Cyan = 0.23, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB159158206-
CMYK0.230.2300.19
HSL241.25º32.88%71.37%-
HSV(B)241.25º23.3%80.78%-
XYZ37.6736.2863.41-
YUV163.77151.83124.6-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.40%
GREEN value IS 158 (62.11% from 255) = 30.21%
BLUE value IS 206 (80.86% from 255) = 39.39%
R=30.40%
G=30.21%
B=39.39%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1591582060.230.2300.19241.2532.8871.37
Hex9F9ECE1717013f12147
Octal237236316272702336141107
Binary1001111110011110110011101011110111010011111100011000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9ECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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