#9F9ECA

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

Shades of Wistful #9F9ECA

Tints of Wistful #9F9ECA

Color information

#9F9ECA (or 0x9F9ECA) is unknown color: approx Wistful. HEX triplet: 9F, 9E and CA. RGB value is (159,158,202). Sum of RGB (Red+Green+Blue) = 159+158+202=519 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.64% from 519); Green value is 158 (62.11% from 255 or 30.44% from 519); Blue value is 202 (79.30% from 255 or 38.92% from 519); Max value from RGB is 202 - color contains mainly: blue. Hex color #9F9ECA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F9ECA is #606135. Grayscale: #A3A3A3. Windows color (decimal): -6316342 or 13278879. OLE color: 13278879.

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

Color convert

RGB159158202-
CMYK0.210.2200.21
HSL241.36º29.33%70.59%-
HSV(B)241.36º21.78%79.22%-
XYZ37.1936.0960.88-
YUV163.31149.83124.92-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.64%
GREEN value IS 158 (62.11% from 255) = 30.44%
BLUE value IS 202 (79.30% from 255) = 38.92%
R=30.64%
G=30.44%
B=38.92%

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
Decimal1591582020.210.2200.21241.3629.3370.59
Hex9F9ECA1516015f11d47
Octal237236312252602536135107
Binary100111111001111011001010101011011001010111110001111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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