#9F93E2

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

Shades of Wistful #9F93E2

Tints of Wistful #9F93E2

Color information

#9F93E2 (or 0x9F93E2) is unknown color: approx Wistful. HEX triplet: 9F, 93 and E2. RGB value is (159,147,226). Sum of RGB (Red+Green+Blue) = 159+147+226=532 (70% of max value = 765). Red value is 159 (62.5% from 255 or 29.89% from 532); Green value is 147 (57.81% from 255 or 27.63% from 532); Blue value is 226 (88.67% from 255 or 42.48% from 532); Max value from RGB is 226 - color contains mainly: blue. Hex color #9F93E2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F93E2 is #606C1D. Grayscale: #9F9F9F. Windows color (decimal): -6319134 or 14848927. OLE color: 14848927.

HSL color Cylindrical-coordinate representation of color #9F93E2: hue angle of 249.11º degrees, saturation: 0.58, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9F93E2 is Cyan = 0.30, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB159147226-
CMYK0.300.3500.11
HSL249.11º57.66%73.14%-
HSV(B)249.11º34.96%88.63%-
XYZ38.4633.7376.43-
YUV159.59165.48127.58-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 29.89%
GREEN value IS 147 (57.81% from 255) = 27.63%
BLUE value IS 226 (88.67% from 255) = 42.48%
R=29.89%
G=27.63%
B=42.48%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1591472260.300.3500.11249.1157.6673.14
Hex9F93E21E230Bf93a49
Octal237223342364301337172111
Binary1001111110010011111000101111010001101011111110011110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F93E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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