#885EAF

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

Shades of Ce Soir #885EAF

Tints of Ce Soir #885EAF

Color information

#885EAF (or 0x885EAF) is unknown color: approx Ce Soir. HEX triplet: 88, 5E and AF. RGB value is (136,94,175). Sum of RGB (Red+Green+Blue) = 136+94+175=405 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.58% from 405); Green value is 94 (37.11% from 255 or 23.21% from 405); Blue value is 175 (68.75% from 255 or 43.21% from 405); Max value from RGB is 175 - color contains mainly: blue. Hex color #885EAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885EAF is #77A150. Grayscale: #737373. Windows color (decimal): -7840081 or 11493000. OLE color: 11493000.

HSL color Cylindrical-coordinate representation of color #885EAF: hue angle of 271.11º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #885EAF is Cyan = 0.22, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB13694175-
CMYK0.220.4600.31
HSL271.11º33.61%52.75%-
HSV(B)271.11º46.29%68.63%-
XYZ21.8916.3342.56-
YUV115.79161.41142.41-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 33.58%
GREEN value IS 94 (37.11% from 255) = 23.21%
BLUE value IS 175 (68.75% from 255) = 43.21%
R=33.58%
G=23.21%
B=43.21%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal136941750.220.4600.31271.1133.6152.75
Hex885EAF162E01F10f2235
Octal21013625726560374174265
Binary1000100010111101010111110110101110011111100001111100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885EAF; }

 p { color: rgb(136,94,175); }

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

<style>
 a { background-color: #885EAF; }

 a { background-color: rgb(136,94,175); }

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

<style>
 span { border-color: #885EAF; }

 span { border-color: rgb(136,94,175); }

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