#9E95DA

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

Shades of Wistful #9E95DA

Tints of Wistful #9E95DA

Color information

#9E95DA (or 0x9E95DA) is unknown color: approx Wistful. HEX triplet: 9E, 95 and DA. RGB value is (158,149,218). Sum of RGB (Red+Green+Blue) = 158+149+218=525 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.10% from 525); Green value is 149 (58.59% from 255 or 28.38% from 525); Blue value is 218 (85.55% from 255 or 41.52% from 525); Max value from RGB is 218 - color contains mainly: blue. Hex color #9E95DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E95DA is #616A25. Grayscale: #9F9F9F. Windows color (decimal): -6384166 or 14325150. OLE color: 14325150.

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

Color convert

RGB158149218-
CMYK0.280.3200.15
HSL247.83º48.25%71.96%-
HSV(B)247.83º31.65%85.49%-
XYZ37.533.8370.88-
YUV159.56160.98126.89-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.10%
GREEN value IS 149 (58.59% from 255) = 28.38%
BLUE value IS 218 (85.55% from 255) = 41.52%
R=30.10%
G=28.38%
B=41.52%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1581492180.280.3200.15247.8348.2571.96
Hex9E95DA1C200Ff83048
Octal236225332344001737060110
Binary1001111010010101110110101110010000001111111110001100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E95DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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