#9F93CF

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

Shades of Wistful #9F93CF

Tints of Wistful #9F93CF

Color information

#9F93CF (or 0x9F93CF) is unknown color: approx Wistful. HEX triplet: 9F, 93 and CF. RGB value is (159,147,207). Sum of RGB (Red+Green+Blue) = 159+147+207=513 (67% of max value = 765). Red value is 159 (62.5% from 255 or 30.99% from 513); Green value is 147 (57.81% from 255 or 28.65% from 513); Blue value is 207 (81.25% from 255 or 40.35% from 513); Max value from RGB is 207 - color contains mainly: blue. Hex color #9F93CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F93CF is #606C30. Grayscale: #9D9D9D. Windows color (decimal): -6319153 or 13603743. OLE color: 13603743.

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

Color convert

RGB159147207-
CMYK0.230.2900.19
HSL252º38.46%69.41%-
HSV(B)252º28.99%81.18%-
XYZ35.9932.7463.45-
YUV157.43155.98129.12-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.99%
GREEN value IS 147 (57.81% from 255) = 28.65%
BLUE value IS 207 (81.25% from 255) = 40.35%
R=30.99%
G=28.65%
B=40.35%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1591472070.230.2900.1925238.4669.41
Hex9F93CF171D013fc2645
Octal237223317273502337446105
Binary1001111110010011110011111011111101010011111111001001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F93CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,147,207); }

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

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

 a { background-color: rgb(159,147,207); }

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

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

 span { border-color: rgb(159,147,207); }

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