#9F93E1

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

Shades of Wistful #9F93E1

Tints of Wistful #9F93E1

Color information

#9F93E1 (or 0x9F93E1) is unknown color: approx Wistful. HEX triplet: 9F, 93 and E1. RGB value is (159,147,225). Sum of RGB (Red+Green+Blue) = 159+147+225=531 (70% of max value = 765). Red value is 159 (62.5% from 255 or 29.94% from 531); Green value is 147 (57.81% from 255 or 27.68% from 531); Blue value is 225 (88.28% from 255 or 42.37% from 531); Max value from RGB is 225 - color contains mainly: blue. Hex color #9F93E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F93E1 is #606C1E. Grayscale: #9F9F9F. Windows color (decimal): -6319135 or 14783391. OLE color: 14783391.

HSL color Cylindrical-coordinate representation of color #9F93E1: hue angle of 249.23º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9F93E1 is Cyan = 0.29, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB159147225-
CMYK0.290.3500.12
HSL249.23º56.52%72.94%-
HSV(B)249.23º34.67%88.24%-
XYZ38.3233.6775.71-
YUV159.48164.98127.66-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 29.94%
GREEN value IS 147 (57.81% from 255) = 27.68%
BLUE value IS 225 (88.28% from 255) = 42.37%
R=29.94%
G=27.68%
B=42.37%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1591472250.290.3500.12249.2356.5272.94
Hex9F93E11D230Cf93949
Octal237223341354301437171111
Binary1001111110010011111000011110110001101100111110011110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F93E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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