#9F97CA

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

Shades of Wistful #9F97CA

Tints of Wistful #9F97CA

Color information

#9F97CA (or 0x9F97CA) is unknown color: approx Wistful. HEX triplet: 9F, 97 and CA. RGB value is (159,151,202). Sum of RGB (Red+Green+Blue) = 159+151+202=512 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.05% from 512); Green value is 151 (59.38% from 255 or 29.49% from 512); Blue value is 202 (79.30% from 255 or 39.45% from 512); Max value from RGB is 202 - color contains mainly: blue. Hex color #9F97CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F97CA is #606835. Grayscale: #9F9F9F. Windows color (decimal): -6318134 or 13277087. OLE color: 13277087.

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

Color convert

RGB159151202-
CMYK0.210.2500.21
HSL249.41º32.48%69.22%-
HSV(B)249.41º25.25%79.22%-
XYZ36.0333.7760.5-
YUV159.21152.15127.85-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.05%
GREEN value IS 151 (59.38% from 255) = 29.49%
BLUE value IS 202 (79.30% from 255) = 39.45%
R=31.05%
G=29.49%
B=39.45%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1591512020.210.2500.21249.4132.4869.22
Hex9F97CA1519015f92045
Octal237227312253102537140105
Binary1001111110010111110010101010111001010101111110011000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F97CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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