#885AA1

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

Shades of Ce Soir #885AA1

Tints of Ce Soir #885AA1

Color information

#885AA1 (or 0x885AA1) is unknown color: approx Ce Soir. HEX triplet: 88, 5A and A1. RGB value is (136,90,161). Sum of RGB (Red+Green+Blue) = 136+90+161=387 (51% of max value = 765). Red value is 136 (53.52% from 255 or 35.14% from 387); Green value is 90 (35.55% from 255 or 23.26% from 387); Blue value is 161 (63.28% from 255 or 41.60% from 387); Max value from RGB is 161 - color contains mainly: blue. Hex color #885AA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885AA1 is #77A55E. Grayscale: #6F6F6F. Windows color (decimal): -7841119 or 10574472. OLE color: 10574472.

HSL color Cylindrical-coordinate representation of color #885AA1: hue angle of 278.87º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #885AA1 is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB13690161-
CMYK0.160.4400.37
HSL278.87º28.29%49.22%-
HSV(B)278.87º44.1%63.14%-
XYZ20.2415.1235.57-
YUV111.85155.74145.23-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 35.14%
GREEN value IS 90 (35.55% from 255) = 23.26%
BLUE value IS 161 (63.28% from 255) = 41.60%
R=35.14%
G=23.26%
B=41.60%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal136901610.160.4400.37278.8728.2949.22
Hex885AA1102C0251171c31
Octal21013224120540454273461
Binary1000100010110101010000110000101100010010110001011111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885AA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,90,161); }

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

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

 a { background-color: rgb(136,90,161); }

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

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

 span { border-color: rgb(136,90,161); }

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