#9E95CA

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

Shades of Wistful #9E95CA

Tints of Wistful #9E95CA

Color information

#9E95CA (or 0x9E95CA) is unknown color: approx Wistful. HEX triplet: 9E, 95 and CA. RGB value is (158,149,202). Sum of RGB (Red+Green+Blue) = 158+149+202=509 (67% of max value = 765). Red value is 158 (62.11% from 255 or 31.04% from 509); Green value is 149 (58.59% from 255 or 29.27% from 509); Blue value is 202 (79.30% from 255 or 39.69% from 509); Max value from RGB is 202 - color contains mainly: blue. Hex color #9E95CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E95CA is #616A35. Grayscale: #9D9D9D. Windows color (decimal): -6384182 or 13276574. OLE color: 13276574.

HSL color Cylindrical-coordinate representation of color #9E95CA: hue angle of 250.19º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9E95CA is Cyan = 0.22, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB158149202-
CMYK0.220.2600.21
HSL250.19º33.33%68.82%-
HSV(B)250.19º26.24%79.22%-
XYZ35.5133.0360.38-
YUV157.73152.98128.19-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.04%
GREEN value IS 149 (58.59% from 255) = 29.27%
BLUE value IS 202 (79.30% from 255) = 39.69%
R=31.04%
G=29.27%
B=39.69%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1581492020.220.2600.21250.1933.3368.82
Hex9E95CA161A015fa2145
Octal236225312263202537241105
Binary1001111010010101110010101011011010010101111110101000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E95CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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