#885FA4

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

Shades of Ce Soir #885FA4

Tints of Ce Soir #885FA4

Color information

#885FA4 (or 0x885FA4) is unknown color: approx Ce Soir. HEX triplet: 88, 5F and A4. RGB value is (136,95,164). Sum of RGB (Red+Green+Blue) = 136+95+164=395 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.43% from 395); Green value is 95 (37.5% from 255 or 24.05% from 395); Blue value is 164 (64.45% from 255 or 41.52% from 395); Max value from RGB is 164 - color contains mainly: blue. Hex color #885FA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885FA4 is #77A05B. Grayscale: #727272. Windows color (decimal): -7839836 or 10772360. OLE color: 10772360.

HSL color Cylindrical-coordinate representation of color #885FA4: hue angle of 275.65º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #885FA4 is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB13695164-
CMYK0.170.4200.36
HSL275.65º27.49%50.78%-
HSV(B)275.65º42.07%64.31%-
XYZ20.9516.137.13-
YUV115.12155.58142.89-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 34.43%
GREEN value IS 95 (37.5% from 255) = 24.05%
BLUE value IS 164 (64.45% from 255) = 41.52%
R=34.43%
G=24.05%
B=41.52%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal136951640.170.4200.36275.6527.4950.78
Hex885FA4112A0241141b33
Octal21013724421520444243363
Binary1000100010111111010010010001101010010010010001010011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,95,164); }

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

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

 a { background-color: rgb(136,95,164); }

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

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

 span { border-color: rgb(136,95,164); }

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