#9E95D9

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

Shades of Wistful #9E95D9

Tints of Wistful #9E95D9

Color information

#9E95D9 (or 0x9E95D9) is unknown color: approx Wistful. HEX triplet: 9E, 95 and D9. RGB value is (158,149,217). Sum of RGB (Red+Green+Blue) = 158+149+217=524 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.15% from 524); Green value is 149 (58.59% from 255 or 28.44% from 524); Blue value is 217 (85.16% from 255 or 41.41% from 524); Max value from RGB is 217 - color contains mainly: blue. Hex color #9E95D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E95D9 is #616A26. Grayscale: #9F9F9F. Windows color (decimal): -6384167 or 14259614. OLE color: 14259614.

HSL color Cylindrical-coordinate representation of color #9E95D9: hue angle of 247.94º degrees, saturation: 0.47, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9E95D9 is Cyan = 0.27, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB158149217-
CMYK0.270.3100.15
HSL247.94º47.22%71.76%-
HSV(B)247.94º31.34%85.1%-
XYZ37.3733.7770.19-
YUV159.44160.48126.97-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.15%
GREEN value IS 149 (58.59% from 255) = 28.44%
BLUE value IS 217 (85.16% from 255) = 41.41%
R=30.15%
G=28.44%
B=41.41%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1581492170.270.3100.15247.9447.2271.76
Hex9E95D91B1F0Ff82f48
Octal236225331333701737057110
Binary100111101001010111011001110111111101111111110001011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E95D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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