#9F93F3

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

Shades of Wistful #9F93F3

Tints of Wistful #9F93F3

Color information

#9F93F3 (or 0x9F93F3) is unknown color: approx Wistful. HEX triplet: 9F, 93 and F3. RGB value is (159,147,243). Sum of RGB (Red+Green+Blue) = 159+147+243=549 (72% of max value = 765). Red value is 159 (62.5% from 255 or 28.96% from 549); Green value is 147 (57.81% from 255 or 26.78% from 549); Blue value is 243 (95.31% from 255 or 44.26% from 549); Max value from RGB is 243 - color contains mainly: blue. Hex color #9F93F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F93F3 is #606C0C. Grayscale: #A1A1A1. Windows color (decimal): -6319117 or 15963039. OLE color: 15963039.

HSL color Cylindrical-coordinate representation of color #9F93F3: hue angle of 247.5º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9F93F3 is Cyan = 0.35, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB159147243-
CMYK0.350.4000.05
HSL247.5º80%76.47%-
HSV(B)247.5º39.51%95.29%-
XYZ40.9134.7189.34-
YUV161.53173.98126.19-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 28.96%
GREEN value IS 147 (57.81% from 255) = 26.78%
BLUE value IS 243 (95.31% from 255) = 44.26%
R=28.96%
G=26.78%
B=44.26%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1591472430.350.4000.05247.58076.47
Hex9F93F3232805f8504c
Octal237223363435005370120114
Binary10011111100100111111001110001110100001011111100010100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F93F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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