#885E9C

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

Shades of Ce Soir #885E9C

Tints of Ce Soir #885E9C

Color information

#885E9C (or 0x885E9C) is unknown color: approx Ce Soir. HEX triplet: 88, 5E and 9C. RGB value is (136,94,156). Sum of RGB (Red+Green+Blue) = 136+94+156=386 (51% of max value = 765). Red value is 136 (53.52% from 255 or 35.23% from 386); Green value is 94 (37.11% from 255 or 24.35% from 386); Blue value is 156 (61.33% from 255 or 40.41% from 386); Max value from RGB is 156 - color contains mainly: blue. Hex color #885E9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885E9C is #77A163. Grayscale: #717171. Windows color (decimal): -7840100 or 10247816. OLE color: 10247816.

HSL color Cylindrical-coordinate representation of color #885E9C: hue angle of 280.65º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #885E9C is Cyan = 0.13, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB13694156-
CMYK0.130.4000.39
HSL280.65º24.8%49.02%-
HSV(B)280.65º39.74%61.18%-
XYZ20.1615.6433.41-
YUV113.63151.91143.96-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 35.23%
GREEN value IS 94 (37.11% from 255) = 24.35%
BLUE value IS 156 (61.33% from 255) = 40.41%
R=35.23%
G=24.35%
B=40.41%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal136941560.130.4000.39280.6524.849.02
Hex885E9CD280271191931
Octal21013623415500474313161
Binary100010001011110100111001101101000010011110001100111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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