#885BA9

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

Shades of Ce Soir #885BA9

Tints of Ce Soir #885BA9

Color information

#885BA9 (or 0x885BA9) is unknown color: approx Ce Soir. HEX triplet: 88, 5B and A9. RGB value is (136,91,169). Sum of RGB (Red+Green+Blue) = 136+91+169=396 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.34% from 396); Green value is 91 (35.94% from 255 or 22.98% from 396); Blue value is 169 (66.41% from 255 or 42.68% from 396); Max value from RGB is 169 - color contains mainly: blue. Hex color #885BA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885BA9 is #77A456. Grayscale: #717171. Windows color (decimal): -7840855 or 11099016. OLE color: 11099016.

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

Color convert

RGB13691169-
CMYK0.200.4600.34
HSL274.62º31.2%50.98%-
HSV(B)274.62º46.15%66.27%-
XYZ21.0615.5839.43-
YUV113.35159.41144.16-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 34.34%
GREEN value IS 91 (35.94% from 255) = 22.98%
BLUE value IS 169 (66.41% from 255) = 42.68%
R=34.34%
G=22.98%
B=42.68%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal136911690.200.4600.34274.6231.250.98
Hex885BA9142E0221131f33
Octal21013325124560424233763
Binary1000100010110111010100110100101110010001010001001111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885BA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,91,169); }

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

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

 a { background-color: rgb(136,91,169); }

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

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

 span { border-color: rgb(136,91,169); }

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