#9E95EB

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

Shades of Wistful #9E95EB

Tints of Wistful #9E95EB

Color information

#9E95EB (or 0x9E95EB) is unknown color: approx Wistful. HEX triplet: 9E, 95 and EB. RGB value is (158,149,235). Sum of RGB (Red+Green+Blue) = 158+149+235=542 (71% of max value = 765). Red value is 158 (62.11% from 255 or 29.15% from 542); Green value is 149 (58.59% from 255 or 27.49% from 542); Blue value is 235 (92.19% from 255 or 43.36% from 542); Max value from RGB is 235 - color contains mainly: blue. Hex color #9E95EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E95EB is #616A14. Grayscale: #A1A1A1. Windows color (decimal): -6384149 or 15439262. OLE color: 15439262.

HSL color Cylindrical-coordinate representation of color #9E95EB: hue angle of 246.28º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9E95EB is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB158149235-
CMYK0.330.3700.08
HSL246.28º68.25%75.29%-
HSV(B)246.28º36.6%92.16%-
XYZ39.8434.7683.21-
YUV161.49169.48125.51-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 29.15%
GREEN value IS 149 (58.59% from 255) = 27.49%
BLUE value IS 235 (92.19% from 255) = 43.36%
R=29.15%
G=27.49%
B=43.36%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1581492350.330.3700.08246.2868.2575.29
Hex9E95EB212508f6444b
Octal2362253534145010366104113
Binary100111101001010111101011100001100101010001111011010001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E95EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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