#9F91E8

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

Shades of Wistful #9F91E8

Tints of Wistful #9F91E8

Color information

#9F91E8 (or 0x9F91E8) is unknown color: approx Wistful. HEX triplet: 9F, 91 and E8. RGB value is (159,145,232). Sum of RGB (Red+Green+Blue) = 159+145+232=536 (70% of max value = 765). Red value is 159 (62.5% from 255 or 29.66% from 536); Green value is 145 (57.03% from 255 or 27.05% from 536); Blue value is 232 (91.02% from 255 or 43.28% from 536); Max value from RGB is 232 - color contains mainly: blue. Hex color #9F91E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F91E8 is #606E17. Grayscale: #9E9E9E. Windows color (decimal): -6319640 or 15241631. OLE color: 15241631.

HSL color Cylindrical-coordinate representation of color #9F91E8: hue angle of 249.66º degrees, saturation: 0.65, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9F91E8 is Cyan = 0.31, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB159145232-
CMYK0.310.3800.09
HSL249.66º65.41%73.92%-
HSV(B)249.66º37.5%90.98%-
XYZ38.9933.4580.75-
YUV159.1169.14127.93-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 29.66%
GREEN value IS 145 (57.03% from 255) = 27.05%
BLUE value IS 232 (91.02% from 255) = 43.28%
R=29.66%
G=27.05%
B=43.28%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1591452320.310.3800.09249.6665.4173.92
Hex9F91E81F2609fa414a
Octal2372213503746011372101112
Binary10011111100100011110100011111100110010011111101010000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F91E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,145,232); }

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

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

 a { background-color: rgb(159,145,232); }

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

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

 span { border-color: rgb(159,145,232); }

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