#9F93DD

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

Shades of Wistful #9F93DD

Tints of Wistful #9F93DD

Color information

#9F93DD (or 0x9F93DD) is unknown color: approx Wistful. HEX triplet: 9F, 93 and DD. RGB value is (159,147,221). Sum of RGB (Red+Green+Blue) = 159+147+221=527 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.17% from 527); Green value is 147 (57.81% from 255 or 27.89% from 527); Blue value is 221 (86.72% from 255 or 41.94% from 527); Max value from RGB is 221 - color contains mainly: blue. Hex color #9F93DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F93DD is #606C22. Grayscale: #9E9E9E. Windows color (decimal): -6319139 or 14521247. OLE color: 14521247.

HSL color Cylindrical-coordinate representation of color #9F93DD: hue angle of 249.73º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9F93DD is Cyan = 0.28, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB159147221-
CMYK0.280.3300.13
HSL249.73º52.11%72.16%-
HSV(B)249.73º33.48%86.67%-
XYZ37.7833.4672.87-
YUV159.02162.98127.98-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.17%
GREEN value IS 147 (57.81% from 255) = 27.89%
BLUE value IS 221 (86.72% from 255) = 41.94%
R=30.17%
G=27.89%
B=41.94%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1591472210.280.3300.13249.7352.1172.16
Hex9F93DD1C210Dfa3448
Octal237223335344101537264110
Binary1001111110010011110111011110010000101101111110101101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F93DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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