#895EAE

Color #895EAE Ce Soir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ce Soir #895EAE

Tints of Ce Soir #895EAE

Color information

#895EAE (or 0x895EAE) is unknown color: approx Ce Soir. HEX triplet: 89, 5E and AE. RGB value is (137,94,174). Sum of RGB (Red+Green+Blue) = 137+94+174=405 (53% of max value = 765). Red value is 137 (53.91% from 255 or 33.83% from 405); Green value is 94 (37.11% from 255 or 23.21% from 405); Blue value is 174 (68.36% from 255 or 42.96% from 405); Max value from RGB is 174 - color contains mainly: blue. Hex color #895EAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895EAE is #76A151. Grayscale: #737373. Windows color (decimal): -7774546 or 11427465. OLE color: 11427465.

HSL color Cylindrical-coordinate representation of color #895EAE: hue angle of 272.25º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #895EAE is Cyan = 0.21, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB13794174-
CMYK0.210.4600.32
HSL272.25º33.06%52.55%-
HSV(B)272.25º45.98%68.24%-
XYZ21.9616.3842.05-
YUV115.98160.75143-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 33.83%
GREEN value IS 94 (37.11% from 255) = 23.21%
BLUE value IS 174 (68.36% from 255) = 42.96%
R=33.83%
G=23.21%
B=42.96%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal137941740.210.4600.32272.2533.0652.55
Hex895EAE152E0201102135
Octal21113625625560404204165
Binary10001001101111010101110101011011100100000100010000100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895EAE; }

 p { color: rgb(137,94,174); }

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

<style>
 a { background-color: #895EAE; }

 a { background-color: rgb(137,94,174); }

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

<style>
 span { border-color: #895EAE; }

 span { border-color: rgb(137,94,174); }

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