#9E95F1

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

Shades of Wistful #9E95F1

Tints of Wistful #9E95F1

Color information

#9E95F1 (or 0x9E95F1) is unknown color: approx Wistful. HEX triplet: 9E, 95 and F1. RGB value is (158,149,241). Sum of RGB (Red+Green+Blue) = 158+149+241=548 (72% of max value = 765). Red value is 158 (62.11% from 255 or 28.83% from 548); Green value is 149 (58.59% from 255 or 27.19% from 548); Blue value is 241 (94.53% from 255 or 43.98% from 548); Max value from RGB is 241 - color contains mainly: blue. Hex color #9E95F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E95F1 is #616A0E. Grayscale: #A1A1A1. Windows color (decimal): -6384143 or 15832478. OLE color: 15832478.

HSL color Cylindrical-coordinate representation of color #9E95F1: hue angle of 245.87º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9E95F1 is Cyan = 0.34, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB158149241-
CMYK0.340.3800.05
HSL245.87º76.67%76.47%-
HSV(B)245.87º38.17%94.51%-
XYZ40.7335.1187.85-
YUV162.18172.48125.02-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 28.83%
GREEN value IS 149 (58.59% from 255) = 27.19%
BLUE value IS 241 (94.53% from 255) = 43.98%
R=28.83%
G=27.19%
B=43.98%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1581492410.340.3800.05245.8776.6776.47
Hex9E95F1222605f64d4c
Octal236225361424605366115114
Binary10011110100101011111000110001010011001011111011010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E95F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,149,241); }

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

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

 a { background-color: rgb(158,149,241); }

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

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

 span { border-color: rgb(158,149,241); }

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